v1.8.2 - PGUI Image Support, Youtube Plugin Updates, Config Changes
Major Updates:
PGUI Image Support
The PGUI System now has limited image support which is implemented in the youtube plugin update.
Youtube Plugin Update
Since the PGUI System has image support, the youtube plugin can now show you the youtube thumbnail for the currently playing video.
The !song
command has also been updated to show thumbnail images.
New "Now Playing..." Message Examples:
Config Changes
In previous versions of JJMumbleBot, updating the bot overwrote configured config.ini files which made it inconvenient to update and reconfigure files every update. To resolve this, the bot now provides a 'sample_config.in' file in the templates folder which users must copy to the bot's root directory, rename it to 'config.ini' and configure as they please.
This is useful for existing users, who don't want their config files overwritten every update
I've updated the wiki's quick start guide to reflect this change for new users.
All Updates
- The sound_board and images plugins now sort files alphabetically for
!sblist/!imglist
type commands. - Renamed config.ini to sample_config.ini and moved it to the templates folder. (updated wiki)
- The repository no longer overwrites existing config.ini files when updating.
- Basic image support in PGUI System
- The youtube plugin now displays thumbnails for videos that are played.
- The
!song
command in the youtube plugin displays the thumbnail when showing the current song. - Refactored some text for consistency.
- Corrected quotations in gui_helper.
- Increased default command tick rate speed to 0.01s instead of 0.1s
- Updated the youtube plugin version to v1.8.2
- Updated the images plugin version to v1.8.2
- Updated bot version to v1.8.2
- Travis CI unit testing integration