12-06-2014, 07:25 PM
I'm trying to customize the SlideShow.xml file in the Confluence skin to display photos' captions. I've been able to successfully do this running a version of XBMC on my laptop, so I know what changes I need to make. I'm having some trouble translating this over to a version of OpenELEC that I'm setting up. Based on my research so far, here's what I believe to be true:
- In OpenELEC, the SlideShow.xml file lives in /usr/share/xbmc/addons/skin/skin.confluence
- In OpenELEC, this part of the file system is read only, so I can't just SSH in and edit it
- It seems that to edit this file, people are suggesting making a copy of the skin.confluence folder in /storage/.xbmc/addons, editing the desired XML file, renaming the 720p folder to something else (like 720p_new), and editing addon.xml to point to the new renamed 720p_new folder
- It seems that upon reboot, OpenELEC should detect this new skin in /storage/.xbmc/addons and load it instead of the default skin
I've tried all this, but my changes to SlideShow.xml aren't showing up. Any idea what I'm doing wrong here? I'm new to OpenELEC, but so close to getting it running just the way I need it. Thanks in advance for any help you can offer.