Chaz Larson

Results 79 comments of Chaz Larson

Channels DVR isn't something that's supported; I'm not surprised there are various problems. On the plex problem; do you have ffmpeg enabled in the config? If not, telly ust redirects...

Just trying to help. Sorry my volunteer efforts on a Saturday afternoon don't meet your standards.

BTW, I suggested Discord because it's easier for this sort of back-and-forth. I would have been the one to reply there, and I feel like my history there demonstrates an...

Telly’s m3u parser hasn’t changed in a very long time. Can you provide a copy of the m3u?

You need to define a meaningful filter or leave it out. ``` # THE FOLLOWING KEYS ARE OPTIONAL IN THEORY, REQUIRED IN PRACTICE Filter = "YOUR_FILTER_REGULAR_EXPRESSION" # Telly is written...

https://github.com/tellytv/telly/wiki/Running-Telly%3A-Filtering

Remove all the filter-related keys if you are not using a filter. Here's the config I used. This will include all channels in the m3u; if there are more than...

Your second example is saying: Filter this M3U by the tag "group-title", and sort it by "group-title". Telly is failing to parse it at least in part because your M3u...

In 1.5 the M3U handling seems to contain some assumptions about how the stream URLs will be formatted. URLs like the ones above will challenge it. 1.1 just reads in...