2014-04-22, 01:42 AM
Hi Sub,
I am having no luck getting XMLTV episode data to populate into the npvr.db3 epg_event table season and episode columns from epgcollector
I'm running NPVR version 3.2.9 and there are no EPG guide import errors noted in the logs
I am using EPG Collector 4.1 FP21 to download the NZ Freeview DVB-T EPG data into an XML file with program season and episode data by selecting the "format of episode tag" set to "Valid season and episode numbers only".
EPG Collector is now able to collect the âSeries and Episode Numberâ data from the NZ guide for some programs; to do Series recordings, to avoid duplicate recordings and so I can watch recordings in the right order.
I dont think epgcollector/NZ use exactly the same tag data format as other ones, Steve follows the xmltv_ns tag spec per http://xmltv.cvs.sourceforge.net/xmltv/x...iew=markup line 354
The problem could be the extra space characters inside the 0 . 14 . 0/1 tag perhaps
Below is typical episode number data with the first part being the âepisodeâ and the second part being the âseries or seasonâ and the third part being the âpart number eg 0/1" and these numbers are indexed from zero
<episode-num system="xmltv_ns">0 . 14 . 0/1</episode-num>
snippet from epgcollector "Valid season and episode numbers only" output for TV1 program "Super Fun Night" series 1 episode 15
<programme start="20140421203000 +1200" stop="20140421210000 +1200" channel="1201">
<title>Super Fun Night</title>
<desc>To commemorate their prom, the girls gather once a year to pig out on cookies, as they did on the original night after things went badly for all of them. But Kimmie new plans #TV2SuperFun...</desc>
<rating>
<value>PGR</value>
</rating>
<audio>
<stereo>dolby digital</stereo>
</audio>
<subtitles type="teletext" />
<episode-num system="xmltv_ns">0 . 14 . 0/1</episode-num>
</programme>
it's probably a low priority request, but it would be a nice one for me
I am having no luck getting XMLTV episode data to populate into the npvr.db3 epg_event table season and episode columns from epgcollector
I'm running NPVR version 3.2.9 and there are no EPG guide import errors noted in the logs
I am using EPG Collector 4.1 FP21 to download the NZ Freeview DVB-T EPG data into an XML file with program season and episode data by selecting the "format of episode tag" set to "Valid season and episode numbers only".
EPG Collector is now able to collect the âSeries and Episode Numberâ data from the NZ guide for some programs; to do Series recordings, to avoid duplicate recordings and so I can watch recordings in the right order.
I dont think epgcollector/NZ use exactly the same tag data format as other ones, Steve follows the xmltv_ns tag spec per http://xmltv.cvs.sourceforge.net/xmltv/x...iew=markup line 354
The problem could be the extra space characters inside the 0 . 14 . 0/1 tag perhaps
Below is typical episode number data with the first part being the âepisodeâ and the second part being the âseries or seasonâ and the third part being the âpart number eg 0/1" and these numbers are indexed from zero
<episode-num system="xmltv_ns">0 . 14 . 0/1</episode-num>
snippet from epgcollector "Valid season and episode numbers only" output for TV1 program "Super Fun Night" series 1 episode 15
<programme start="20140421203000 +1200" stop="20140421210000 +1200" channel="1201">
<title>Super Fun Night</title>
<desc>To commemorate their prom, the girls gather once a year to pig out on cookies, as they did on the original night after things went badly for all of them. But Kimmie new plans #TV2SuperFun...</desc>
<rating>
<value>PGR</value>
</rating>
<audio>
<stereo>dolby digital</stereo>
</audio>
<subtitles type="teletext" />
<episode-num system="xmltv_ns">0 . 14 . 0/1</episode-num>
</programme>
it's probably a low priority request, but it would be a nice one for me