Skip to content

Releases: laurencee/Livestream.Monitor

2.9.7 - Fixed default settings

01 Jul 05:49
Compare
Choose a tag to compare

Fixes

  • Default setting for chrome chat command was missing quotes around the the chrome path resulting in an error message when trying to launch chat
  • The default streamlink path was set incorrectly to C:\Program Files (x86)\Streamlink\streamlink.exe, fixed to C:\Program Files (x86)\Streamlink\bin\streamlink.exe
  • Streamlink.exe is now the default lookup when browsing for a stream launcher from the settings page
  • Prevent application crash from bad characters in path for the livestreamer/streamlink path when clicking the browse button (this could only really happen if someone manually edited the settings.json file)

2.9.6 - Custom chat launch command support

01 Jun 06:34
Compare
Choose a tag to compare

New features

  • Launching chat is now configurable as a command line value, existing settings will be migrated #27
  • Renamed beam.pro -> mixer, hitbox -> smashcast #29

2.9.5 - Fix beam.pro vod urls

02 May 06:15
Compare
Choose a tag to compare

Fix

  • Beam.pro vod urls were being generated incorrectly, #28

2.9.4 - Ignoring query errors

01 Apr 22:09
Compare
Choose a tag to compare

New feature

  • Ability to ignore an error so you won't keep getting prompted about it during the session

Fix

  • All errors are now displayed one after the other, previously only the first error would be shown.

2.9.3 - Trim stream descriptions

05 Mar 20:17
Compare
Choose a tag to compare

Fix

  • Trim leaing/trailing whitespace from descriptions before showing them on the UI.
    This avoids accidental newlines/carriage at the start/end of livestream descriptions from resizing the row in the UI.

2.9.2 - Fix top steams game filter

12 Feb 06:11
Compare
Choose a tag to compare

Fix

  • #26 Fix most possibilities of the game filter entry box from overwriting the text when new api search results came in. While it's still possible, it's a lot more rare and "good enough"

2.9.1 - Fix TwitchTv vod urls

03 Feb 11:51
Compare
Choose a tag to compare

Fix

  • #24 TwitchTv v3 api returns a bad url for vods so this release hacks that url to a valid address to be used by livestreamer/streamlink

2.9.0 - Streamlink & Twitch OAuth

26 Jan 10:57
Compare
Choose a tag to compare

New Feature

  • Streamlink support has been added. You can now edit your settings to point at either livestreamer or streamlink.
  • Twitch OAuth support added.

For twitch oauth support you can either
Add the oauth token to your livestreamer/streamlink config file and let livestream monitor know about that (will be prompted on first add/launch of a twitch stream)
OR
You can authorise livestream monitor directly.

My suggestion is to authorise livestream monitor to allow for more twitch syncing functionality later but you can always do that later when more features are added.

Note - development of livestreamer has basically stopped so I suggest you update to streamlink which has forked from livestreamer.

If you find any bugs please let me know and raise an issue 😄

2.8.1 - Hitbox vod fix

24 Sep 06:42
Compare
Choose a tag to compare

Bug fix

  • Fixes hitbox vods not being linked to their video url which prevented them being launched from vod viewer screen #22

2.8.0 - Twitch api fixes

15 Sep 05:38
Compare
Choose a tag to compare

New Feature

  • A new setting has been added to allow livestreamer to launch streams without having to add the oauth token to your livestreamerrc file.*"Bypass Livestreamer Auth to twitch"

Please note this might not work forever, you should add the OAuth token to your livestreamerrc file following this guide: https://www.reddit.com/r/Twitch/comments/52sye3/livestreamer_help_please_help/d7n0j36

Bug Fix

  • Client-Id is provided to twitch for all requests which will stop the 400 errors from refreshing/getting stream information - #21