[mythtv-commits] Ticket #10540: Service API Dvr RemoveRecorded does not work

MythTV noreply at mythtv.org
Mon Apr 2 21:25:43 UTC 2012


#10540: Service API Dvr RemoveRecorded does not work
-------------------------+--------------------------------------
 Reporter:  cletus@…     |           Type:  Bug Report - General
   Status:  new          |       Priority:  minor
Milestone:  0.25         |      Component:  MythTV - General
  Version:  Master Head  |       Severity:  medium
 Keywords:               |  Ticket locked:  0
-------------------------+--------------------------------------
 When calling ServiceAPI::Dvr::RemoveRecorded mythtv's ServiceAPI needs
 StartTime in MySQL ISO format, e.g.:
 curl -d 'ChanId=34006&StartTime=2012-03-30T17:00:00Z'
 'http://192.168.1.99:6544/Dvr/RemoveRecorded'

 The Service API translates it into an DELETE_RECORDING message and uses
 the ISO format StartTime as parameter. However, DELETE_RECODRING needs
 datetime ( http://www.mythtv.org/wiki/DELETE_RECORDING_(Myth_Protocol) )
 and thus DELETE_RECORDING fails:

 HttpServer43 remoteutil.cpp:132 (RemoteDeleteRecording) - Failed to delete
 recording 34006:2012-03-30T19:00:00

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10540>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list