[mythtv] New patch for ticket 11491

MythTV Dev Tikinou mythtv-dev at tikinou.com
Tue Jun 4 11:17:52 UTC 2013


I created a new patch for 11491 allowing the querying of recorded markups
for a given recording.
After this patch the services-api user does not need to know about DB
identifiers.
The output of a call looks like this :


{
"RecordedMarkupInfo":{
"ChannelId":"1021",
"StartTime":"2012-07-02T02:00:00Z",
"DurationMs":"3597188",
"VideoWidth":"1920",
"VideoHeight":"1080",
"VideoRate":"29970",
"TotalFrames":"0",
"Markups":[
{
"Type":"COMMSKIP",
"Start":"0",
"End":"207"
},
{
"Type":"COMMSKIP",
"Start":"5180",
"End":"10899"
},
{
"Type":"COMMSKIP",
"Start":"27159",
"End":"32685"
},
{
"Type":"COMMSKIP",
"Start":"54793",
"End":"63402"
},
{
"Type":"COMMSKIP",
"Start":"78672",
"End":"87203"
},
{
"Type":"COMMSKIP",
"Start":"104316",
"End":"108112"
}
]
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-dev/attachments/20130604/7439e92f/attachment.html>


More information about the mythtv-dev mailing list