XBMC Community Forum
[RELEASE] Alaska Revisited (not 100% Eden compatible) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Alaska (/forumdisplay.php?fid=126)
+---- Thread: [RELEASE] Alaska Revisited (not 100% Eden compatible) (/showthread.php?tid=70302)



- Hitcher - 2010-06-26 13:02

stomatolog Wrote:text for mpaa ratings in movie info page is not in place http://img180.imageshack.us/img180/7637/screenshot20100626at105.png and haw can i use instead of text mpaa flags http://img256.imageshack.us/img256/7978/mpaapg13.png
thanks!

Fixed 'PG-13' problem and to use flags check out the DialogVideoInfo.xml code from Alaska.


- Hitcher - 2010-06-26 14:09

Meez Wrote:i tried rev 16 on xbox, but the home menu navigation is frozen. i can't move around, but the right-stick menu works which allows me to enter the settings, etc. any thing i have to do to get the home menu working?

the log says,

17:15:20 M: 29925376 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
17:15:20 M: 29925376 DEBUG: CApplication::OnKey: 270 pressed, action is 3
17:15:20 M: 29925376 ERROR: Control 5043 in window 10000 has been asked to focus, but it can't
It appears the Xbox version doesn't like the window names so edit your Home.xml like this -

PHP Code:
        <control type="button" id="5043">
            <
description>visible after library update has finished</description>
            <
posx>-20</posx>
            <
posy>-20</posy>
            <
width>1</width>
            <
height>1</height>
            <
texturenofocus>-</texturenofocus>
            <
texturefocus>-</texturefocus>
            <
onfocus>XBMC.RunScript(special://skin/scripts/RecentlyAdded.py,limit=10&amp;albums=True&amp;unplayed=True)</onfocus>
            
<onfocus>Skin.Reset(LibraryUpdated)</onfocus>
            <
onfocus>SetFocus(300)</onfocus>
            <
visible>Skin.HasSetting(LibraryUpdated) + !Window.IsActive(112) + !Window.IsActive(133)</visible>
        </
control>
        <
control type="button" id="5043">
            <
description>visible in all other cases</description>
            <
posx>-20</posx>
            <
posy>-20</posy>
            <
width>1</width>
            <
height>1</height>
            <
texturenofocus>-</texturenofocus>
            <
texturefocus>-</texturefocus>
            <
onfocus>SetFocus(300)</onfocus>
            <
visible>!Skin.HasSetting(LibraryUpdated) | [Skin.HasSetting(LibraryUpdated) + [Window.IsActive(112) | Window.IsActive(133)]]</visible>
        </
control



- stomatolog - 2010-06-26 18:05

thanks for reply Hitcher bat i don't know how to edit DialogVideoInfo.xml
(i'am a beginner.... i tried to edit DialogVideoInfo.xml and i replace <label>RATING PG-13</label> whit <label>flags/rating/mpaa_pg13.png</label>
won't work!)


- stomatolog - 2010-06-27 00:24

I eventually managed..........but not really good.......

[Image: screenshot20100627at120.png]


- Hitcher - 2010-06-27 10:16

Try using the latest version because I've increased the space in that area to make room for 'PG-13' rating. It might not be quite enough but if you're feeling really adventurous you could always swap it with the duration.

[Image: screenshot000zi.jpg]


- Hitcher - 2010-06-27 10:43

Actually now that the runtime has been standardised to minutes only (meaning I no longer have to worry about hours/minutes) I'll swap them back to their original positions thus making it easier for you to fit the images on the right.

[Image: screenshot000rn.jpg]


- fivestones - 2010-06-28 04:42

I'm sorry if this is covered somewhere but I didn't read all the pages of this thread (but I did search for it)... anyway:

I'm running this on the xbox, using the alaska revisited revision 17 (or version 1.1.4?) from the google code svn which I believe is the newest.

I like the looks of this skin but I can't get it working--on the home screen, it's stuck on movies, and I can't move right or left to TV shows or music, etc. No buttons on the xbox controller do anything, except that I can push down on the right thumbstick, which gives me a menu with settings, file manager, favorites, etc. and all of that is usable (so I can change the settings and change the skin to something else). But I can't use the skin in general.

I'm not sure where this is supposed to be installed really--the first post here says to put it in user/XBMC/addons but I don't have anything like that that I know of on the xbox. I just put it in my skins folder. Maybe that's the problem. Anyone have any ideas?


- Hitcher - 2010-06-28 07:23

Look up a few posts.


- fivestones - 2010-06-28 13:01

Woops--missed that...and, Thanks! works perfectly!


- Lister of Smeg - 2010-06-28 16:20

Hey Hitcher

First off, great skin Big Grin

I'm not very familiar with googlecode. How do i download straight from there?

I have been downloading the whole 180mb file from http://www.xbmc.eu each time. Is it possible to just download the amended files for each release?

Cheers