Kodi Community Forum
Release Audio Profiles - Easy switch between different audio settings - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Release Audio Profiles - Easy switch between different audio settings (/showthread.php?tid=200081)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25


RE: Audio Profiles switcher - Grabber66 - 2016-01-31

Hi,

one question. Is it possible to switch via shell.
I'm using Openelec.


RE: Audio Profiles switcher - Gummix - 2016-02-16

Hi,
it will not works...
I added the two different Profils, edit the Keymap and my Harmony.
But it happens nothing.
I use kodi 16.0 rc3

Image
Image


I hope u can help me.


RE: Audio Profiles switcher - Roby77 - 2016-02-16

If i'm not wrong your error is:
"
Edit or create file keyboard.xml in userdata/keymaps/ and past this code:"

you edited the file in system not in user data folder

just for example this is my remote.xml code:

Code:
<keymap><global><keyboard><key id="101">activatewindow(favourites)</key><key id="24">runscript(script.audio.profiles,0)</key><key id="232">reboot</key></keyboard></global><FullscreenVideo><remote>
<zero>PlayerControl(seekpercentage(0))</zero>
<one>PlayerControl(seekpercentage(10))</one>
<two>PlayerControl(seekpercentage(20))</two>
<three>PlayerControl(seekpercentage(30))</three>
<four>PlayerControl(seekpercentage(40))</four>
<five>PlayerControl(seekpercentage(50))</five>
<six>PlayerControl(seekpercentage(60))</six>
<seven>PlayerControl(seekpercentage(70))</seven>
<eight>PlayerControl(seekpercentage(80))</eight>
<nine>PlayerControl(seekpercentage(90))</nine></remote></FullscreenVideo></keymap>



RE: Audio Profiles switcher - Gummix - 2016-02-16

Ah, u are right.
Thnak u


RE: Audio Profiles switcher - Roby77 - 2016-02-16

Good Wink


RE: Audio Profiles switcher - gurabli - 2016-04-24

(2015-10-30, 15:12)Roby77 Wrote: make me an example so i can test with my setup

Edit:You are correct, if i select Player setting (video >playback) doesn't work

With only video settings flagged works

On latest official OE beta it works, but not with Player Settings. I guess there was a change with Jarvis that broke something? Any chances @Roby77 to look into this and make it work?

Thanks for the excellent add-on!


RE: Audio Profiles switcher - Roby77 - 2016-05-05

I'm not the developer Big Grin pm to #Regss

btw on v.17 alpha2 Windows seems that settings are not stored anymore for each profile SadSad

will report further if it's only a kodi build problem

edit:Using v.1.05 version


RE: Audio Profiles switcher - Regss - 2016-05-06

Quick fix for store player settings:
edit /addons/script.audio.profiles/default.py
replace line 189 :

Code:
settingsToSave[set] = val.encode('utf-8')

to:

Code:
settingsToSave[set] = str(val).encode('utf-8')

I fix it in repository soon but I must do more changes in code.


RE: Audio Profiles switcher - Roby77 - 2016-05-06

#Regss can you fix also problem with audio settinga not saved on krypton alpha2 ?


RE: Audio Profiles switcher - Regss - 2016-05-06

Roby77, please test this fix. Replace default.py in addon/script.audio.profiles/

Below fix is only for Krypton.
default.py


RE: Audio Profiles switcher - Roby77 - 2016-05-06

Yes works perfectly!

If you release a new build maybe can you add italian language ?

Thank you Regss!


RE: Audio Profiles switcher - Regss - 2016-05-06

You can translate it here:
www.transifex.com


RE: Audio Profiles switcher - Roby77 - 2016-05-06

Sent request to join team thank you

Tried mod on libreelec kodi 17 alpha2 ...and it's ok

Thanks


RE: Audio Profiles switcher - Roby77 - 2016-05-06

translation done, but i don't see the string "Time after which close the menĂ¹"

thank you


RE: Audio Profiles switcher - Regss - 2016-05-12

New version 1.1.0 works on all KODI versions. Now is available in my repository. Soon in official repository.