2011-04-22, 09:26 PM
I use a manual xmltv guide. When it was GBPVR I used EpisodeTweaker to add additional show info. That does not work with NPVR so I want to add the show episode to the guide and have it show up in the title after recording.
I cannot get it to work at all.
This is an example of what I have. I have compare it to other xmltv listings but cannot find the problem.
Example - Original listing
<programme start="20110422132000 -0400" stop="20110422135000 -0400" channel="I10239.labs.zap2it.com">
<title lang="en">Tester</title>
<category lang="en">Drama</category>
<episode-num system="dd_progid">SH00999999.0000</episode-num>
</programme>
I have tried both of the following
<programme start="20110422132000 -0400" stop="20110422135000 -0400" channel="I10239.labs.zap2it.com">
<title lang="en">Tester</title>
<category lang="en">Drama</category>
<episode-num system="dd_progid">EP00999999.0000</episode-num>
<episode-num system="onscreen">145</episode-num>
</programme>
and
<programme start="20110422135000 -0400" stop="20110422141000 -0400" channel="I10239.labs.zap2it.com">
<title lang="en">Tester2</title>
<category lang="en">Drama</category>
<episode-num system="dd_progid">EP00999999.0123</episode-num>
<episode-num system="onscreen">145</episode-num>
</programme>
Any help is appreciated.
I cannot get it to work at all.
This is an example of what I have. I have compare it to other xmltv listings but cannot find the problem.
Example - Original listing
<programme start="20110422132000 -0400" stop="20110422135000 -0400" channel="I10239.labs.zap2it.com">
<title lang="en">Tester</title>
<category lang="en">Drama</category>
<episode-num system="dd_progid">SH00999999.0000</episode-num>
</programme>
I have tried both of the following
<programme start="20110422132000 -0400" stop="20110422135000 -0400" channel="I10239.labs.zap2it.com">
<title lang="en">Tester</title>
<category lang="en">Drama</category>
<episode-num system="dd_progid">EP00999999.0000</episode-num>
<episode-num system="onscreen">145</episode-num>
</programme>
and
<programme start="20110422135000 -0400" stop="20110422141000 -0400" channel="I10239.labs.zap2it.com">
<title lang="en">Tester2</title>
<category lang="en">Drama</category>
<episode-num system="dd_progid">EP00999999.0123</episode-num>
<episode-num system="onscreen">145</episode-num>
</programme>
Any help is appreciated.