NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 37 38 39 40 41 … 93 Next »
Legend for RECORDING_SCHEDULE:status field

 
  • 0 Vote(s) - 0 Average
Legend for RECORDING_SCHEDULE:status field
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#1
2007-12-20, 06:28 PM
Is there a Legend for the RECORDING_SCHEDULE table, status field?

My guess so far:
0 = Pending
1 = Recording
2 =
3 = Recorded
4 = Reoccurring

Are there any valid numbers beyond 4?
What would GBPVR do if it "saw" an invalid number (like 9)?

Thanks,
Joe
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#2
2007-12-20, 06:39 PM
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; // used for recurring recordings (manual and season)
public const int STATUS_CONFLICT = 5;
public const int STATUS_DELETED = 6; // used only for season recording episodes in the future

Quote:What would GBPVR do if it "saw" an invalid number (like 9)?
It'd probably shit itself.
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#3
2007-12-20, 08:51 PM
Thank you for the quick response.

I manually changed one of my completed shows (Status=2) to status = 9 and the availability of the program disappeared (as would be expected) but the GBPVR program (and the MediaMVP) did not soil itself. If this is going to happen, might you have some idea when (for example does the program do a "clean-up" of the RECORDING_SCHEDULE at some point in it's life-cycle)?

Thanks,
Joe
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#4
2007-12-20, 08:57 PM
DONT change the status of recordings to an invalid status. I dont want developers trying to introduce different values in these core tables.
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#5
2007-12-20, 09:22 PM
Ok
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Status field values in Table SCHEDULED_RECORDING scJohn 2 2,322 2019-07-03, 07:01 PM
Last Post: sub
  Tuner status & disk usage mikaelgu 2 2,906 2017-04-10, 04:51 PM
Last Post: mikaelgu
  Determine Server Tuner/Recorder Status from Console App 27InchSony 13 8,229 2016-12-21, 05:03 AM
Last Post: mvallevand
  Scheduled_Recordings - Filename field limited to 50 characters? JavaWiz 6 4,426 2015-10-28, 10:46 PM
Last Post: JavaWiz
  Interpretting RECURRING_RECORDING match_rules field bgowland 7 3,278 2013-04-24, 02:54 AM
Last Post: bgowland
  Tracking Live TV status imilne 2 2,220 2011-07-13, 07:04 PM
Last Post: imilne
  Suppressing the Date/Time field from global.xml ACTCMS 7 3,156 2010-11-18, 01:36 AM
Last Post: ACTCMS
  @nowPlaying field question ACTCMS 7 2,878 2008-05-01, 05:02 AM
Last Post: bgowland
  Forcing a Recording event to status 5 or 6 zehd 1 1,488 2008-03-25, 01:50 AM
Last Post: sub
  Simple Recording status? rwmech 3 1,766 2006-10-09, 02:20 AM
Last Post: rwmech

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

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

Linear Mode
Threaded Mode