NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 72 73 74 75 76 … 93 Next »
Changing ScheduledRecording Quality

 
  • 0 Vote(s) - 0 Average
Changing ScheduledRecording Quality
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#11
2005-04-28, 06:47 AM
Thanks a lot KingArgyle, i got it to work with this code:

Code:
IScheduleHelper sh = ScheduleHelper.getInstance();

ScheduledRecording recording = sh.SheduleRecording(
    program.getChannelOID(),
    program.getStartTime(),
    program.getEndTime(),
    program,
    GBPVR.Public.ScheduledRecording.TYPE_RECORD_ONCE,
    GBPVR.Public.ScheduledRecording.GROUP_ALLOCATE,
    "");
recording.setPrePadMinutes(prePadding);
recording.setPostPadMinutes(postPadding);
recording.setQualitySetting(GBPVR.Public.ScheduledRecording.QUALITY_HIGH);
sh.UpdateScheduledRecording(recording);

One more question:
What does "GROUP_ALLOCATE" mean? Will it try to put the recording in a group or create a group in the recordings when it is the only show with the same title?

-alibert
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Changing the recording priority on recurring recordings cbgifford 4 3,839 2014-08-17, 03:13 PM
Last Post: Kiwi
  Changing recording schedules on the fly. mvallevand 2 1,947 2011-09-06, 03:30 AM
Last Post: BrettB
  A list of changing images McBainUK 1 1,867 2011-06-21, 04:36 PM
Last Post: sub
  Changing skin font or colour mvallevand 30 7,134 2010-07-23, 02:20 PM
Last Post: whurlston
  Changing channel from a plugin Snarky 9 2,794 2006-09-20, 07:05 PM
Last Post: Snarky
  Changing colours of a bitmap/image? bgowland 7 2,827 2006-07-12, 02:54 PM
Last Post: bgowland
  changing the OSD size? reven 5 2,517 2006-03-23, 05:32 AM
Last Post: sub
  changing "ScheduleProgrammePopupBackground" in "Recordings" reven 12 3,828 2006-02-22, 10:47 PM
Last Post: Old Dog
  "Approved" way of having a changing a screen value psycik 7 2,728 2006-01-10, 09:25 PM
Last Post: psycik
  Changing the color of the timeline indicator...tv guide? Mtlca401 0 1,171 2006-01-09, 07:39 PM
Last Post: Mtlca401

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

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

Linear Mode
Threaded Mode