Trouble renaming sub-menus
#1
First of all, let me apologize if this is covered in a previous thread. I did my best to find it if it was.

I've been playing with the Home XML file and attempting to change a few of the sub-menus. So far, I've been able to change the locations they are pointing to and even add them for different menus (such as Programs) but have not been able to rename them. For example, I took the following code:

<item id="1">
<description>Video Feeds</description>
<label>31800</label>
<onclick>ActivateWindow(videofiles,"XBMC Video Feeds")</onclick>
</item>

I changed the <onclick> to a UPnP server I have set up and I changed <description> to the name of the server. Although upon making these changes it pointed to the correct location, the sub-menu continued to read "Video Feeds" Any idea what the problem could be?

Thanks in advance for the help.
Reply
#2
Replace the 31800 with your server name.
Reply

Logout Mark Read Team Forum Stats Members Help
Trouble renaming sub-menus0