tarkah / lazystream

Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Streams can also be recorded or casted.
106 stars 17 forks source link

The new --trim feature #88

Closed MaDTaZ closed 2 years ago

MaDTaZ commented 2 years ago

So I am trying to get it to work and using this as the arguement is that correct nhl_args+=("--trim") I think reading it over I need to specifically call out the m3u

something like this nhl_args+=("--trim" "lazystream-nhl.m3u")

tarkah commented 2 years ago

Open this up on the xteve repo. --trim should be able to be positioned anywhere after the xmltv subcommand

MaDTaZ commented 2 years ago

I got it to work look like this now

nhl_args=()
nhl_args+=("--trim")
nhl_args+=("--exclude-feeds" "COMPOSITE" "FRENCH")
nhl_args+=("--channel-prefix")
nhl_args+=("Lazystream: NHL")
nhl_args+=("--start-channel")
nhl_args+=("1000")
nhl_args+=("/playlists/lazystream/lazystream-nhl")