kodi settings for skip steps
This commit is contained in:
parent
69ae46e4d2
commit
1fb6b307ea
2 changed files with 6 additions and 0 deletions
3
advancedsettings.xml
Normal file
3
advancedsettings.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<advancedsettings>
|
||||
<seeksteps>5, 10, 15, 20, 25, 30, 60, 120, 300</seeksteps>
|
||||
</advancedsettings>
|
3
init.sh
3
init.sh
|
@ -5,3 +5,6 @@ ln /home/htpc/scripts/PJ/xfce4-keyboard-shortcuts.xml /home/htpc/.config/xfce4/x
|
|||
|
||||
rm /home/htpc/.kodi/userdata/keymaps/keyboard.xml
|
||||
ln /home/htpc/scripts/PJ/keyboard.xml /home/htpc/.kodi/userdata/keymaps/keyboard.xml
|
||||
|
||||
rm /home/htpc/.kodi/userdata/advancedsettings.xml
|
||||
ln /home/htpc/scripts/PJ/advancedsettings.xml /home/htpc/.kodi/userdata/advancedsettings.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue