PM3.HD How to change menu item names?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
cooljames Offline
Junior Member
Posts: 4
Joined: Dec 2008
Reputation: 0
Post: #1
I was wondering if anyone could let me know to change the menu items in PM3.HD. I want to change "programs" to "games" and "pictures" to "emulators"

I saw the previous thread on this, but it doesn't give any specifics.

I looked though a lot of the XML files, including Home.xml but can't figure out what to change.

I am using this on the xbox btw.

thanks.
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,269
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #2
Open up home.xml in the 720p dir
do a search for this line <control type="group" id="9000"> (its around line 562)
Under that is a bunch of "button" controls with labels like "<description>Videos push button</description>"
You need to find the ones you want to change and change the bits inbetween <label></label> and <onclick></onclick>

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
cooljames Offline
Junior Member
Posts: 4
Joined: Dec 2008
Reputation: 0
Post: #3
thanks for the fast response, got those labels changed!

two more questions....

1. since i changed pictures to games, it doesn't give me the "wide icon" view option, is there a way to change the view options?

2. is there a way to remove "scripts" from the home screen?
find quote
cooljames Offline
Junior Member
Posts: 4
Joined: Dec 2008
Reputation: 0
Post: #4
cooljames Wrote:thanks for the fast response, got those labels changed!

two more questions....

1. since i changed pictures to games, it doesn't give me the "wide icon" view option, is there a way to change the view options?

2. is there a way to remove "scripts" from the home screen?

i tried to change the <include> in the mypics.xml to wideicon but it didn't have any effect
find quote