Possible to export playlist tag?
Added by Nick Noone over 7 years ago
Hi guys,
Wondering if there is a parameter to only export playlist of channels from a certain tag.
For example I have several tags, HDTV, SDTV, UHD, IPTV.
Is there such an option like http://localhost:9981/playlist?=HTDV?=UHD
Cheers!
Replies (3)
RE: Possible to export playlist tag? - Added by Paraic McDonagh over 7 years ago
I can help you with part of the answer.
You can export a playlist for only channels with HDTV tags (for example) with http://localhost:9981/playlist/tag/HDTV
I'm not sure if you can join or unite them. I've tried http://localhost:9981/playlist/tag/HDTV&UHD
and HDTV&&UHD and even HDTV+UHD but they didn't work. Not sure where the documentation for this is either.
If you export one after the other, VLC (If that's your player), will then append the lists together though.
RE: Possible to export playlist tag? - Added by Nick Noone over 7 years ago
Thanks for that info Paraic.
I've just searched using the /tag/ keyword and found some info here https://github.com/tvheadend/tvheadend/blob/3067a3e973a2fdc3ff12d5cb3156bbf9d45998b0/docs/markdown/url.md
Doesn't look like it's possible to combine tags though.
RE: Possible to export playlist tag? - Added by Paraic McDonagh over 7 years ago
No problem.
I've tried a few other options like using regular expressions in the URL but nothing worked for me.
Examination of the source methods might tell you more but it's a dead end from me I'm afraid.