[mythtv-users] Killing live tv session using script

Bill Meek keemllib at gmail.com
Sat Apr 13 21:12:50 UTC 2019


On 4/13/19 3:44 PM, Rajil Saraswat wrote:
> curl 192.168.1.12:6544/Dvr/DeleteRecording?RecordedId=6499

Endpoints that add/delete/update things must be a POST. The above
would be:

     curl --data RecordedId=6499 192.168.1.12:6544/Dvr/DeleteRecording

-- 
Bill


More information about the mythtv-users mailing list