• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 25
Release Audio Profiles - Easy switch between different audio settings
#91
Hi,

one question. Is it possible to switch via shell.
I'm using Openelec.
#92
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.
#93
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>
#94
Ah, u are right.
Thnak u
#95
Good Wink
#96
(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!
#97
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
#98
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.
#99
#Regss can you fix also problem with audio settinga not saved on krypton alpha2 ?
Roby77, please test this fix. Replace default.py in addon/script.audio.profiles/

Below fix is only for Krypton.
default.py
Yes works perfectly!

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

Thank you Regss!
You can translate it here:
www.transifex.com
Sent request to join team thank you

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

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

thank you
New version 1.1.0 works on all KODI versions. Now is available in my repository. Soon in official repository.
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 25

Logout Mark Read Team Forum Stats Members Help
Audio Profiles - Easy switch between different audio settings3