2020-12-30, 04:45 AM
(2020-12-30, 02:20 AM)mvallevand Wrote: New isn't the issue, it is how they are defining "not new" that becomes the issue.
Martin
I just came here to post what fancybits did about the XML feed. I confirmed with the Channels folks that they put <new></new> for new episodes. Looking through the XML feed a bit more, it appears that anything without <new></new> is considered not new. Here are a couple examples:
NCIS: New Orleans (new episode)
Code:
<programme start="20210104060000 +0000" stop="20210104070000 +0000" channel="7">
<title>NCIS: New Orleans</title>
<sub-title>Operation Drano, Part I</sub-title>
<desc>The team tries to prevent a secret, high-tech battery from falling into the wrong hands.</desc>
<category>Episode</category>
<category>Series</category>
<category>Crime drama</category>
<category>Action</category>
<category>Adventure</category>
<category>Mystery</category>
<icon src="http://tmsimg.fancybits.co/assets/p10779088_b_h6_aw.jpg"></icon>
<series-id system="tms">10779088</series-id>
<date>20210103</date>
<episode-num system="tms">EP019223100175</episode-num>
<episode-num system="onscreen">S7E5</episode-num>
<new></new>
<credits>
<director>LeVar Burton</director>
<actor>Scott Bakula</actor>
<actor>Vanessa Ferlito</actor>
<actor>Rob Kerkovich</actor>
</credits>
</programme>
NCIS: New Orleans re-run (not new):
Code:
<programme start="20210103103000 +0000" stop="20210103113000 +0000" channel="7">
<title>NCIS: New Orleans</title>
<sub-title>No. 1 Fan</sub-title>
<desc>An erratic whistleblower kidnaps Pride to help her locate a serial killer targeting young women.</desc>
<category>Episode</category>
<category>Series</category>
<category>Crime drama</category>
<category>Action</category>
<category>Adventure</category>
<category>Mystery</category>
<icon src="http://tmsimg.fancybits.co/assets/p10779088_b_h6_aw.jpg"></icon>
<series-id system="tms">10779088</series-id>
<date>20171003</date>
<episode-num system="tms">EP019223100077</episode-num>
<episode-num system="onscreen">S4E2</episode-num>
<credits>
<director>Hart Bochner</director>
<actor>Scott Bakula</actor>
<actor>Lucas Black</actor>
<actor>Vanessa Ferlito</actor>
</credits>
</programme>
Channel 7 in this case is my CBS affiliate. I also checked NCIS: New Orleans on other channels (i.e. in syndication). All those episodes DO NOT have the <new></new> tag, so they are considered reruns. In case this is something that is going to get worked on, here's a link to a full 2 weeks of the XMLTV feed from Channels. I do want to stress again that I will be fine with what I have. The "new" stuff is definitely just a nice-to-have with this feed.
https://drive.google.com/file/d/1Nvf7DI2...sp=sharing