transparency : renaming menu titles
#2
No option for this, but you can always modify the .xml file by yourself. (don't forget to backup the original file, just in case...)

the word "films" isnt showing in the language file (strings.po) so you can add it to the file with free id, or just type the word "films" without using ID.
to do so, go to your skin folder, in windows:
type start-run- then: %appdata%
press enter, then: Kodi\addons\skin.transparency\720p
open the file
Includes_home.xml (with notepad or any simple text editor)
then search for:
Code:
    <include name="HomeMoviesButton">
        <item id="2">
            <label>342</label>
and change "342" to other-id or just type Films instead.
then refresh the skin (by restart kodi for example) - and enjoy.

You will notice that the string will always show in UPPERCASE letters. if you want to modify this also, you can search in the same file for:
Code:
<control type="list" id="5040">
and then below you will see 3 places with:
Code:
<label>[UPPERCASE][B]$INFO[ListItem.Label][/B][/UPPERCASE]</label>
just remove from there the uppercase tags and save. like this:
Code:
<label>[B]$INFO[ListItem.Label][/B]</label>

Good luck.
Phenomenal™ Skin • ForumWebsiteGitHub
Reply


Messages In This Thread
RE: transparency : renaming menu titles - by tomer953 - 2015-01-29, 12:32
Logout Mark Read Team Forum Stats Members Help
transparency : renaming menu titles0