Renaming Home screen shortcuts (1 Viewer)

jimz06

Portal Member
July 24, 2007
31
0
Home Country
United States of America United States of America
When I had 0.2.3.0 running you could change the home screen shortcuts (e.g. My Videos to something like My Movies) by changing a global.xml file. I'm not seeing that file in RC4. How is this done in RC4?
 

jimz06

Portal Member
July 24, 2007
31
0
Home Country
United States of America United States of America
Thanks for the reply, but I'm not finding any text fields for "Videos" in the code in the BasicHome.xml file. Had a look in other xml files with a "home" string in them also and did not find anything to edit. Are those shortcuts editable text or are they graphics now?
 

Thijs_O

Portal Member
December 18, 2008
41
6
Home Country
Netherlands Netherlands
You do need the BasicHome.xml file if you want to edit the Basic Home Screen. In this example I'll use the Blue3-skin as example. One part of the BasicHome.xml file for the Blue3 skin:

Code:
		<control>
[B]			<description>home BM Video</description>[/B]
			<type>button</type>
			<id>3</id>
			<posX>50</posX>
			<posY>200</posY>
			<width>137</width>
			<height>222</height>
			<textureFocus>Basic_video_focus.png</textureFocus>
			<textureNoFocus>Basic_video_nofocus.png</textureNoFocus>
[B]			<hyperlink>6</hyperlink>[/B]
			<hover>hover_my videos.png</hover>
			<hoverX>245</hoverX>
			<hoverY>280</hoverY>
			<hoverWidth>272</hoverWidth>
			<hoverHeight>306</hoverHeight>
[B]			<label>3</label>[/B]
			<textcolor>00ffffff</textcolor>
			<textcolorNoFocus>00ffffff</textcolorNoFocus>
			<onleft>7</onleft>
			<onright>4</onright>
			<onup>21</onup>
			<ondown>44</ondown>
			<animation effect="zoom" start="20,20" end="100,100" center="384,288" time="500">WindowOpen</animation>
            <animation effect="zoom" start="100,100" end="20,20" center="384,288" time="500">WindowClose</animation>
		</control>

I've highlighted three things:
1. Description: This is useful for yourself when editting to see what you are editting. As is shown, we are working on something called "BM Video" which is most likely the "Video" button.
2. This is probably new for you, not sure. The ID given in the Hyperlink-tag simply redirects to another XML-file. If you open myvideo.xml (same directory), you will see on top: <id>6</id>. So in order to make the right hyperlinks: open the .xml file you want to link to from the Basichome-screen, check which ID is given to that XML, and then use that ID in the <hyperlink> tags in your basichome.xml file.
3. The <label> tag quite simply refers to what the button is called on your Basic Home Screen. There is some codesystem for it I think (3=My Videos etc) but you can rather than inserting a number also just type whatsoever you want it to be called.

Other functions (such as button image etc) function pretty much the same way, and you should be able to sort that out. Good luck!:D
 

jimz06

Portal Member
July 24, 2007
31
0
Home Country
United States of America United States of America
Thanks, that was very helpful and I even managed to alter the BasicHome with my text. However, it's the regular home that I prefer to use and I can't seem to locate a "home" .xml with coding similar to the Basichome.xml (i.e. that I can understand). Can you point me to the correct file to alter for the home screen?
 

Thijs_O

Portal Member
December 18, 2008
41
6
Home Country
Netherlands Netherlands
If I am correct you'll be able to modify this in your Mediaportal Configuration (Plugins > Home > Config), not sure how detailed this will go because I never use that function.
 

3dcoder

Portal Member
April 11, 2007
23
1
Home Country
Finland Finland
Not sure if this can be applied to the basic home as well, but I just renamed "TV" to "Television" by editing the language files. At least that worked in the "classic home" view.
 

jimz06

Portal Member
July 24, 2007
31
0
Home Country
United States of America United States of America
Not sure if this can be applied to the basic home as well, but I just renamed "TV" to "Television" by editing the language files. At least that worked in the "classic home" view.

Bingo! That allowed me to rename the standard strings.:D I didn't find a string for "Moving Pictures" (which I would like to change to "Movies"). Any clue where that might be?
 

vlapietra

New Member
February 17, 2008
4
1
Home Country
United States of America United States of America
Not sure if this can be applied to the basic home as well, but I just renamed "TV" to "Television" by editing the language files. At least that worked in the "classic home" view.

Bingo! That allowed me to rename the standard strings.:D I didn't find a string for "Moving Pictures" (which I would like to change to "Movies"). Any clue where that might be?

I can't remember exactly what the screens look like, but if you go into the Moving Pictures configuration and select "advanced options" or something like that, they'll be an option to change the home screen text somewhere near the top.

fyi - you'll have to click past a scary "don't blame me if your PC explodes" warning message.
 

Users who are viewing this thread

Similar threads

I had the same issue and found the executable under C:\ProgramData\Team MediaPortal\MediaPortal\skin\Titan\BasicHome.Editor\TitanEditor.exe Only the shortcut was missing.
I had the same issue and found the executable under C:\ProgramData\Team...
Hi all, Not a rant, more a sharing of experience (maybe hoping to get some clarification on which wrong turn I took) It has been...
Replies
9
Views
2K
Right, this solved this issue. I added my comment to this thread. Thank you very much!
Right, this solved this issue. I added my comment to this thread. Thank you very much!
Until MP 1.31 I was able to change the Videos home screen button to Moving Pictures: MediaPortal Configuration -> GUI -> Skin ->...
Replies
2
Views
846
Hi, I'll move this into an own thread under "feature requests". I like the idea, but I think we can currently not implement this with further changes. I've checked the models and there are no variables, that could be easily called.
Hi, I'll move this into an own thread under "feature requests". I like the idea, but I think we can currently not implement this...
MP2 is great, but I‘d rely one change. I can have optional help texts, which are nice for a first time use, but then do not have...
Replies
1
Views
2K
Will try to do so ;)
Will try to do so ;)
I'm customizing DefaultWideHD with larger text for my old eyes. I find that the name for the plugin "Moving Pictures" is too long...
Replies
13
Views
2K
MP1 MP2 1.34 STB blasting for IPTV DE
I'm downsizing my big honkin' HTPC case to a mini PC, which means the tried and true Hauppauge Colossus card that bridges the set top box into Mediaportal needs replaced with a different solution. I currently have HDMI from the STB to the colossus. Mediaportal is controlling the STB through a USBUIRT blaster and the blaster is...
I'm downsizing my big honkin' HTPC case to a mini PC, which means the tried and true Hauppauge Colossus card that bridges the set...
I'm downsizing my big honkin' HTPC case to a mini PC, which means the tried and true Hauppauge Colossus card that bridges the set...
Replies
0
Views
650
Top Bottom