Releases: laurencee/Livestream.Monitor
2.9.7 - Fixed default settings
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 toC:\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
2.9.5 - Fix beam.pro vod urls
Fix
- Beam.pro vod urls were being generated incorrectly, #28
2.9.4 - Ignoring query errors
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
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
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
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
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
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
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