Is there a xbmc.Player().isrecording() function?
#1
Hi!

I want to execute a Python script, but not if Kodi is recording something (Live-TV or Radio, etc.). According to the Wiki, there are this two functions:
Code:
isPlayingAudio(...)
isPlayingVideo(...)
--returns True is xbmc is playing an video or audio file.
Is there such a function like xbmc.Player().isrecording()?
If not, how can I get "true" if Kodi is recording?

Maybe implement such function for Isengard?
Thx
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
#2
Pvr.IsRecording


http://kodi.wiki/view/List_of_boolean_conditions
Reply

Logout Mark Read Team Forum Stats Members Help
Is there a xbmc.Player().isrecording() function?0