Releases: tarkah/lazystream
Releases · tarkah/lazystream
v1.12.1
v1.12.0
Adds 2 new cli options:
- Global option
--host <host>
overrides the host used by lazystream and can be set to any URL. - Subcommand
lazystream host
returns the host used by lazystream
v1.11.8
- Updated to new host name to resolve streams
- Added new
--trim
flag forxmltv
to output dynamic channels based on number of streams instead of the fixed 100 channels
v1.11.7
- Fix XMLTV / Playlist generation from panicking when API fails for certain game(s). Process will skip games with malformed API responses and output valid games.
v1.11.6
Fixed
- Fixed crash from malformed API response for MLB games. Implemented improvements to hopefully prevent future crashes when API data is malformed.
v1.11.5
Fixed
- Fixed bug that crashed NHL games due to unexpected API data from the Kraken being added.
v1.11.4
v1.11.3
v1.11.2
Changes since 1.11.1
- A new option has been added to disable the retry mechanism when a stream isn't available yet, and instead exit the program. Useful for scripts that don't want to wait / have their own retry logic
--disable-retry Disables unavailable stream retry for `play`, `record`, and `cast` commands. Program will exit instead
v1.11.1 - 2021-01-21
Changes since 1.11.0
- running without
--date
specified was timezone aware based on user running it and would inaccurately return the "next days" games. It has been fixed to always return "todays" games based on the respective API's schedule. - a new option has been added for XMLTV generation allowing the user to specify the number of minutes before game time that the "start time" of the stream should be set to. This allows xmltv guides to account for the ~30min of "pregame" that comes on:
--start-prepend <minutes> Number of minutes to prepend to the start time of the stream [default: 0]