Release Audio Profiles (for Kodi 18 and later)
(2024-03-15, 22:34)AndreaWozzup Wrote:
(2024-03-15, 12:39)pkscout Wrote:
(2024-03-15, 10:26)AndreaWozzup Wrote:  

I got a somehow strange idea for a workaround to my issue.
I might use this other add-on https://kodi.wiki/view/Add-on:Kodi_Callb...s_-_Events and configure so that I subscribe to onScreensaverActivated and onScreensaverDeactivated monitor events.
When screen saver kicks in I do (switch to ANALOG):
Code:
RunScript(script.audio.profiles,2)
When deactivated (back to DIGITAL):
Code:
RunScript(script.audio.profiles,1)
Will try.. tomorrow Smile
does not work. nothing triggers i.e. on onScreensaverActivated with this add on. meh
Reply


Messages In This Thread
RE: Audio Profiles (for Kodi 18 and later) - by AndreaWozzup - 2024-03-16, 22:35
Logout Mark Read Team Forum Stats Members Help
Audio Profiles (for Kodi 18 and later)0