Additional PVR calls
#1
Hi guys,

I'm writing some software at the moment that gives the ability to manage the Kodi PVR from a home automation system. I have most of it working bar a few things

[*]PVR.Record only handles channelids currently. Would be nice if you could pass a broadcastid to it to schedule a recording.
[*]There is no delete recordingid function. Would be nice for us to be able to delete a recording.
[*]There is no delete timer function. Would be nice to be able to delete a timer.
[*]PVR.GetBroadcastDetails does not work have to use PVR.GetBroadcasts instead and parse out the relevant data.
[*]PVR.GetRecordingDetails does not work have to use PVR.GetRecordings instead and parse out the relevant data

This is the Layout of the software i'm developing

TV--CHANNELS-----CHANNEL------PLAY (WORKING)
| |
| -------RECORD (WORKING)
| |
| -------INFO (WORKING)
| |
| -------GUIDE-----BROADCAST--RECORD (NO API CALL)
| |
| ---INFO (WORKING WITH WORKAROUND)
|---RECORDINGS-RECORDING------PLAY (WORKING)
| |
| ------DELETE (NO API CALL)
| |
| ------INFO (WORKING WITH WORKAROUND)
|
|---SCHEDULED-TIMERS----------DELETE (NO API CALL)
|
-------INFO (WORKING)
Reply

Logout Mark Read Team Forum Stats Members Help
Additional PVR calls0