Kodi Community Forum
Trouble renaming sub-menus - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Rapier (https://forum.kodi.tv/forumdisplay.php?fid=120)
+---- Thread: Trouble renaming sub-menus (/showthread.php?tid=69845)



Trouble renaming sub-menus - averagejoe - 2010-02-08

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.


- D0nR0s4 - 2010-02-08

Replace the 31800 with your server name.