Release Audio Profiles (for Kodi 18 and later)
(2020-06-25, 18:00)pkscout Wrote:
(2020-06-25, 11:49)tomasiek Wrote:
(2020-06-05, 07:34)tomasiek Wrote: Another idea came to me. We can set a given profile for the source type (video / pvr). We also have depending on the type of sound (stereo / multi). But I miss something like the priority of these settings. If I choose the HDMI profile for PVR, I would like that even if there is 5.1 sound the selection window does not appear. If I do not set anything for video, the selection window would appear depending on the type of sound (stereo / 5.1)
Any chance?
Probably not.  The user interface for something like that would be exceptionally convoluted in Kodi, and the coding necessary to deal with the nearly infinite number of permutations of prioritization of choices would be very difficult to get right.


I changed the line 100 to something like this:
python:
if content_autoswitch not in ['auto_music', 'auto_pvr_radio', 'auto_pvr_tv']:

Thanks to this, the profile selection window does not appear on prv
Reply


Messages In This Thread
RE: Audio Profiles (for Kodi 18 and later) - by tomasiek - 2021-01-18, 15:12
Logout Mark Read Team Forum Stats Members Help
Audio Profiles (for Kodi 18 and later)0