v18 PVR.Record string in v18?
#1
could someone please confirm if 'PVR.Record is functioning in Leia 18.

I am trying to form an RPCString in python to call from kodi voice pvr.record using channelid (ie request the channel name and it returns with recording channel name and starts the kodi action)  but whichever combination i use in the string, the py executes and returns a positive log but kodi doesn't actually perform the recording action. I'm not sure there are any more combinations to try or a simple one I'm not seeing  - either would put me out of my misery!

Below is the principle, but also tried combo of "channel", "current" parameters (channelid is defined elsewhere)

{"jsonrpc": "2.0", "method": "PVR.Record", "params": { "record": "toggle", "channelid": channelid }

For the full .py please see my repos on github; https://github.com/fb42000/kodi-voice/bl...ce/kodi.py
Main Kodi System -Acer Revo 3600 1.6GHz Intel Atom 230  - Sundtek S2 USB, 3x August DVB-T210 - Milhouse nightly LibreELEC - Modified Mimic Skin - Modified Kanzi PVR Voice Control
Other devices - Raspberry Pi 2 milhouse libreelec Leia v18
Laptop - Lenovo Ideapad 510 - Xubuntu Bionic 18.04
Reply
#2
Also not working from kodi webserver using PVR channel selection and selecting record - the JSON command is sent OK without error (proven in log) but there is no resulting action - is this a kodi v18 issue or PVR - (all other PVR functions work with no issue over JSON RPC). Is anyone able to test please using a PVR backend and webserver - i can then narrow it down to TVH although nothing glaring
Main Kodi System -Acer Revo 3600 1.6GHz Intel Atom 230  - Sundtek S2 USB, 3x August DVB-T210 - Milhouse nightly LibreELEC - Modified Mimic Skin - Modified Kanzi PVR Voice Control
Other devices - Raspberry Pi 2 milhouse libreelec Leia v18
Laptop - Lenovo Ideapad 510 - Xubuntu Bionic 18.04
Reply
#3
Same here - tried HTTP POST without success.
Reply
#4
(2018-12-19, 00:51)dev.null Wrote: Same here - tried HTTP POST without success.
 Thanks - which PVR backend / client?
Main Kodi System -Acer Revo 3600 1.6GHz Intel Atom 230  - Sundtek S2 USB, 3x August DVB-T210 - Milhouse nightly LibreELEC - Modified Mimic Skin - Modified Kanzi PVR Voice Control
Other devices - Raspberry Pi 2 milhouse libreelec Leia v18
Laptop - Lenovo Ideapad 510 - Xubuntu Bionic 18.04
Reply
#5
You found a bug and fix is underway: https://github.com/xbmc/xbmc/pull/15093
Reply
#6
Sry for late reply, I´m using Zattoo PVR on Leia v18 build #1212
Reply
#7
(2018-12-19, 14:29)dev.null Wrote: Sry for late reply, I´m using Zattoo PVR on Leia v18 build #1212
 Backend / pvr-addon / platform is all unrelated. It was simply a kodi code bug.
Reply
#8
@ksooo  - many thanks for confirming, and PR
Main Kodi System -Acer Revo 3600 1.6GHz Intel Atom 230  - Sundtek S2 USB, 3x August DVB-T210 - Milhouse nightly LibreELEC - Modified Mimic Skin - Modified Kanzi PVR Voice Control
Other devices - Raspberry Pi 2 milhouse libreelec Leia v18
Laptop - Lenovo Ideapad 510 - Xubuntu Bionic 18.04
Reply

Logout Mark Read Team Forum Stats Members Help
PVR.Record string in v18?0