[mythtv-users] Killing live tv session using script
Rajil Saraswat
rajil.s at gmail.com
Sat Apr 13 21:30:25 UTC 2019
On 4/13/19 4:12 PM, Bill Meek wrote:
> 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
>
Thanks, the following did the trick,
curl -s "192.168.1.12:6544/Dvr/StopRecording?RecordedId=6499" -o /dev/null
More information about the mythtv-users
mailing list