Release Audio Profiles (for Kodi 18 and later)
(2024-03-15, 12:39)pkscout Wrote:
(2024-03-15, 10:26)AndreaWozzup Wrote:
(2024-03-14, 12:37)pkscout Wrote: If you turn debug logging on in Kodi and then duplicate the issue, that's the best way to gather info for troubleshooting.  I'd probably also include the hardware info for your Kodi machine as well as that audio device.  Find the right place in the forum (likely one of the OS specific areas), create a new post, include all that, and maybe someone can help.

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
Reply


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