Couldn't resist acting on my own suggestion to write some code that creates a
VLC playlist from the tvheadend m3u. It's made in powershell and works both in
my Windows and Linux machines (yes, powershell can be installed in Linux).
Lots of these scripts are available online you say, sure, but examining and
adjusting one of these is way less fun for me than creating one afresh.
Not sure if this forum allows attachments, but if anyone interested I will post.
I use a hotkey code to start my TV watching and added a call to this script.
It's now followed by a call to the VLC playlist instead of the channels url.
A change of channelid's by tvheadend still results in a broken and invalid VLC playlist.
It's because of the update just before VLC-TV startup this can't bother me anymore.
On the subject of my little trick to set channels on "enabled" in tvheadend and
then use "...?enabled" this: on closer examination the second part is unnecessary.
"http://tvhserver:9981/playlist/channels" will get you all enabled channels anyway,
and anything added seems to be ignored when generating the m3u playlist.
A filter on channel or tag name in the web-gui will not change that, I tried, only
a channel setting of enabled or disabled affects the playlist generation.