(2013-05-31, 01:00)bugman72 Wrote: OK, maybe I'm a bit new at this, but I can't seem to change the dialogvideoinfo.xml on my XBMC Frodo on my Raspberry Pi. The file is read-only. I can't quite figure out what I need to do in order to save the additional data for the additional button. I attempted to change the permissions on the file to 777 via WinSCP but keep getting that it's a read-only file. For reference, I am finding the file at /usr/share/xbmc/addons/skin.confluence/720p. The current permission is set at 0644. I'm trying to do this on a Windows XP machine connected to my Pi via WinSCP with the "root" user.
Hey Guys,
I'm experiencing exactly the same issue. I'm currently running OpenELEC 3.0.6 with xbmc Frodo, but don't have a chance to save changes in the VideoDialogInfo.xml via SSH.
I'd really like to get it working on my sweet little R-Pi.
Help appreaciated
EDIT:
Alright. For those of u who are still looking for the answer:
usr/share... is somehow a system directory and therefore not able to edit. You have to copy the skin.confluence folder to /storage/.xbmc/addons/.
The Rasp.Pi automatically copies the Skin from the mentioned folder to the system folder on boot and uses it. So every change u make in the /storage/.xbmc/addons/skin.confluence/720p/DialogVideo... will be changed in the system directory for the skin use as you reboot, too
Long story short:
navigate to /usr/share/addons/
type: cp -r skin.confluence/ /storage/.xbmc/addons/
then navigate to the just created directory "/storage/.xbmc/addons/skin.confluence" and do you edits
I hope that I remembered the file directories correctly. But at least you get the idea of what to do, if i might have done a typo somwhere.