Releases: tarkah/lazystream
Releases · tarkah/lazystream
v1.9.7 - 2020-03-02
- Add
--custom-player <PATH>
option onplay
command. Allows passing
path of player supported by Streamlink. See
https://streamlink.github.io/players.html for list of supported
players that can be used. - Fix xmltv output to generate records in the
.m3u
file for all 100
channels, this fixes channel mapping issues in xTeVe / Plex Live TV
v1.9.6 - 2020-02-28
- Add shell completions, which can be created through the
completions
command
v1.9.5 - 2020-02-28
- Quality
--quality
setting is now used in thecast
,record
and
play
subcommands - When no quality is chosen, it now always chooses highest bitrate (fixes choosing 720p60 over 720p)
v1.9.4 - 2020-02-26
- Add
--channel-prefix
option for xmltv generation. Useful when
running separate XMLTV outputs for NHL and MLB so there is no
collision on channel name / tvg-name.
v1.9.3 - 2020-02-26
- Remove directory readonly check that doesn't work reliably and
prevents games from recording. Streamlink will fail if directory isn't
writable, which is fine. - Fix output name when recording to remove windows illegal character
:
v1.9.2 - 2020-02-25
- Fix bug that caused error when unkown feed type was found for a
stream. Those streams are now ignored and remaining streams that match a
known feed type are returned.
v1.9.1 - 2020-02-25
- Add musl release target
v1.9.0 - 2020-02-25
- Add mlb game support, use
--sport mlb
option
v1.8.1 - 2020-02-15
- Add
--passthrough
and--offset
options for stream playback - Passthrough will send stream directly to VLC without processing in
Streamlink. This is useful if user wants to seek within VLC. However,
this will bypass Streamlinks ssl verify skip, and user will have to
accept the cert in VLC to play the stream. - Offset will offset the Live / VOD stream by the specified time. If
live, offset is negative from current game time. This option works on
play
,cast
andrecord
commands
v1.8.0 - 2020-01-06
- Add play feature to route stream to VLC from streamlink. Allows disabling ssl cert verification via streamlink since VLC gets caught up on this.