Skip to main content

Changelog

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
    • ../twitchClipsBackup to ./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

2.2.1 (initial release)