Skip to content

Releases: laurencee/Livestream.Monitor

Youtube handle support

23 Dec 03:01
Compare
Choose a tag to compare

Features

  • You can now add channels by their youtube handle e.g. @lolesports, this is the new default for youtube #78

Fixes

  • Fix lookups for twitch vods in vod viewer to use the display name/login name instead of the id #82

Misc Changes

  • livestreams.json display names will be automatically updated for twitch channels
  • Reduced number of calls to youtube api when looking up videos
  • Better error messages when failing to open chat for a stream, including the command that attempted to be executed
  • Fixed an initialization bug where authentication sometimes wasn't requested when adding your first twitch stream to the
  • Youtube channels will display as their handle from now on if they were added via their handle

Youtube chat error fix

17 Oct 15:29
Compare
Choose a tag to compare

Fixes

  • Fix youtube chat launching with errors due to & character not being escaped in command line args. Fixes #81

Twitch vod viewer display fix

18 Nov 21:01
Compare
Choose a tag to compare

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

Small visual fix for offline youtube streams

18 Nov 02:39
Compare
Choose a tag to compare

Changes

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

New twitch auth endpoint

04 Nov 03:59
Compare
Choose a tag to compare

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

Fix twitch top streams not displaying game name

08 Mar 20:53
Compare
Choose a tag to compare

Changes

  • Fix top streams for twitch not display the game name

Going full twitch helix

09 Feb 03:02
Compare
Choose a tag to compare

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.

Fix error when twitch stream has no category

30 Jul 22:24
Compare
Choose a tag to compare

Changes

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

RIP Smashcast

27 Mar 13:39
Compare
Choose a tag to compare

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

Fix twitch vod pagination

01 Jan 09:38
Compare
Choose a tag to compare

Fixes

  • Fixes twitch vod pagination - #62