Skip to content

Conversation

@bokysan
Copy link

@bokysan bokysan commented May 15, 2020

This commit:

  • Adds support for EXTV: I haven't found any official specification on the format, but seems to be used throughout the web.
  • Add support for keeping custom tags on the lists. This means it's now possible to do a load() / dumps() cycle without losing any metadata.

This commit:
- Adds support for `EXTV`: I haven't found any official specification on
  the format, but seems to be used throughout the web.
- Add support for keeping custom tags on the lists. This means it's now
  possible to do a `load()` / `dumps()` cycle without loosing any
  metadata.
@mauricioabreu
Copy link
Contributor

Hello @bokysan thank you for the contribution.
What does this EXTTV do?

@bokysan
Copy link
Author

bokysan commented May 24, 2020

Here's info from Google.

Basically additional info for IPTV channels. Namely, the structure seems to be as follows:

#EXTTV:Tag1-Tag2-Tag3;lang;XML-TV-Channel;Channel_Icon

So:

  • a list of tags attached to the channel, separated by commads (e.g. "movies,fun,witty")
  • language of the channel
  • XML EPG id
  • channel icon

@leandromoreira
Copy link
Contributor

@mauricioabreu isn't the case of custom parser usage instead of code here?

@mauricioabreu
Copy link
Contributor

@leandromoreira I am not sure if it will work. I will try to achieve the same goal of this PR by using the custom parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants