Kodi Community Forum
[RELEASE] Alaska Revisited - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Alaska (https://forum.kodi.tv/forumdisplay.php?fid=126)
+----- Thread: [RELEASE] Alaska Revisited (/showthread.php?tid=70302)



- Hitcher - 2010-06-26

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

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

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

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

Image


- Hitcher - 2010-06-27

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


- Hitcher - 2010-06-27

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


- fivestones - 2010-06-28

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

Look up a few posts.


- fivestones - 2010-06-28

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


- Lister of Smeg - 2010-06-28

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


- Hitcher - 2010-06-28

1) Download tortoisesvn
2) Make a folder called skin.alaska.revisited in your addons folder
3) Right-click on the folder and select 'SVN Checkout...', enter the download link (http://skin-alaska-revisited.googlecode.com/svn/trunk/) in the URL box and click 'OK'
4) Everything will be downloaded the first time you do this but after that simply Right-click and select 'SVN Update' to get any news changes.


- Lister of Smeg - 2010-06-28

Hitcher Wrote:1) Download tortoisesvn
2) Make a folder called skin.alaska.revisited in your addons folder
3) Right-click on the folder and select 'SVN Checkout...', enter the download link (http://skin-alaska-revisited.googlecode.com/svn/trunk/) in the URL box and click 'OK'
4) Everything will be download the first time you do this but after that simply Right-click and select 'SVN Update' to get any news changes.

Awesome

Thank You


- ShinyHD - 2010-06-29

Hitcher Wrote:1) Download tortoisesvn
2) Make a folder called skin.alaska.revisited in your addons folder
3) Right-click on the folder and select 'SVN Checkout...', enter the download link (http://skin-alaska-revisited.googlecode.com/svn/trunk/) in the URL box and click 'OK'
4) Everything will be downloaded the first time you do this but after that simply Right-click and select 'SVN Update' to get any news changes.

Thanks Cool

Your the man!


- Ordonez31 - 2010-06-30

Hello,
i tried to install alaska revisited on an apple tv, but on the main menu, the backdrops (videos, movies, music...) didn't appear (only weather appears), and the search function didn't work... Sad
If someone can help me, that would be cool,
thanks.

EDIT:
Hi,
i found the backdrops, but the search function didn't work...
And, finally, the same question as ewequeone: how can we can hide "videos", "programs" and "pictures" from the home menu.
Thanks!


- ewequeone - 2010-07-01

Is there a way to hide "videos" "programs" and "pictures" from the home menu like there is in regular Alaska? Sorry if this has been covered before.