2008-03-28, 07:37 PM
Going OT from the original post..
If i had an xmltv file that was set for one channel - lets call it TV3-HD and on a day there was only one program listed in it eg:
So if this was all that was in the xmltv file, when it was imported it would go in ok and just list that one program at 8:30 on the 30th?? You can't see any other problems with it??
If so then it would be a matter of keeping a list of HD programs and which channel, and when found spit out a separate xmltv file for the HD stuff.
If i had an xmltv file that was set for one channel - lets call it TV3-HD and on a day there was only one program listed in it eg:
Code:
<channel id="1920-21-47">
<display-name>TV3-HD</display-name>
</channel>
<programme start="20080330203000" stop="20080330213000" channel="1920-21-47" clumpidx="0/1">
<title>CSI: Crime Scene Investigation</title>
<desc>The original series in the world's number one franchise returns to 3 for a brand new season. This Emmy-nominated show is a fast-paced drama about a team of forensic investigators trained to solve...</desc>
</programme>
So if this was all that was in the xmltv file, when it was imported it would go in ok and just list that one program at 8:30 on the 30th?? You can't see any other problems with it??
If so then it would be a matter of keeping a list of HD programs and which channel, and when found spit out a separate xmltv file for the HD stuff.