[mythtv-users] documentation for Dvr/AddRecordSchedule missing in wiki

Bill Meek keemllib at gmail.com
Mon May 7 21:13:42 UTC 2018


On 05/07/2018 04:08 PM, Bill Meek wrote:
> 
> I'll see if I can find an old set of curl lines, but that's why I
> wrote the Python tool.

Found an old one that worked for a Single/Manual Search record:

curl \
     --data Title="0000000023" \
     --data Subtitle="Services API Subtitle Test" \
     --data StartTime=2014-05-28T18:13:00 \
     --data EndTime=2014-05-28T18:16:00 \
     --data ChanId=1021 \
     --data Station="CBS2-HD" \
     --data FindDay=1 \
     --data FindTime="18:13:00" \
     --data ParentId=0 \
     --data Type="Single" \
     --data SearchType="Manual Search" \
     mc0:6544/Dvr/AddRecordSchedule

-- 
Bill


More information about the mythtv-users mailing list