2021-10-31, 02:46 PM
Hi,
I'm using XMLTV for my EPG source and I'm trying to determine why there is no unique id being generated for the EPG entries. In the end this is causing duplicate recordings of the same episode. Below is a sample of one episode, is there something else NPVR is looking to be in the XML to generate the unique id?
Thanks
Brian
I'm using XMLTV for my EPG source and I'm trying to determine why there is no unique id being generated for the EPG entries. In the end this is causing duplicate recordings of the same episode. Below is a sample of one episode, is there something else NPVR is looking to be in the XML to generate the unique id?
Thanks
Brian
Code:
<programme start="20211030120000 +0000" stop="20211030130000 +0000" channel="46 USA Network (East) (USA) [46]">
<title lang="en">Chicago P.D.</title>
<sub-title lang="en">Erin's Mom</sub-title>
<desc lang="en">Erin's Mom
[imdb description: Bunny comes to Lindsay concerned about a suspicious repeat customer at her husband’s rental company. This lead brings Intelligence into a case which robbery-homicide has been working for months.] (n)</desc>
<credits>
<director>Mark Tinker</director>
<director>Nick Gomez</director>
<actor role="Hank Voight">Jason Beghe</actor>
<actor role="Adam Ruzek">Patrick John Flueger</actor>
<actor role="Kevin Atwater">LaRoyce Hawkins</actor>
<actor role="Jay Halstead">Jesse Lee Soffer</actor>
<actor role="Antonio Dawson">Jon Seda</actor>
<actor role="Kim Burgess">Marina Squerciati</actor>
<writer>Matt Olmstead</writer>
<producer>Peter Jankowski</producer>
<composer>Atli Örvarsson</composer>
</credits>
<date>2015</date>
<category lang="en">Drama</category>
<category lang="en">Suspense</category>
<category lang="en">Action & Adventure</category>
<icon src="https://content.internetvideoarchive.com/content/hdphotos/13640/013640/013640_1152x648_637702698840968778.jpg"/>
<episode-num system="onscreen">S2 E14</episode-num>
<rating system="MPAA">
<value>TV-14</value>
</rating>
<star-rating system="imdb">
<value>5/5</value>
</star-rating>
</programme>