Posts: 13
Joined: Apr 2007
Reputation:
0
Just download the xTV skin which has the stop button to stop music. Work like a charm. Thanks.
In Vision skin, when I'm at the main menu, pressing A button pop up the "Power Menu" with buttons for Info, Shutdown, MS Dash, etc. Is there a similar shortcut to do that in xTV? To get there I normally go from Main Menu --> System --> Power Menu.
Thanks,
Bandgap
Posts: 99
Joined: Jan 2007
Reputation:
0
First... the skin is fabulous... when I walk by the Apple store and see AppleTV, I always say to myself... yeah, but it doesn't play a,b,c,d,e,f...z... and it costs 3x more than an Xbox!
Anyway, I just switched my GUI to 480p with mplayer at 1080i so I can play
X264 files in the new mplayer (with AC3 passthru)...ran out of memory at 1080i/1080i and my TV doesn't do 720p.
The only problem I am having is that now the font text for the onscreen display when playing a video... and for the info as well when playing a video.... is too small to read, even when just centimeters from the TV.
Since the rest of the fonts look ok so far, I was hoping someone could point me to the font (in which fonts.xml file?) which I should adjust for these two displays (the OSD and the info).
I'll post my results for anyone else so they can find it easily via a search of the forums.
Posts: 1,020
Joined: Jan 2007
Reputation:
33
azazel, anything on the beginning screen is in home.xml, either in Pal or Pal16x9, depending on what resolution your xbox is set to.
xTv uses the library function to figure out if it's a tv show or not, so you have to change that to open a shortcut in your video shortcuts as specified in Sources.xml instead.
change:
<onclick>ActivateWindow(MyVideoLibrary,tvshowtitles)</onclick>
to:
<onclick>ActivateWindow(MyVideoFiles,Series)</onclick>
assuming that you already have a shortcut in your sources.xml for "Series"
like:
<bookmark>
<name>Series</name>
<path>smb://COMPUTER_NAME/sharefolder/</path>
</bookmark>
you might want to fix the movies link to reference a share folder while your in there.
Posts: 1,020
Joined: Jan 2007
Reputation:
33
You forgot to change it to MyVideoFiles,series:
<onclick>ActivateWindow(MyVideoFiles,series)</onclick>
instead of
<onclick>ActivateWindow(MyVideoLibrary,series)</onclick>
It should work.
Posts: 3
Joined: Mar 2005
Reputation:
0
Great!!! MacGyver. Now it works perfectly...
Many thx.
Posts: 40
Joined: Oct 2003
Reputation:
0
gaogao
Junior Member
Posts: 40
How can I get the visualizations shown in the background while navigating the menus and listening to the music at the same time?
I got it with previous versions of the skin, butI'm not able to have it back now.
TIA
Gg
Posts: 17
Joined: Apr 2005
Reputation:
0
G'day guys
Sweet skin. Don't even need to turn my 360 on anymore with this baby loaded. The only issues I seem to have are
1: Music visual screen that shows the track details and album art: The album art looks like a fat rectangle rather than square. I ran through the screen calibration setup. Album art looks good else where in the skin (ie square). I am running the current SYN of XBMC (forget exact version as am at work) on a PAL 16:9 standard definition. Any thoughts on fixing this up would be appreciated.
2: The small text is just too small to clearly read. This is the text for track details for example when viewing an album details. Is there a way to add an option in the skin to increase the font size?
Thanks guys for putting an awesome skin out there for the ultimate MEdia Center
Rob
Posts: 975
Joined: Apr 2007
Reputation:
-10
I have to say CHI3f that this is one seriously nice skin mate. As there is not a lot of choice from PMIII this is GREAT...I love it.
If I can be a little forward...for me there are a couple of things that let it down ever so slightly.
1) The musical note icon is a lot weaker than some of the other icons...it's just bleh imo. What would be nice is a version of the itunes icon, and would keep in with the who apple theme.
2) When you have started some music, the current track in the list turns blue. However, that blue is VERY difficult to read, no matter what theme colour you try. I would suggest another colour for the current track, or maybe a better blue...it's just very difficult to read.
3) When browsing a lot of icons, the theme can be a little laggy...not sure if there anyway to speed that up. For example, when i go into my pictures and look at all my lovely icons...I can choose a slideshow, then back out to my icons, and they all have to refresh again!
THATS IT!
I love the skin...think it's great and cant wait to get those things amended to make it my default...I love it!
Posts: 975
Joined: Apr 2007
Reputation:
-10
Sorry mate, but there are a couple of other points as well...
The small version of the shutdown menu icons are quite pixelated...and the restart button looks a little squashed!
Also, is there anyway to map the shutdown menu to the menu button on my remote in the home page...just like in PM3?
Posts: 975
Joined: Apr 2007
Reputation:
-10
CHI3f, you just keep getting better and better. Thanks for the reply, and I understand there may be some limitations...thats cool!
Posts: 1,020
Joined: Jan 2007
Reputation:
33
gaogao, from the includes.xml:
<!-- Begin background image include -->
<include name="background">
<control type="visualisation">
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<visible>!Player.HasMedia(startup.wav)</visible>
<visible>!Skin.HasSetting(back-vis)</visible>
</control>
<control type="image">
<description>background</description>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>background.png</texture>
<visible>!Skin.String(custom-background)</visible>
<visible>!Player.HasAudio</visible>
</control>
<control type="image">
<description>custom background</description>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<info>Skin.String(custom-background)</info>
<visible>!Player.HasAudio</visible>
</control>
<!-- opaque shit -->
<control type="image">
<description>background</description>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>background.png</texture>
<colordiffuse>D1FFFFFF</colordiffuse>
<visible>!Skin.String(custom-background)</visible>
<visible>Player.HasAudio</visible>
</control>
<control type="image">
<description>custom background</description>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<info>Skin.String(custom-background)</info>
<colordiffuse>D1FFFFFF</colordiffuse>
<visible>Player.HasAudio</visible>
</control>
</include>
if you remove the:
<visible>!Player.HasMedia(startup.wav)</visible>
<visible>!Skin.HasSetting(back-vis)</visible>
it will ALWAYS give you a background visualzation.
but simply setting back-vis to false should make it work too, (unless the file is named startup.wav)
I don't like the background set that way so I don't know if its a problem or not, but if you are setting the skin settings to display it, and it's not, then it could have something to do with it being drawn on the screen first, then the background covering it up (from the looks of the code anyway)
if so put the :
<control type="visualisation">
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<visible>!Player.HasMedia(startup.wav)</visible>
<visible>!Skin.HasSetting(back-vis)</visible>
</control>
last, right before the final </include>