XBMC Community Forum
[WIP] Metropolis skin - 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: Metropolis (/forumdisplay.php?fid=162)
+---- Thread: [WIP] Metropolis skin (/showthread.php?tid=99317)



- homerjs - 2011-12-23 17:54

Does anybody know where the atv2 caches the clearart? I want to change a clearart image for a specific tv show but when I replace the old with the new it keeps the old.
Thanks


- Martijn - 2011-12-23 18:43

homerjs Wrote:Does anybody know where the atv2 caches the clearart? I want to change a clearart image for a specific tv show but when I replace the old with the new it keeps the old.
Thanks

That is very hard to find. Just wait 24 hours and it should be re-cached to the new ones. Until there's a better and easier solution found


- homerjs - 2011-12-24 01:24

thanks, and 24 hours later it has changed.. thanks, appreciated


- homerjs - 2011-12-24 17:13

On the main menu ...using the ICON HOME LAYOUT , is there a way to hide the submenu items...ie Movies >> Genres/Years/Actors ?

The Home screen here seems to lag when scrolling between items...however on any other section ie the Settings menu, all the options here VIDEO/APPEARANCE/METROPLOIS... scroll seems very fast, not sure why the main menu has a bit of a lag...figured disabling the submenu's may help


- zepfan - 2011-12-24 18:26

homerjs Wrote:On the main menu ...using the ICON HOME LAYOUT , is there a way to hide the submenu items...ie Movies >> Genres/Years/Actors ?

I'm working on that. I told stoli I'd help him, but I'm having to lean how to do everything from scratch so it's taking me a little while.


- sialivi - 2011-12-24 20:11

I'm playing around with reworking the album info dialog (since the current one is just a copy from alaska) and have a newbie skinning question: On the info page for movies there are a number of vertical and horizontal lines around various labels... I can't find where these lines come from. Can someone point me in the right direction?


- Amra - 2011-12-24 21:52

sialivi Wrote:I'm playing around with reworking the album info dialog (since the current one is just a copy from alaska) and have a newbie skinning question: On the info page for movies there are a number of vertical and horizontal lines around various labels... I can't find where these lines come from. Can someone point me in the right direction?
In the "Includes.xml" search for "Object_MovieInfoLines" and you should find the following code:

Code:
<include name="Object_MovieInfoLines">
        <control type="group">
            <posx>0</posx>
            <posy>0</posy>
            <include>Animation_CommonFade</include>
            <include>Animation_FadedByMenu</include>
            <visible>Window.IsActive(movieinformation)</visible>
            <control type="image">
                <posx>27</posx>
                <posy>55</posy>
                <width>1226</width>
                <height>2</height>
                <texture>VideoInfoLine.png</texture>
                <colordiffuse>InfoLines</colordiffuse>
            </control>
            <control type="image">
                <posx>27</posx>
                <posy>91</posy>
                <width>856</width>
                <height>2</height>
                <texture>VideoInfoLine2.png</texture>
                <colordiffuse>InfoLines</colordiffuse>
            </control>
            <control type="image">
                <posx>336</posx>
                <posy>130</posy>
                <width>547</width>
                <height>2</height>
                <texture>VideoInfoLine3.png</texture>
                <colordiffuse>InfoLines</colordiffuse>
            </control>
            <control type="image">
                <posx>336</posx>
                <posy>484</posy>
                <width>547</width>
                <height>2</height>
                <texture>VideoInfoLine3.png</texture>
                <colordiffuse>InfoLines</colordiffuse>
            </control>
            <control type="image">
                <posx>884</posx>
                <posy>283</posy>
                <width>375</width>
                <height>2</height>
                <texture flipx="true">VideoInfoLine2.png</texture>
                <colordiffuse>InfoLines</colordiffuse>
            </control>
            <control type="image">
                <posx>335</posx>
                <posy>92</posy>
                <width>2</width>
                <height>445</height>
                <texture>VideoInfoLine_Vertical2.png</texture>
                <colordiffuse>InfoLines</colordiffuse>
            </control>
            <control type="image">
                <posx>883</posx>
                <posy>57</posy>
                <width>2</width>
                <height>478</height>
                <texture>VideoInfoLine_Vertical2.png</texture>
                <colordiffuse>InfoLines</colordiffuse>
            </control>
        </control>
    </include>

Hope that helps.


- stoli - 2011-12-24 22:54

sialivi Wrote:I'm playing around with reworking the album info dialog (since the current one is just a copy from alaska) and have a newbie skinning question: On the info page for movies there are a number of vertical and horizontal lines around various labels... I can't find where these lines come from. Can someone point me in the right direction?

I've already pushed an update for album info last week with some minor fixes - make sure you are working from that...


- homerjs - 2011-12-25 03:44

How do you set music to shuffle? Cant seem to find it when playing music...using atv2.. thanks


- sialivi - 2011-12-25 06:15

Amra Wrote:Hope that helps.

It did. Much appreciated.

stoli Wrote:I've already pushed an update for album info last week with some minor fixes - make sure you are working from that...

I am. Got it to about 75% but couldn't quite get it finished just yet, too many knowledge gaps. So I'm taking a break from it and am trying to convert alaska revisiteds panel square viewtype. Only music for now and it's still a bit rough around the edges but it's getting there. Someone who actually knows what they're doing might have to put the finishing touches on it though since I'm a total newbie.

[Image: panelsquare.jpg]