Changelog
2.4.1
Bug Fixes
- Fixed bug relating to not selecting unplayed clips
- Fixed bug relating to the played clips not resetting when only two clips left
2.4.0
New
- Add filter for including clips via text file. Clips added this way are applied after all other filters have been applied
Update
- Changed flow for how BRB clips are retrieved and queued
- Changed how playlists are handled by adding property to backup JSON file to keep track of clip IDs that have been played. This makes it so it stays persistent between restarts of Streamer.bot and you should see less repeats
Bug Fixes
- Fix edge case not retrieving all clips if recent clips don't populate or already exist
2.3.0
New
- Incorporated Twitch API native method to retrieve clip URL (added to Streamer.bot v1.0.4)
- Added Twitch Embedded Clip player as backup in case unable to find mp4 URL for clip (default when playing clips not belonging to broadcaster)
Update
- Streamer.bot v1.0.4 is now the minimum required version
- Added method to prune clip data in order to reduce backup filesize, extra data will be fetched-on-demand
- Separated Shoutout and Random Clip Title to their own import codes
- Moved backup json files from folder (called
twitchClipsBackup) adjacent to Streamer.bot folder to inside Streamer.bot's data folder../twitchClipsBackupto./data/twitchClipsbackup
- Updated C# to check if the clip exists before attempting to play
- Updated C# to remove clip from json file if it doesn't exist
- Updated Scene Changed logic to be able to handle Meld and Streamlabs Desktop
- Added C# method for getting game artwork URL and default to 300x400 dimensions
Bug Fixes
- Fixed Shoutout Clips not filtering correctly
- Fixed bug with clip durations being rounded to nearest whole number