Skip to content

v1.8.4 - Youtube Plugin - Playlist Support And New Commands!

Compare
Choose a tag to compare
@DuckBoss DuckBoss released this 23 Apr 00:28
· 1447 commits to master since this release
f34d0a0

Major Updates

For existing users, this update contains changes to your config.ini file. Please look at the sample_config.ini file in the template folder.
(Added 'Youtube_MaxPlaylistLength=50' and 'Youtube_AllowPlaylistMax=true' under 'Plugin_Settings' section)

Youtube Plugin

  • Added !playlist command which will add all the songs in a youtube playlist to the queue.
Usage:
!playlist my_youtube_playlist_link --> Adds all the songs from the playlist into the queue.
  • Added !skipto command which will skip to the given track number in the queue.
Usage: 
!skipto 5 --> Skips to track #5 in the queue.
  • Added !shuffle command which will shuffle the tracks in the queue.
Usage:
!shuffle --> Shuffles all the tracks in the queue.

All Updates

  • Added !skipto and !shuffle to the youtube privileges csv file with a default privilege level of 2.
  • Added Youtube_MaxPlaylistLength in the config.ini file (default=50) which will limit the number of videos from a youtube playlist.
  • Added Youtube_AllowPlaylistMax in the config.ini file (default=true) which will allow users to play playlists up to the playlist length limit instead of rejecting the playlist if it exceeds the length limit.
  • The !clear command in the youtube plugin now deletes temporary thumbnail images when the queue is cleared.
  • Updated youtube plugin version to v1.8.4
  • Updated bot version to v1.8.4