I can't find any documentation on this. How does Channels handle this tag?
I'm working on a xml EPG generator. If my xml has
<series-id system="tms">183893</series-id>
Channels coverts it to
<series-id system="xmltv:">183893</series-id>
Does that mean I can't use TMS values? If not, I'd still at least like to use a Series name. How should my xml be structured to do this? Should I configure my EPG generator to always output
<series-id system="xmltv:">?
or would it be better to generate <series-id> without the system attribute?
Would <series-id system="xmltv:">Cat TV</series-id> group all recordings in a folder called "Cat TV"?