PM3HD Question

Discussion and development of skins for XBMC4XBOX
Post Reply
Yacdogg
Posts: 29
Joined: Sat Dec 15, 2012 7:12 am

PM3HD Question

Post by Yacdogg »

Is there a way to put TV Shows and Videos on the home screen of PM3HD (I don't use Pictures, so I could replace that with TV Shows, If I do that can I change the order) ?
User avatar
Spongy
Posts: 97
Joined: Sun Jul 08, 2012 5:11 am
Has thanked: 16 times
Been thanked: 18 times

Re: PM3HD Question

Post by Spongy »

There are some instructions for modding PM3HD in this thread.
If you need more specific help let me know.
Yacdogg
Posts: 29
Joined: Sat Dec 15, 2012 7:12 am

Re: PM3HD Question

Post by Yacdogg »

Currently the PM3HD button order is Videos, Music, Pictures, Weather, Scripts, Settings (top to bottom). I would like it to be Emulators (E:/Emulators), Games (F:/Games), Movies (G:/Movies), TV Shows (G:/TV Shows), Music (F:/Music), Weather (If can add a button), and Settings
User avatar
Spongy
Posts: 97
Joined: Sun Jul 08, 2012 5:11 am
Has thanked: 16 times
Been thanked: 18 times

Re: PM3HD Question

Post by Spongy »

You didn't mention whether or not you use library. If you do, try this.
Back up your PM3.HD/720/Home.xml. Then copy this one over and reboot.

Then go to settings>skin settings>backgrounds and edit the fanart.
You'll need to use...
  • Scripts to edit Emulators
  • Programs to edit Games
  • Pictures to edit Movies
  • Videos to edit TV Shows
The rest are default.
Yacdogg
Posts: 29
Joined: Sat Dec 15, 2012 7:12 am

Re: PM3HD Question

Post by Yacdogg »

Yes, I do use Library, sorry bout that. I'll give that home.xml a shot. and report back
Yacdogg
Posts: 29
Joined: Sat Dec 15, 2012 7:12 am

Re: PM3HD Question

Post by Yacdogg »

Thank you Spongy, exactly what I wanted. If anyone is interested. here is what it looks like with the Home.xml that Spongy posted.

Image
Image
Image
Image
Image
Image

And I plan on changing to poster view, I already of .jpg loaded on xbox for games, just have to change them to .tbn and delete wide ones
Yacdogg
Posts: 29
Joined: Sat Dec 15, 2012 7:12 am

Re: PM3HD Question

Post by Yacdogg »

User avatar
lordkramdar
Posts: 10
Joined: Fri Aug 03, 2012 6:42 pm

Re: PM3HD Question

Post by lordkramdar »

Hey, I noticed on your pics of your Home window, that you had the same problem I did when adding that extra menu entry. The background image isn't setup to hold an extra menu entry. So I replaced it.

Image

If anyone wants the edit, let me know, and I'll upload the edited Textures.xpr and Home.xml files.

Also, I'm wondering why does the text get cut off, where I've circled in PM3HD? Does anyone know what I have to edit to fix this? I've been trying to find it, but can't seem to yet. And is there a way to fix this "system-wide", or will I have to go to each individual window's .XML file and edit it?

Image
User avatar
Spongy
Posts: 97
Joined: Sun Jul 08, 2012 5:11 am
Has thanked: 16 times
Been thanked: 18 times

Re: PM3HD Question

Post by Spongy »

lordkramdar wrote: Also, I'm wondering why does the text get cut off, where I've circled in PM3HD? Does anyone know what I have to edit to fix this? I've been trying to find it, but can't seem to yet. And is there a way to fix this "system-wide", or will I have to go to each individual window's .XML file and edit it?
Did you increase your font size? I don't have this problem.

To fix it, you need to edit this section of includes.xml

Code: Select all

	<include name="WindowTitleCommons">
		<posx>110</posx>
		<posy>50</posy>
		<width>1060</width>
		<height>30</height>
		<font>font18</font>
		<textcolor>white</textcolor>
		<scroll>false</scroll>
		<align>left</align>
		<aligny>center</aligny>
		<include>Window_OpenClose_Animation</include>
	</include>
My guess is you need to increase the <height> and maybe move it up a little (decrease <posy>).
User avatar
lordkramdar
Posts: 10
Joined: Fri Aug 03, 2012 6:42 pm

Re: PM3HD Question

Post by lordkramdar »

Thanks, that led to a fix. Increasing the size/position didn't work, as it was actually how the font is supposed to look. It was displaying this way in other menus as well.

"humanist_521_condensed_bt.tff" has a little bit of the letters cut off at the bottom, while "humanist_521__bt.tff" displays fine. So I just replaced the condensed one with the normal one, and it fixed it system wide.
Post Reply