Skip to content
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

Question: Custom TAGs #82

Closed
md2k opened this issue Apr 24, 2017 · 4 comments · Fixed by #138
Closed

Question: Custom TAGs #82

md2k opened this issue Apr 24, 2017 · 4 comments · Fixed by #138
Labels

Comments

@md2k
Copy link
Contributor

md2k commented Apr 24, 2017

Hi @grafov , i not sure maybe i overlooked, but do we have support of custom TAGs, for example it can be handy for implementation of custom DRM like system.

Thanks in advance.

@grafov
Copy link
Owner

grafov commented Apr 24, 2017

No, you are not overlooked, the library doesn't support custom tags. I didn't think about such level of flexibility. If think about realization of such feature it would look like a handler function that accepts playlist type (master or media), token name and value. So when parser meets an unknown tag it calls this function.

@hazcod
Copy link

hazcod commented Jan 12, 2018

Would this mean the parsing of tvg-* tags?

#EXTINF:-1 tvg-id="Nat Geo HD BE" tvg-name="National Geographic HD BE" tvg-logo="http://picon.space/nationalgeographichd.png" group-title="group",National Geographic HD BE

@bradleyfalzon
Copy link
Collaborator

Yeah, with something like what I proposed in #83 (comment) should do that.

@xybydy
Copy link

xybydy commented May 20, 2019

I am not sure if I should create a pull request since I didn't test it comprehensively but I have implemented custom tags support on my fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants