2013-07-18, 09:33 PM
im wanting to know the service?method calls for the following
the xbmc addon only shows you how to schedule a single recording instance, and doesn't support comskip (well i didnt see it in the source code).
if they're not currently available sub can you please add them. Preferable comskip should return an array of 2 digit values (start, end) in seconds, and schedule a recording should take a enum value of type, e.g. "All New Recordings" could be type 4, and "This day this timeslot" could be 3 (but match the actual enum values to the nextpvr gui, I dont have access to nextpvr atm to get the actual names/indexes ). I rather set a recording based on an enum value so I'm 100% certain when my app schedules a recording its the same as scheduling in nextpvr, and if nextpvr slightly changes how it schedules my app also schedules the same way. Also please add a call to get the enum values, e.g. service?method=Setting.RecordingScheduleTypes which returns a int/enum value and a name for it. So if new recording options are added/removed in the future, my app automatically gets the updated recording options.
- Get the comskip times for a recording
- Schedule a recording, e.g. "All New on this channel" etc
the xbmc addon only shows you how to schedule a single recording instance, and doesn't support comskip (well i didnt see it in the source code).
if they're not currently available sub can you please add them. Preferable comskip should return an array of 2 digit values (start, end) in seconds, and schedule a recording should take a enum value of type, e.g. "All New Recordings" could be type 4, and "This day this timeslot" could be 3 (but match the actual enum values to the nextpvr gui, I dont have access to nextpvr atm to get the actual names/indexes ). I rather set a recording based on an enum value so I'm 100% certain when my app schedules a recording its the same as scheduling in nextpvr, and if nextpvr slightly changes how it schedules my app also schedules the same way. Also please add a call to get the enum values, e.g. service?method=Setting.RecordingScheduleTypes which returns a int/enum value and a name for it. So if new recording options are added/removed in the future, my app automatically gets the updated recording options.