Livestream.Monitor Versions Save

A windows GUI for livestreamer/streamlink

2.13.9

6 months ago

Fixes

  • Fix twitch vod tiles pushing text beyond the tile bounds due to line breaks in title/description of vod. Fixes #54

Edit: Had to republish as twitch seems to allow both windows and linux style linebreaks in titles/desc \r\n vs \n

2.13.8

6 months ago

Changes

  • Offline youtube streams will now fallback to using the recorded DisplayName from livestreams.json (if it exists). Partial fix to #65

2.13.7

7 months ago

Twitch changed their token scope requirements, so this release requires you to re-authenticate to get a new token with required scopes. You'll be prompted to authenticate upon launching this new version.

You can delete Hardcodet.Wpf.TaskbarNotification.dll after unzipping this release as the dll name has changed.

Changes

  • Use new twitch auth endpoint - fixes #77
  • Use new twitch channel follow lookup endpoint for importing
  • Update some nuget dependencies that patch security issues in those libs

Fixes

  • Fix/workaround pagination bug when viewing top streams from twitch
    • Twitch sometimes doesn't return the number of items we ask for, so now we ask for more than we need just in case

2.13.6

2 years ago

Changes

  • Fix top streams for twitch not display the game name

2.13.5

2 years ago

Changes

  • Removed older twitch api calling code, all on helix now

This is basically just a future proofing patch so the app continues to work as expected when twitch shuts down the V5 api.

2.13.4

2 years ago

Changes

  • Fix to prevent lookup querying when a twitch stream has no category

2.13.3

3 years ago

Changes

  • Smashcast API removed and livestreams.json updated to remove dead smashcast/hitbox entries. A backup of the file will be made automatically before entries are removed.

Smashcast shutdown in late Nov 2020 but no one seemed to notice... probably why they shutdown :P

2.13.2

3 years ago

Fixes

  • Fixes twitch vod pagination - #62

2.13.1

3 years ago

Fixes

  • Fixes pagination for twitch vods/top streams - closes #62

Changes

  • Removed unused maximize button

2.13.0

3 years ago

This release is a bit overdue from mixers departure but leaving code in related to mixer wasn't breaking anything.

However an actual breaking change came from the streamlink 2.0 release where this app had a hardcoded reference to a deprecated property which was removed in streamlink 2.0.