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)



- mcborzu - 2010-06-12

Well on home he has:

Quote:animation effect="fade" start="100" end="80" time="400" condition="Window.IsActive(Home)

Which is causing the image to be 20% more transparent on Home and other windows, if you delete all those animation effexts or change the end="xx" to end="100" then it'll be exactly how you made it in PS


- ISYM - 2010-06-12

Can someone do me a kind favour?

I would love to see support for Logo's (Logo Script) for landscape mode.
I have tried editing the code myself but keep messing it up. Logo's appear behind the selected tv show and or in front but far to the right.

Could anyone edit the Viewtype_Landscape.xml to support logo's and upload it? Hell i'll paypal $10 to anyone who can!.


- Stranger - 2010-06-12

mcborzu Wrote:Well on home he has:



Which is causing the image to be 20% more transparent on Home and other windows, if you delete all those animation effexts or change the end="xx" to end="100" then it'll be exactly how you made it in PS

Unfortunately I tried that already following your previous tip.
Maybe there is a another filter being displayed, a diffuse/overlay? or the filter is not fully displayed (zoomed in maybe).... in ps the filter has a strong radial gradient that is obviously not the same compared in xbmc. The resolution is exactly the same as the filter I replaced, and I deleted/replaced all the other filters in the same folder... I also Tried deleting the following with no luck....

Code:
<include name="Global_ContextFilter">
        <control type="image">
            <include>Dimensions_Fullscreen</include>
            <texture>filters/filter.png</texture>
            <visible>ControlGroup(7001).HasFocus | ControlGroup(7000).HasFocus | Window.IsActive(100) | Window.IsActive(103) | Window.IsActive(106) | Window.IsActive(111) | Window.IsActive(132) | Window.IsActive(134) | Window.IsActive(109) | Window.IsActive(129) | Window.IsActive(10140) | Window.IsActive(2002)</visible>
            <colordiffuse>0</colordiffuse>
            <animation effect="fade" start="0" end="100" time="200">Visible</animation>            
            <animation effect="fade" start="100" end="0" time="400">Hidden</animation>                
        </control>
</include>


- mcborzu - 2010-06-12

This is from MyvideoNav.xml on Alaska regular:

Quote:<include>Global_Filter</include>
<include>Object_MovieInfoLines</include>
<include>Viewtype_Files</include>
<include>Viewtype_Poster</include>
<include>Viewtype_Landscape</include>
<include>Viewtype_Panel</include>
<include>Viewtype_Episode</include>
<include>Viewtype_SquarePoster</include>
<include>Viewtype_Banner</include>

XBMX reads code top to bottom so these are the views and any code after that is layered on top on the views...that might help you track down your issue


- seijmo - 2010-06-12

Hi,

First of all thanks for sharing your last update on this skin, it looks very great with last xbmc rev.

I've got a question (hope it wasn't asked before), is there a way to add the press down trailer feature in this view (Poster Wrapped) like in the original alaska?

Image

Uploaded with ImageShack.us

thanks


- Hitcher - 2010-06-12

nicke3k Wrote:Working perfectly!

Two suggestions for improvement

1. The possibility to hide "Scripts" from the home screen too
2. The possibility to chose what mediaflags to show for TV shows and Movies (i.e. I would like to show only 480p/720p/1080p, all other information about sound, text and so forth does not interest me)

Thanks for an awesome skin!

seijmo Wrote:Hi,

First of all thanks for sharing your last update on this skin, it looks very great with last xbmc rev.

I've got a question (hope it wasn't asked before), is there a way to add the press down trailer feature in this view (Poster Wrapped) like in the original alaska?

Image

Uploaded with ImageShack.us

thanks
Thanks for the 'thanks' guys but as this is purely my 'personal' version I wont be adding any of the above. Having said that I'm sure once I'm finished someone will mod it.


- ISYM - 2010-06-13

Sorry to bump my request. But could anyone help me with this at all? I bump my payment to $20

ISYM Wrote:Can someone do me a kind favour?

I would love to see support for Logo's (Logo Script) for landscape mode.
I have tried editing the code myself but keep messing it up. Logo's appear behind the selected tv show and or in front but far to the right.

Could anyone edit the Viewtype_Landscape.xml to support logo's and upload it? Hell i'll paypal $10 to anyone who can!.



- Sranshaft - 2010-06-13

ISYM Wrote:Sorry to bump my request. But could anyone help me with this at all? I bump my payment to $20

Here you go mate. I've added a new view called "Tablet" though it's not the same tablet view Hitcher was working on. This one looks more like the view in Fusion. It's available for movies, tv shows and seasons. I'll have to add a screenshot when I get a chance. Now on to the files...

Download from here. Unzip and overwrite the files.

Image


- andy204 - 2010-06-13

any date when the skin is maybe 10.5 compatible?


- Hitcher - 2010-06-13

It already is.


- andy204 - 2010-06-13

so when i checkout from http://code.google.com/p/alaska-revisited/source/browse/#svn/trunk/ alaska-revisited, where do i get the right addon.xml from?

i am looking at the wrong location?

-andy


- Sranshaft - 2010-06-13

andy204 Wrote:so when i checkout from http://code.google.com/p/alaska-revisited/source/browse/#svn/trunk/ alaska-revisited, where do i get the right addon.xml from?

i am looking at the wrong location?

-andy


Use the link found in this post:

Hitcher Wrote:Still not complete but here's the latest version I have that works with the Add-Ons.

http://www.mediafire.com/?ojradoiwgyf

Extract it to your user/XBMC/addons folder.



- andy204 - 2010-06-13

thanks.. thought i had to look in svn..


- andy204 - 2010-06-13

thanks worked! there have been some questions in this thread, but have never been answered (in my optinion) is there a way to remove the "programs" "picures" menues?

thanks for the information

-andy


- Sranshaft - 2010-06-13

You should be able to remove them by going to Settings > Alaska > Home. There you can hide any of the menu items on the home screen. The only ones you can't hide are the Scripts, Shutdown and Play Disc menu items but they're easy to add in if you open the CustomSettings.xml file.