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) v
« Previous 1 … 102 103 104 105 106 … 125 Next »
Rectracker

 
  • 0 Vote(s) - 0 Average
Rectracker
spyder40
Offline

Senior Member

Posts: 275
Threads: 32
Joined: Jan 2005
#1
2005-09-27, 11:42 PM
I'm trying to figure out how rectracker works with xrecord in scheduling dups or not. Currently I have the following setup

1) scheduled 2 shows
the first is the Three Stooges which have unique ID's and are set for no dups
the second is 60 minutes which appears to have the same id so dups are yes
2) postprocessing.bat has the rectracker %1 line in it

Does xrecord (priorityrecordings.xml) use the info that rectracker gathers in the postprocessing.bat file to determine whether the show is a duplicate or not? What is rectracker -purge in the postupdateepg.bat for? When I put rectracker - purge in postupdateepg.bat it whacks 60 minutes everytime even though I said schedule/record duplicates in the xml.
HP a1230n
AMD 3700+
2048mb Ram
on board video
WinTV PVR USB2
(2) Media MVP's
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#2
2005-09-28, 03:08 AM
Xrecord (thru CDK Scheduler) uses RecTracker for duplicate checking. If you setup a show for duplicates Recorded: No and Scheduled: No, there is a possibility that it won't be scheduled at all if there are conflicts with higher priority recording. The exact scenario is described here:

https://sourceforge.net/tracker/index.ph...tid=772447

CDK Scheduler interfaces with RecTracker through the RecTracker.DLL, if you run the RecTracker -purge option, I believe that will wipe out all programs that are duplicates. In the most current version of rectracker I believe it uses a file that allows you to ignore shows (i.e. don't purge the duplicates).

I'm working on the Duplicate checking bug in CDK Scheduler, and the next release of that particular program should handle the situation, so that running rectracker seperately won't be necessary if you use the XRecord priority scheduling (via CDK Scheduler).
spyder40
Offline

Senior Member

Posts: 275
Threads: 32
Joined: Jan 2005
#3
2005-09-28, 03:33 AM
KingArgyle,

I should have been a little more clear, my bad. The Three Stooges are set for no dups record any channel. In reality they are on only one channel 8:00-9:00 M-F. 60 Minutes is set for only channel 3 on Sunday. It is usually on 7:00-8:00 Sunday nights. I also have Hogans Heros scheduled for dups any channel. Hogans Heros is on Saturday mornings only. If I put rectracker - purge in postupdateepg.bat the only thing that gets scheduled is Hogans Heros. If I delete 60 minutes out of watched it will get scheduled. Attached are my .bat's and xml. I've taken the purge out of the postupdateepg.bat for now to see what happens for a few days. As a wish list item, it would be nice to have a test feature on a scheduled item to show what it will record or what it won't and why ie these episodes won't be recorded due to being already recorded or watched etc.
HP a1230n
AMD 3700+
2048mb Ram
on board video
WinTV PVR USB2
(2) Media MVP's
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#4
2005-09-28, 04:34 AM
The -purge option removes programs that have already been recorded (i.e. watched) from the scheduled list. So, as soon as a program is recorded, and the

So if you are using Zap2It, as long as everything has a uniqueid, it should only purge from the schedule if it has already been recorded and uniqueid's match up.

I think I found, and fixed the scheduling bug in CDK Scheduler. I've got some more testing to do, but it should eliminate the need to run the -purge option of RecTracker, as the Recorded and Scheduled flags for a program should control how it will behaves (i.e. schedules duplicates or not).

Also, it should now correctly schedule a show if it is in conflict with an existing show but shows up at a later date. This will only work if you don't have a restriction on what days it can be recorded.

If you could add the wishlist item, to the Bug tracker that would be appreciated, that way we can keep track of it and not loose it.

I've reworked some of the code so that it should be possible in the near future to implement something close to your wishlist item.
spyder40
Offline

Senior Member

Posts: 275
Threads: 32
Joined: Jan 2005
#5
2005-09-28, 03:19 PM
KingArgyle,

Removing the rectracker -purge form postupdateepg.bat fixed the 60 Minutes not being scheduled problem but I'm still not getting any Three Stooges. I assume that the dup checking is via the rectracker database? If so I'll check the ID's in the epg with what's in the rectracker db to see if they are the same. Or is the -subtitle option in the new version what I should be using? I would assume that wouldn't work exactly right for me either. The Three Stooges will have different subtitles but 60 Minutes will be the same each week. If I'm reading the docs right, can I create a skip/ignore file for 60 Minutes? That might do the trick.
HP a1230n
AMD 3700+
2048mb Ram
on board video
WinTV PVR USB2
(2) Media MVP's
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#6
2005-09-28, 03:42 PM
yes. If you type rectracker -addIgnore "60 Minutes" it will not be purged.

As for the -subtitle. Some shows typically have sub titles but the epg occassionally does not have them in the epg. This option will allow the rectracker to determine if a show typically contains subtitles and if it finds one that it does not have it, it will not purge it.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
Necro
Offline

Member

Posts: 84
Threads: 17
Joined: Aug 2005
#7
2005-10-07, 05:10 AM
Jorm and KingArgyle, I thought I understood this but let me just clarify what I think I understand and let me know if this is right or not. Then I can add it to the wiki so people can understand also Smile.

- Xrecord and CDKScheduler do not require the use of rectracker -purge option in PostUpdateEPG.bat file if all scheduling is done via CDK scheduler.
- The rectracker.exe %1 > log file line IS required in the PostProcessing.bat file since CDK/XRecord use this file to determine duplicates.
- If you are going to do scheduling via any 'normal' methods (non x-record/cdk) and want to avoid duplicates, you need to unREM the line in the PostUpdateEPG.bat file for this to work correctly. It should have no detrimental effects on the way in which CDK/Xrecord works normally.

That about right? If so...uhm...are all the options in Xrecord/Xsearch/Xguide checked for dupes? Only the advanced and not the schedule button? This relates basically to how the Xsuite does 'schedule' button scheduling as opposed to advanced (what goes through CDK, what doesnt, etc.)

This def. needs to get added into the Wiki as it's confusing as hell, IMHO.
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#8
2005-10-07, 01:53 PM
the documentation is lacking. The purge is used for normally scheduled programs (not cdk). When you schedule it is not checked for dups rectracker would have to be running with purge to remove it.

did you want to add this to wiki? I would appreciate it.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
Necro
Offline

Member

Posts: 84
Threads: 17
Joined: Aug 2005
#9
2005-10-07, 02:06 PM
That makes sense. The moral of the story being record all of your 'repeat' stuff through the advanced tab and your one shots through something else.

I'll add this as soon as I get some time later today. I need to get the heck working on my thesis atm.
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#10
2005-10-07, 03:00 PM
With all of the time you have been spending on gbpvr. Perhaps you should consider changing your thesis to something like

"What makes a good interface defined by the WAF (Wife acceptance factor) of collaborative development.

That way you can kill two birds with one stone. might be a good choice. Smile
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  RecTracker. Can the 50-character title limit be increased? Jim_ 5 2,310 2007-03-10, 03:00 PM
Last Post: fla
  Rectracker Crashing tweeknockr 2 1,552 2006-10-17, 02:42 PM
Last Post: KingArgyle
  Problems with Rectracker Fubrite 1 1,934 2006-04-23, 07:07 PM
Last Post: Ton
  Rectracker minor annoyance Ton 6 2,540 2006-02-12, 10:16 PM
Last Post: Ton
  Can someone clarify how Rectracker works? simon 3 1,981 2005-11-08, 03:06 PM
Last Post: jorm
  XRecord and RecTracker - Purge or No Purge? Necro 0 998 2005-10-06, 06:26 AM
Last Post: Necro
  XRecord, RecTracker not tracking isgdre 2 1,334 2005-09-13, 07:32 PM
Last Post: isgdre
  CDK Scheduler / Rectracker problem Beaker 9 3,407 2005-08-16, 02:19 PM
Last Post: KingArgyle
  Problem with rectracker.exe HamsterGirl35 15 4,598 2005-07-27, 01:44 PM
Last Post: jorm
  RecTracker Troubles arkennedy75 7 2,852 2005-06-26, 01:51 PM
Last Post: jorm

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

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

Linear Mode
Threaded Mode