NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 352 353 354 355 356 … 1231 Next »
Duplicate Episodes

 
  • 0 Vote(s) - 0 Average
Duplicate Episodes
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,809
Threads: 769
Joined: Nov 2003
#11
2008-03-18, 03:04 AM
Its been there at least a couple of years.
oldmanmarcin
Offline

Junior Member

Posts: 25
Threads: 8
Joined: Jan 2007
#12
2008-03-18, 03:10 AM
Well I know I have seen duplicated episodes in the last few months.. but...let me do some more testing.. I just scheduled few shows to record all episodes on a channel... and I have the setting checked on in the CONFIG application.. so hopefully.. it will not record duplicate episodes....
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,809
Threads: 769
Joined: Nov 2003
#13
2008-03-18, 03:15 AM
There is usually a pretty good reason why episodes are skipped. This particular feature has been working well for a long time, and I'm not aware of any problems with it.

It adds quite few log messages around the duplicate checks when it looks for new episodes to schedule (after EPG update), so its usually pretty easy to spot the reason why a show isnt scheduled, as long as I can get the right logs posted and a description of which episodes of show you think should be scheduled but werent.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#14
2008-03-18, 05:16 AM
zehd Wrote:That's good stuff. And I just know where to put that info...

I've actually looked into inserting a test into an xmltv file <unique-identifier>32456</unique-identifier>


Seems this tag does not conform to the xmltv dtd.

I know that the xmltv that SD and old zap2it used was something like
<episode-num system="dd_progid">EP00290992.0067</episode-num>

and I imagine I can use this feild to come up with an imaginary unique ID.

Where I'm going with this is, while my UltraXMLTV runs through the records, it can keep tally of unique IDs that it creates for each Title/Sub_title combination and then insert the same ID on a match.

Would GB-PVR be able to work with unique IDs that are duplicated for duplicate episodes?

Edit: And should I be using the system="dd_progid" which I believe is SD specific...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#15
2008-03-18, 05:22 AM
zehd Wrote:<unique-identifier>32456</unique-identifier>
I would not add a new tag name. Instead, I would add a new system to the <episode-num> tag.
Code:
<episode-num system="ultraxmltv">SomeUniqueId</episode-num>
You can have multiple episode-num tags for a particular program according to the dtd. That way, you stay completely xmltv compliant.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#16
2008-03-18, 05:24 AM
whurlston Wrote:I would not add a new tag name. Instead, I would add a new system to the <episode-num> tag.
Code:
<episode-num system="ultraxmltv">SomeUniqueId</episode-num>
You can have multiple episode-num tags for a particular program according to the dtd. That way, you stay completely xmltv compliant.

Yeah I was thinking of that. Just wanted to know whether GB-PVR would be picking up the right tag. Whether sub specifically wrote code to catch the SD/Zap2it shows with the system ddprogid...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#17
2008-03-18, 05:26 AM
zehd Wrote:Edit: And should I be using the system="dd_progid" which I believe is SD specific...
If you are going to use an existing system, I would use "onscreen" if you don't already have an onscreen value for that program. If you are going to use "dd_progid", which I wouldn't recommend, then make sure you use the dd_progid format.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#18
2008-03-18, 05:28 AM
Helps if I read the whole thread. I missed where sub said "<unique-identifier>"
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#19
2008-03-18, 05:30 AM
whurlston Wrote:If you are going to use an existing system, I would use "onscreen" if you don't already have an onscreen value for that program. If you are going to use "dd_progid", which I wouldn't recommend, then make sure you use the dd_progid format.

I really don't rtemeber too well, but I think sub mentioned that the feature really was only a NA thing, and that's cause of the specific system attribute. I'm now guessing he hardcoded that into GB-PVR.

So I guess it would be either use the tag that GB-PVR can already read, or ask sub (he's probably asleep, so I'm talking 3rd person) to add a tag into GB-PVR...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,809
Threads: 769
Joined: Nov 2003
#20
2008-03-18, 05:46 AM
It'll handle either <unique-identifier>somevalue</unique-identifier> or <episode-num system="dd_progid">somevalue</episode-num>.

GB-PVR doesnt attempt to parse the field in anyway, and does care how long it is, or in what format it is, but it assumes that it uniquely identifies a show. The only special rule is that if the field is present and the last four digits are '0000', then its assumed the episode info is unknown.

If the field isnt present, all entries are treated as unique.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Duplicate Recordings XJW 21 8,430 2010-04-21, 10:30 AM
Last Post: XJW
  Duplicate recordings with wrong names keith_leitch 0 1,123 2010-04-07, 08:56 PM
Last Post: keith_leitch
  Duplicate Channels skycyclepilot 9 2,900 2009-12-28, 03:31 AM
Last Post: skycyclepilot
  Duplicate recording on different disks? rmorein 2 1,257 2009-08-06, 01:33 PM
Last Post: dennit
  Duplicate recordings Pob 11 3,865 2009-04-19, 04:49 PM
Last Post: sub
  how long does gbpvr remember duplicate shows? johnsonx42 3 1,733 2009-01-20, 04:05 AM
Last Post: sub
  Duplicate Recordings isgdre 9 2,734 2009-01-11, 04:42 PM
Last Post: sub
  Season recordings not picking up episodes Braklet 9 2,374 2008-10-25, 01:05 AM
Last Post: sub
  Recording Only New TV Episodes jeck11 15 4,398 2008-07-16, 02:55 AM
Last Post: dark_half
  Back-to-back episodes recording issue dusteagle 1 1,099 2008-06-23, 09:20 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode