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.
Trouble renaming sub-menus
averagejoe
Junior Member Posts: 1 Joined: Feb 2010 Reputation: 0 |
2010-02-08 08:19
Post: #1
|
| find quote |
D0nR0s4
Senior Member Joined: Nov 2009 Reputation: 0 Location: Germany |
2010-02-08 08:41
Post: #2
Replace the 31800 with your server name.
|
| find quote |

Search
Help