Skip to content

v3.1.3 - Bug Fixes, New Customization Options

Compare
Choose a tag to compare
@DuckBoss DuckBoss released this 13 Jul 19:00
· 799 commits to master since this release
feba2aa

New Customization Options

Youtube Search Results Length

  • Youtube search results length can now be customized in the metadata.ini file in the youtube plugin.
; Max number of search results to be shown by the !yt command.
MaxSearchLength = 10

Internal Database

  • Made automatic database backup optional.
    This can be set in your config.ini file (refer to the config_template.ini file for existing users)
; Enable or disable automatic internal database backups
EnableDatabaseBackup = True

Bug Fixes and Other Updates

  • Fixed issue where new users couldn't launch the bot because it was trying to backup a pre-existing internal database.
  • Fixed index out of range error when youtube search results were fewer than expected.
  • Fixed issue with youtube search results not working for most videos (this was caused by a major youtube infrastructure change).
  • Updated quick setup utility web interface to include the new config parameters.
  • Updated Pillow dependency to v7.2.0
  • Updated pymumble dependency to v1.3.1
  • The wiki has been updated to reflect the changes made to the config/metadata files.