Difference between revisions of "ExtendedRecordingSchedule"

From Gvp-public
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 17: Line 17:
 
! ChannelNumber
 
! ChannelNumber
 
{{!}} int
 
{{!}} int
{{!}} Channel Number in user's channel map
+
{{!}} Channel Number in user's channel map. ONLY FOR MEDIAROOM. NOT USED IN OPEN PLATFORM
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! ChannelReferenceId
 
! ChannelReferenceId
 
{{!}} int
 
{{!}} int
{{!}} Channel ID (as appearing in EPG)
+
{{!}} Channel ID (as appearing in EPG, GLF File)
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 32: Line 32:
 
! Conflicted
 
! Conflicted
 
{{!}} Boolean
 
{{!}} Boolean
{{!}} Whether the recording schedule has been detected as "conflicted" by the nPVR remote backend
+
{{!}} Whether the recording schedule has been detected as "conflicted" by the nPVR remote backend. NOT USED IN OPEN PLATFORM
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! EndTime
 
! EndTime
 
{{!}} long int
 
{{!}} long int
{{!}} Schedule ending time
+
{{!}} Schedule ending time. Tentative, this is the property of the Schedule to be recorded
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
! ID
+
! Id
 
{{!}} string
 
{{!}} string
 
{{!}} RecordingSchedule unique ID
 
{{!}} RecordingSchedule unique ID
Line 47: Line 47:
 
! LastModified
 
! LastModified
 
{{!}} int
 
{{!}} int
{{!}} Date-time of last modification of the recording schedule
+
{{!}} Date-time of last modification of the recording schedule. NOT USED IN OPEN PLATFORM
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! ParentId
 
! ParentId
 
{{!}} string
 
{{!}} string
{{!}} Id of the "parent recording" (or recording definition/schedule). The value is equal to the ID field in the case of a "parent" recording (meaning parent=itself)
+
{{!}} Id of the "parent recording" (or recording definition/schedule). The value may be equal to ID in some cases.(ParentRecording always, and some cases of child recording). THIS MUST BE USED FOR CANCELATIONS.
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! ProgramId
 
! ProgramId
 
{{!}} int
 
{{!}} int
{{!}} ID of program associated to schedule (internal GVP ID)
+
{{!}} ID of program associated to schedule (internal GVP ID). IN OPEN PLATFORM IS THE ONLY WAY TO MATCH A EPG EVENT WITH A RECORDING
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 72: Line 72:
 
! RecordingDuration
 
! RecordingDuration
 
{{!}} long int
 
{{!}} long int
{{!}} Duration of the recording
+
{{!}} Duration of the actual recording object
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 97: Line 97:
 
! ScheduleId
 
! ScheduleId
 
{{!}} int
 
{{!}} int
{{!}} Schedule unique ID
+
{{!}} Schedule unique ID. ScheduleId=0 in OP because this parameter doesn't exist in VRM. CANT BE USED TO MATCH IN THE EPG IN OPEN PLATFORM
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 137: Line 137:
 
! AgeRating
 
! AgeRating
 
{{!}} String
 
{{!}} String
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Age Rating of the Program
+
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Age Rating of the Program (CODE in contentapi)
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
! isProtected
+
! IsProtected
 
{{!}} Boolean
 
{{!}} Boolean
 
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Indicates if the Recording is protected for deletion
 
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Indicates if the Recording is protected for deletion
Line 153: Line 153:
 
{{!}} String
 
{{!}} String
 
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Genres of the recordings, as they comes in the EPG
 
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Genres of the recordings, as they comes in the EPG
 +
{{!}}- valign="top"
 +
 +
! UXReference
 +
{{!}} String
 +
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' UXReference of the recommendation that returned the schedule to be recorded
 +
{{!}}- valign="top"
 +
 +
! TrackId
 +
{{!}} String
 +
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' TrackId returned by CW of the schedule recorded
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 163: Line 173:
 
{{!}} String
 
{{!}} String
 
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Comma Separated list of actors
 
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Comma Separated list of actors
 +
{{!}}- valign="top"
 +
 +
! EpisodeNumber
 +
{{!}} Integer
 +
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Episode number, as it comes in the EPG
 +
{{!}}- valign="top"
 +
 +
! SeriesName
 +
{{!}} String
 +
{{!}} bgcolor="green" {{!}} '''NEW in 7.1''' Series name, as it comes in the EPG
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 196: Line 216:
 
:                "Description" : "Program Description",
 
:                "Description" : "Program Description",
 
:                "AgeRating" : "18+",
 
:                "AgeRating" : "18+",
:                "Protected" : false,
+
:                "IsProtected" : false,
:                "Thumbnail" : "",
+
:                "ImageUrl" : "",
 
:                "Genre" : "",
 
:                "Genre" : "",
 +
:                "UXRef" : "",
 +
:                "TrackId" : "",
 
:                "Directors" : "Jhon Doe",  
 
:                "Directors" : "Jhon Doe",  
 
:                "Actors" : "Jane Doe, Joselito"
 
:                "Actors" : "Jane Doe, Joselito"
 +
:                "EpisodeNumber" : "2",
 +
:                "SeriesName" : "The Big Bang Theory"
 
}
 
}
  

Latest revision as of 10:11, 12 July 2019

Represents a Schedule object, associated with the managing of recordings in the Network PVR service.

Members

Field Data Type Description
ChannelId int Channel ID (internal GVP ID)
ChannelNumber int Channel Number in user's channel map. ONLY FOR MEDIAROOM. NOT USED IN OPEN PLATFORM
ChannelReferenceId int Channel ID (as appearing in EPG, GLF File)
ChannelName String Channel Name
Conflicted Boolean Whether the recording schedule has been detected as "conflicted" by the nPVR remote backend. NOT USED IN OPEN PLATFORM
EndTime long int Schedule ending time. Tentative, this is the property of the Schedule to be recorded
Id string RecordingSchedule unique ID
LastModified int Date-time of last modification of the recording schedule. NOT USED IN OPEN PLATFORM
ParentId string Id of the "parent recording" (or recording definition/schedule). The value may be equal to ID in some cases.(ParentRecording always, and some cases of child recording). THIS MUST BE USED FOR CANCELATIONS.
ProgramId int ID of program associated to schedule (internal GVP ID). IN OPEN PLATFORM IS THE ONLY WAY TO MATCH A EPG EVENT WITH A RECORDING
ProgramName String Program Name
ProgramReferenceId int Program ID as appearing in EPG
RecordingDuration long int Duration of the actual recording object
RecordingEndTime long int Recording end time (may not coincide with schedule ending time)
RecordingHierarchy RecordingHierarchyType enum Indicates whether the object is a "parent" recording (recording definition) (value 0) or a "child" recording (value 1)
RecordingStartTime long int Recording start time (may not coincide with schedule starting time)
RecordingState RecordingScheduleState enum Status of recording
ScheduleId int Schedule unique ID. ScheduleId=0 in OP because this parameter doesn't exist in VRM. CANT BE USED TO MATCH IN THE EPG IN OPEN PLATFORM
SeriesId int Series ID (in case of schedule part of a series)
StartTime long int Schedule starting time
Type RecordingScheduleType enum Recording type (entire series or individual episodes)
SeasonNumber int NEW in 7.1 Season Number as it appears in the EPG File
DeleteTime UnixTimestamp NEW in 7.1 Time when the recording will be erased (if it is != 0)
ChannelLogoUrl String NEW in 7.1 ImageUrl of the associated Live Channel Logo (Must be requested through spotlight)
Description String NEW in 7.1 Description of the Program
AgeRating String NEW in 7.1 Age Rating of the Program (CODE in contentapi)
IsProtected Boolean NEW in 7.1 Indicates if the Recording is protected for deletion
ImageUrl String NEW in 7.1 ImageUrl of the Recording (Must be requested through spotlight)
Genres String NEW in 7.1 Genres of the recordings, as they comes in the EPG
UXReference String NEW in 7.1 UXReference of the recommendation that returned the schedule to be recorded
TrackId String NEW in 7.1 TrackId returned by CW of the schedule recorded
Directors String NEW in 7.1 Comma separated list of directors
Actors String NEW in 7.1 Comma Separated list of actors
EpisodeNumber Integer NEW in 7.1 Episode number, as it comes in the EPG
SeriesName String NEW in 7.1 Series name, as it comes in the EPG


Example

{

"Id" : "525cf038-4890-49e2-8a9c-fc1e89296a00",
"ParentId" : "db80e616-80e0-48ee-818e-a7e96096672d",
"ScheduleId" : 4089207,
"ProgramId" : 4419758,
"ProgramName" : "Technical Difficulties (Image Sample)",
"ProgramReferenceId" : "99343001",
"ChannelId" : 5044,
"ChannelName" : "KTDS",
"ChannelNumber" : 1459,
"ChannelReferenceId" : "99343001",
"SeriesId" : 0,
"StartTime" : 1418169600,
"EndTime" : 1418171400,
"RecordingHierarchy" : 1,
"RecordingState" : 0,
"RecordingStartTime" : 1418162400,
"RecordingEndTime" : 1418164200,
"RecordingDuration" : 1800,
"Type" : 1,
"LastModified" : 0,
"Conflicted" : false,
"SeasonNumber" : 0,
"DeleteTime" : 0,
"ChannelLogoUrl" : "",
"Description" : "Program Description",
"AgeRating" : "18+",
"IsProtected" : false,
"ImageUrl" : "",
"Genre" : "",
"UXRef" : "",
"TrackId" : "",
"Directors" : "Jhon Doe",
"Actors" : "Jane Doe, Joselito"
"EpisodeNumber" : "2",
"SeriesName" : "The Big Bang Theory"

}


Known issues

None


Version history

API Version Number Change description Changes author
7.1 Initial data type implementation. OpenPlatform José Manuel Escartín


See also