JSON pvr record by broadcastid
#1
Hello Guys,

I'm doing an interface for commandfusion as a hobby project using json to communicate with Kodi.

All is good but when I was doing the EPG I find one thing that I don't know if it's possible to do/implement.

I'm trying to record an specific program after selecting it. But I got that json as of now can only record by channel number. So I cannot set a record for a future program using it's broadcast id.

Is it correct?

If so can it be implemented in the future so something like

http://localhost:8152/jsonrpc?request={"jsonrpc":"2.0","method":"PVR.Record","params":{"record":true,"broadcastid":1},"id":1}

would be possible.

Thanks,

Marcelo.
Reply
#2
(2014-11-13, 22:33)ASH_Macedo Wrote: Hello Guys,

I'm doing an interface for commandfusion as a hobby project using json to communicate with Kodi.

All is good but when I was doing the EPG I find one thing that I don't know if it's possible to do/implement.

I'm trying to record an specific program after selecting it. But I got that json as of now can only record by channel number. So I cannot set a record for a future program using it's broadcast id.

Is it correct?

If so can it be implemented in the future so something like

http://localhost:8152/jsonrpc?request={"jsonrpc":"2.0","method":"PVR.Record","params":{"record":true,"broadcastid":1},"id":1}

would be possible.

Thanks,

Marcelo.

Has anyone found a solution to this? I'd like to be able to record broadcast's based on broadcastid's but this doesn't seem to work unfortunately.
Reply

Logout Mark Read Team Forum Stats Members Help
JSON pvr record by broadcastid0