XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > xTV

xTV Subforum for the xTV take one skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2009-03-19, 08:39   #1
an2ny0515
Junior Member
 
Join Date: Aug 2008
Posts: 12
an2ny0515 is on a distinguished road
Default Help on renaming Menu

Help I want to rename some Item Menu like Programs, I want it be Name Mygame, Please help me

an2ny0515 is offline   Reply With Quote
Old 2009-03-20, 00:59   #2
doobiest
Junior Member
 
Join Date: May 2005
Posts: 18
doobiest is on a distinguished road
Default

Bump, I use the same skin and want that too. Though I want my Movies button to be renamed to just Video.
doobiest is offline   Reply With Quote
Old 2009-03-20, 01:05   #3
althekiller
Team-XBMC Developer
 
althekiller's Avatar
 
Join Date: May 2004
Posts: 4,056
althekiller is on a distinguished road
Default

You just need to modify the language/[your language here]/strings.xml file to say what you want. Those should be in the system wide strings, but be aware that some skins contain local skin specific strings as well.
althekiller is offline   Reply With Quote
Old 2009-03-20, 01:12   #4
doobiest
Junior Member
 
Join Date: May 2005
Posts: 18
doobiest is on a distinguished road
Default

Thanks dude!
doobiest is offline   Reply With Quote
Old 2009-03-20, 05:37   #5
an2ny0515
Junior Member
 
Join Date: Aug 2008
Posts: 12
an2ny0515 is on a distinguished road
Default

Thanks For The help
an2ny0515 is offline   Reply With Quote
Old 2009-03-22, 23:17   #6
kermyb123
Junior Member
 
Join Date: Dec 2008
Posts: 16
kermyb123 is on a distinguished road
Default

How would one completely remove an item
kermyb123 is offline   Reply With Quote
Old 2009-03-23, 04:42   #7
CHI3f
Team-XBMC Skinner
 
CHI3f's Avatar
 
Join Date: Jan 2007
Location: New Jersey, USA
Posts: 215
CHI3f is on a distinguished road
Default

Quote:
Originally Posted by kermyb123 View Post
How would one completely remove an item
Starting on line 73 of Home.xml found in the PAL folder of the skin you will see a section of code like this,

Code:
			<content>
				<item>
				 	<icon>icon-video.png</icon>
				 	<thumb>icon-video-blur1.png</thumb>
					<label>31001</label>
					<onclick>ActivateWindow(MyVideoFiles)</onclick>
					<visible>!Skin.HasSetting(movie-library)</visible>
				</item>
				<item>
				 	<icon>icon-video.png</icon>
				 	<thumb>icon-video-blur1.png</thumb>
					<label>31001</label>
					<onclick>ActivateWindow(MyVideoLibrary,MovieTitles)</onclick>
					<visible>Skin.HasSetting(movie-library)</visible>
				</item>
				<item>
				 	<icon>icon-tv.png</icon>
				 	<thumb>icon-tv-blur1.png</thumb>
					<label>31010</label>
					<onclick>ActivateWindow(MyVideoLibrary,tvshowtitles)</onclick>
					<visible>!Skin.HasSetting(tv-library)</visible>
				</item>
				<item>
				 	<icon>icon-youtube.png</icon>
				 	<thumb>icon-youtube-blur1.png</thumb>
					<label>YouTube</label>
					<onclick>XBMC.RunScript(Q:\scripts\YouTube\default.py)</onclick>
					<visible>Skin.HasSetting(home-youtube)</visible>
				</item>
				<item>
				 	<icon>icon-music.png</icon>
				 	<thumb>icon-music-blur1.png</thumb>
					<label>31003</label>
					<onclick>ActivateWindow(MyMusic)</onclick>
				</item>
				<item>
				 	<icon>icon-programs.png</icon>
				 	<thumb>icon-programs-blur1.png</thumb>
					<label>31002</label>
					<onclick>ActivateWindow(MyPrograms)</onclick>
				</item>
				<item>
				 	<icon>icon-photo.png</icon>
				 	<thumb>icon-photo-blur1.png</thumb>
					<label>31004</label>
					<onclick>ActivateWindow(MyPictures)</onclick>
				</item>
				<item>
				 	<icon>icon-weather.png</icon>
				 	<thumb>icon-weather-blur1.png</thumb>
					<label>31005</label>
					<onclick>ActivateWindow(Weather)</onclick>
					<visible>Skin.HasSetting(home-weather)</visible>
				</item>
				<item>
				 	<icon>icon-settings.png</icon>
				 	<thumb>icon-settings-blur1.png</thumb>
					<label>31015</label>
					<onclick>ActivateWindow(50)</onclick>
				</item>
				<item>
				 	<icon>icon-disc.png</icon>
				 	<thumb>icon-disc-blur1.png</thumb>
					<label>31009</label>
					<onclick>XBMC.PlayDVD</onclick>
					<visible>System.HasMediaDVD</visible>
				</item>
			</content>
All you have to do is find the button you want to remove it from <item> to </item>.
__________________

Download Containment,Containment Themes
Download xTV,xTV Themes
Download xbmcTV

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


CHI3f is offline   Reply With Quote
Old 2009-03-24, 21:46   #8
kermyb123
Junior Member
 
Join Date: Dec 2008
Posts: 16
kermyb123 is on a distinguished road
Default

Found it out before you posted the reply - probably will help another at some point - thanks for the reply.
kermyb123 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 19:42.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project