One thing I don't like about the Estuary Skin is the fact that it shows "Duration" rather than 'Time Remaining' on the playback bar.. So after every upgrade, I used to copy the Estuary skin.. Modify the Variables.xml file and change:
<value>$INFO[Player.Time]$INFO[Player.Duration, / ]</value>
to
<value>$INFO[Player.Time]$INFO[Player.TimeRemaining(hh:mm:ss), / ]</value>
But I have just upgraded to 10.2, and the Skin files are under /usr (/usr/share/kodi/addons/skin.estuary) and the only thing I can edit now under /storage/.kodi/userdata/addon_data where there is a settings.xml file which offers little.
Since /usr is read only, is there any way to make this change?
Is there a way to edit files under /usr? Or could I move a copy of the skin to '/storage' and make my change there?
Jon