NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 55 56 57 58 59 … 93 Next »
Recording schedule statuses?

 
  • 0 Vote(s) - 0 Average
Recording schedule statuses?
cginzel
Offline

Member

Posts: 192
Threads: 22
Joined: Dec 2004
#1
2005-03-06, 07:44 AM
I'm wondering if sub or anyone can tell me what the status column values in RECORDING_SCHEDULE mean?

Based on what I see I think the following is true (correct me if I'm wrong):

1 = Recording
2 = Recorded
3 = Failed
5 = Conflict

But what does a status of 0 & 4 mean?

Sub, when does GB-PVR determine the next show to record? GB-PVR obviously determines which shows are in conflict, but does it set a timer when the next show is to be recorded, or does it poll the database?

I'm running GB-PVR on a MSDE database and I've put in an update trigger on RECORDING_SCHEDULE when the status is changed to 2, I queue the unique_identifier from PROGRAMME...

This allows me to collect a list of recorded shows. The next step I want to take is to add a trigger to remove repeat shows.

-Charles
[SIZE="1"]NextPVR v2.3.4 on XP Home SP2
Rig: Dual Core P4 2.8GHz, 3GB Ram + 230GB HD
Media: WinTV PVR-150/MCE (2) + Media MVP 1000 (1) vD3A
Tools/Plug-ins: Weather, ComSkip, NEWA[/SIZE]
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#2
2005-03-06, 10:29 AM
these are the constants from GBPVR.Public.ScheduledRecording:

public const int GROUP_ALLOCATE = -1;
public const int GROUP_NONE = 0;

public const int QUALITY_HIGH = 0;
public const int QUALITY_MEDIUM = 1;
public const int QUALITY_LOW = 2;
public const int QUALITY_CUSTOM1 = 3;
public const int QUALITY_CUSTOM2 = 4;
public const int QUALITY_LIVETV = 5;

public const int STATUS_PENDING = 0;
public const int STATUS_IN_PROGRESS = 1;
public const int STATUS_COMPLETED = 2;
public const int STATUS_COMPLETED_WITH_ERROR = 3;
public const int STATUS_PLACE_HOLDER = 4;
public const int STATUS_CONFLICT = 5;

public const int TYPE_RECORD_ONCE = 0;
public const int TYPE_RECORD_DAILY = 1;
public const int TYPE_RECORD_WEEKLY = 2;
public const int TYPE_RECORD_WEEK_DAYS = 3;
public const int TYPE_RECORD_WEEKEND_DAYS = 4;
public const int TYPE_RECORD_SEASON = 5;
cginzel
Offline

Member

Posts: 192
Threads: 22
Joined: Dec 2004
#3
2006-05-21, 04:40 AM
I see a status of 6 in the RECORDING_SCHEDULE... what does that status mean?
[SIZE="1"]NextPVR v2.3.4 on XP Home SP2
Rig: Dual Core P4 2.8GHz, 3GB Ram + 230GB HD
Media: WinTV PVR-150/MCE (2) + Media MVP 1000 (1) vD3A
Tools/Plug-ins: Weather, ComSkip, NEWA[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#4
2006-05-21, 05:37 AM
Status_deleted=6
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Custom recording tomx 2 547 2025-02-07, 09:14 AM
Last Post: tomx
  API call for Recording Complete linustorvalds 1 370 2025-01-19, 02:11 PM
Last Post: mvallevand
  Manual recording API mvallevand 2 1,009 2023-11-09, 02:14 PM
Last Post: mvallevand
  Seeking explanation for recurring schedule fields timeslotStart and timeeslotEnd scJohn 4 2,094 2020-07-14, 10:13 PM
Last Post: scJohn
  Recording direct to GPhotos API rgonzalez 0 1,462 2020-06-29, 04:45 AM
Last Post: rgonzalez
  Recurring Recording URL Parameters jcole998 2 2,984 2019-09-19, 01:08 PM
Last Post: jcole998
  Get recording length from stream skogl 46 13,964 2019-08-15, 09:34 PM
Last Post: sub
  Unexpected result when deleting a pending recording scJohn 5 3,767 2018-05-06, 10:09 PM
Last Post: sub
  How to best verify success when adding a recurring recording drmargarit 1 2,813 2017-03-02, 03:13 PM
Last Post: mvallevand
  TitanTv Remote Schedule For GBPVR UncleJohnsBand 51 33,721 2015-08-20, 05:11 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