Tv programme categories - Schedules Direct

There is a good example of the xml (I will refer to as nz.xml in following) in the forum.

the forum post is a little too long, in short sentence, I guess the xml you’re using miss some data field:

  • <category>News</category>, categoryfield is used for the tv guide filter.
  • <keyword>series</keyword>, keyword field is used for saving to tv or movie library. There’s only three keyword in nz.xml, event,movie,series,(the event I’m not sure of the usage.)

fyi, here’s an example piece from the nz.xml:

 <programme start="20230419173500 +0000" stop="20230419180000 +0000" channel="1">
  <title>Te Karere</title>
  <sub-title>Te Karere</sub-title>
  <desc>Te Karere brings you key events and stories of interest to Māori as well as bringing a Māori perspective to the day&apos;s news and current affairs.</desc>
  <date></date>
  <category>News And Factual</category>
  <category>News</category>
  <keyword>series</keyword>
  <icon src="https://i.imgur.com/4e1OipQ.jpg" />
  <country>New Zealand</country>
  <episode-num system="dd_seriesid">1035480</episode-num>
  <episode-num system="dd_progid">10681640</episode-num>
  <episode-num system="freeviewnz.tv">episode/4773282a-6490-4b49-88c7-d251efe58568</episode-num>
  <episode-num system="freeviewnz.tv">show/6911b4fc-acd1-4a0f-b4e1-55a8f0bb41a4</episode-num>
  <episode-num system="original-air-date">2023-04-19 16:00:00</episode-num>
  <episode-num system="themoviedb.com">tv/1657</episode-num>
  <episode-num system="xmltv_ns">2022.72.0</episode-num>
  <episode-num system="tvnz.co.nz">show/ibms+show:325</episode-num>
  <video>
   <present>yes</present>
   <colour>yes</colour>
   <aspect>16:9</aspect>
   <quality>768x576</quality>
  </video>
  <audio>
   <present>yes</present>
   <stereo>stereo</stereo>
  </audio>
  <previously-shown />
  <star-rating system="themoviedb.org">
   <value>0/10</value>
  </star-rating>
  <series-desc>Te Karere brings a fresh Māori perspective to the day&apos;s news.</series-desc>
 </programme>