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 - 2011-03-29 11:24

Orbi Wrote:Hitcher, thanks for your great skin.

I'm on the nightly build of 25th march (W7 x64) and alaska 2.9.5. I'm using the default homeview and the Movies and TV Shows 'squares' are set up to show fanart from a folder on my c: drive.

The thing is that the fanart is showing correctly at times and sometimes it only shows half or one quarter. Its very random. If I'm not explaining myself well, perhaps a screenshot would help?

If needed, I'll post a debug log tonight.

If it's the same ones all the time I'd suggest their thumbnails are screwed up.


- Hitcher - 2011-03-29 11:25

AoN x KiLLa Wrote:Hey Hitcher are you still working on that Xbox 360 styled skin?
Also on a side note how did you get it to stay focused on the first item?

It's on the backburner so don't expect to anything for a long time, and I just added another list control with the same ID.


- AoN x KiLLa - 2011-03-29 12:08

Hitcher Wrote:It's on the backburner so don't expect to anything for a long time
I hope you get around to making it sometime.
Hitcher Wrote:I just added another list control with the same ID.
I tried that I put the hidden list in front of the not hidden list and behind the not hidden list and neither worked.


- Hitcher - 2011-03-29 12:16

AoN x KiLLa Wrote:I tried that I put the hidden list in front of the not hidden list and behind the not hidden list and neither worked.

Strange, it works for me. Just added this after the main list -

PHP Code:
<control type="fixedlist" id="51">
    <
viewtype>list</viewtype>
    <
visible>false</visible>
    <
itemlayout>
    </
itemlayout>
    <
focusedlayout>
    </
focusedlayout>
</
control



- AoN x KiLLa - 2011-03-29 12:38

Okay here is a quick horizontal list and I just tried it out and it still defaults to the second item and not the first in the list.
PHP Code:
        <control type="fixedlist" id="300">
            <
viewtype>list</viewtype>
            <
posx>140</posx>
            <
posy>10</posy>
            <
width>1920</width>
            <
height>437</height>
            <
onup>-</onup>
            <
ondown>-</ondown>
            <
onleft>-</onleft>
            <
onright>-</onright>
            <
orientation>horizontal</orientation>
            <
focusposition>1</focusposition>
            <
visible>true</visible>
            
ITEMLAYOUT...
            
FOCUSEDLAYOUT...
            
CONTENT...
        </
control>
        <
control type="fixedlist" id="300">
            <
viewtype>list</viewtype>
            <
visible>false</visible>
            <
itemlayout>
            </
itemlayout>
            <
focusedlayout>
            </
focusedlayout>
        </
control
Thanks for the help by the way...


- Hitcher - 2011-03-29 13:52

That's because you've set the focus position to 1 instead of 0.


- AgeOfPanic - 2011-03-29 18:27

I searched, but i couldn't find the answer in this topic. When I'm in the tv show menu and I press back, I go to the parent menu, but I want to go to the main menu. This is my brothers setup and I'm pretty sure my setup does go straight back to the main menu. However, I can't seem to find the setting needed to change this behavior. Does anybody know how to do this?


- drago - 2011-03-29 21:03

Thanks Hitcher. When I looked in the debug log I found that the script.favourites was gone. I downloaded it manually and now it works. Thanks again.


- AoN x KiLLa - 2011-03-29 23:49

Hitcher Wrote:That's because you've set the focus position to 1 instead of 0.
Yea but then you loose history don't you? You can't see the previous item that was selected.


- Hitcher - 2011-03-30 07:42

I thought that was what you wanted?