2008-12-29, 10:36 PM
Apart from making it easier to read, do the channels have to be at the top of an xmltv file or can they be within the data....
Example:
Example:
Code:
<tv>
<channel id="C4">
<display-name>C4</display-name>
</channel>
<programme start="20080811122000" stop="20080811123000" channel="C4">
<title>Te Karere</title>
<desc>Te Karere</desc>
</programme>
<programme start="20080811123000" stop="20080811180000" channel="C4">
<title>Beijing 2008: The Games Of The XXIX O...</title>
<desc>Geoff Bryan presents LIVE action from Day Three in Beijing, featuring: Swimming Finals, Women's Basketball (NZ v Spain); and Equestrian Cross-country (Team and Individual). TIMES ARE SU...</desc>
</programme>
<channel id="TV ONE">
<display-name>TV ONE</display-name>
</channel>
<programme start="20080811193000" stop="20080811223000" channel="TV ONE">
<title>Beijing 2008: The Games Of The XXIX O...</title>
<desc>Peter Williams presents continued coverage LIVE from Day Three in Beijing, featuring: Rowing; Men's Hockey (NZ v Korea); and Swimming heats. TIMES ARE SUBJECT TO CHANGE. Please visit tv...</desc>
</programme>
<programme start="20080812020000" stop="20080812021000" channel="TV ONE">
<title>Te Karere</title>
<desc>Te Karere</desc>
</programme>