Posts: 630
Joined: Aug 2004
Reputation:
1
I'm using Amber 2.2.5 on Kodi Jarvis 16.0 on an Amazon FireTV (1st gen)
Every time I restart Kodi all of my changes are lost. I've tried:
checking to the vertical menu
deactivating home menu items
changing backgrounds to multi image
I can make these changes one & a time or all at once but they all are lost every time I QUIT kodi.
The only change that seems to hold is to turn off or on home shelf items.
Any suggestions?
Posts: 3
Joined: Apr 2016
Reputation:
0
I totally figured it out!!!! I am off to bed but will write the solution in the morning. Also will do a tutorial of it.
Posts: 630
Joined: Aug 2004
Reputation:
1
I'm on the edge of my seat with anticipation.
Posts: 630
Joined: Aug 2004
Reputation:
1
Plantkiller,
Any progress towards revealing what you did?
Posts: 630
Joined: Aug 2004
Reputation:
1
2016-04-13, 22:42
(This post was last modified: 2016-04-13, 22:45 by rcrh.)
Well, on my firetv (not sure why it would be different then any android box) the directory is actually
~/.kodi/addons/skin.amber/settings.xml
and the permissions are
RW_ RW_ ___
I'm not sure who the owner is or who is in the GROUP but those are the permissions.
Are you sure about the path? I have a skin.xxx for each skin installed EXCEPT confluence. And I have a guisettings.xml still under ~/.kodi/userdata/
Is my install messed up? Should I uninstall and clear out ~/.kodi/... and start over?
And are you sure this is the right file? I just looked at my ~/.kodi/addons/skin.amber/settings.xml.
It has some basic declarations about the skin and then a bunch of info for the various languages. Nothing about configuration options.
Posts: 630
Joined: Aug 2004
Reputation:
1
OK. to test I just installed a skin that I had never looked at before and then checked my files.
Sure enough I'm an idiot and there are in fact two directors for each skin.
/sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/skin.amber
and
/sdcard/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.amber
So, putting that bit of nonsense aside I checked the permissions on both folders & both files
~/.kodi/userdata/addon_data/skin.amber RWX RWX __X
~/.kodi/userdata/addon_data/skin.amber/settings.xml RW_ RW_ ___
~/.kodi/addons/skin.amber RWX RWX __X
~/.kodi/addons/skin.amber/addon.xml RW_ RW_ ___
it looks like those permissions are sufficient for kodi to update its settings, right?
Posts: 390
Joined: Sep 2014
Reputation:
28
Can you try changing a single setting e.g. Vertical home and then comparing the addon_data settings.xml before the change, after the change and after you quit Kodi?
Posts: 630
Joined: Aug 2004
Reputation:
1
So I grabbed five copies of settings.xml
1) prior to starting kodi
2) while kodi is running
3) changed menu to vertical (kodi still running)
4) quit kodi
5) restarted kodi
When I restarted kodi the menu was back to horizontal.
All five files had the same date & time stamp.
All five files were identical.
I'm not sure what is going on.
I really hope plantkiller posts his solution.
Any other thoughts?
Posts: 630
Joined: Aug 2004
Reputation:
1
I also tried editing one of the copies I made and then copied it back (I changed the menu to vertical). It worked.
I then tried making other changes within Kodi & nothing stayed.
So until plantkiller posts his solution I guess I can read through the skinning documentation and figure out all of the changes I want to make & manually edit the settings.xml file & hope I don't toast my install.
Posts: 630
Joined: Aug 2004
Reputation:
1
Joetheparylion, are you the author of Amber?