-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TvHeadEnd 4.3 m3u integration error - Synology Docker #274
Comments
Telly’s m3u parser hasn’t changed in a very long time. Can you provide a copy of the m3u? |
Do you need a whole m3u or is a part enough?
|
You need to define a meaningful filter or leave it out.
That's filtering everything out of the channel list since there are no channels in your m3u where the Putting that sample m3u into a config without a filter, I see:
|
I changed my config to this at the end and still the same error:
I left the filter out completely. |
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 420 you will receive a different error.
|
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 does not have a "group-title" tag to extract or sort by. It could also be due to telling it to filter and then not supplying a filter to use. The example m3u provided is missing most of the tags that telly relies on for filtering, so it may ultimately have other problems. https://github.com/tellytv/telly/wiki/Prerequisites%3A-IPTV-Account |
telly release with the issue:
1.1.0.6
Last working telly release (if known):
never worked
Operating environment (Docker/Windows/Linux/QNAP, etc.):
Docker on a Synology 918+ with latest DSM
Description of problem:
Tvheadend is running in version 4.3~221c29b on the same Synology as Telly and the export of the m3u is working when I try it. Only telly cant work with the format. Has the format parser changed or what can I change that it can work?
I havent changed any settings in tvh as I cant see anything for the m3u export.
Contents of
telly.config.toml
[if you're using a version above 1.1]:Docker run command used to run telly [if applicable]:
telly or docker log:
Additional information:
The text was updated successfully, but these errors were encountered: