[MOD] Cirrus Extended v2

  Thread Rating:
  • 13 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dfcwolf Offline
Junior Member
Posts: 21
Joined: Mar 2009
Reputation: 0
Post: #3311
Ok. But here: http://forum.xbmc.org/showthread.php?pid...3pid893744 The menu is same...
(2012-04-14 13:47)butchabay Wrote:  You can't, cirrus 2.1 is not cirrus extended v2

Ok. But here: http://forum.xbmc.org/showthread.php?pid...3pid893744 The menu is same...
(This post was last modified: 2012-04-14 13:56 by dfcwolf.)
find quote
butchabay Online
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #3312
Yes, but i like the new one much better and it fits with the rest of the skin. If you really want to change it i can tell you what to edit.
find quote
dfcwolf Offline
Junior Member
Posts: 21
Joined: Mar 2009
Reputation: 0
Post: #3313
(2012-04-14 16:01)butchabay Wrote:  Yes, but i like the new one much better and it fits with the rest of the skin. If you really want to change it i can tell you what to edit.

Please! Thanks!
find quote
butchabay Online
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #3314
(2012-04-14 19:52)dfcwolf Wrote:  
(2012-04-14 16:01)butchabay Wrote:  Yes, but i like the new one much better and it fits with the rest of the skin. If you really want to change it i can tell you what to edit.

Please! Thanks!

Open IncludesHomeMainMenu.xml line 149:

Change from:

PHP Code:
    <focusedlayout height="70" width="1000">
            <
control type="image">
                        <
posx>-400</posx>
                        <
posy>5</posy>
                        <
width>900</width>
                        <
height>70</height>
                        <
texture flipx="true">recentlyaddeddiffuse.png</texture>
                    </
control>
                <
control type="label">
                    <
posx>40</posx>
                    <
posy>21</posy>
                    <
width>380</width>
                    <
height>40</height>
                    <
font>cirrus_50</font>
                    <
textcolor>black</textcolor>
                    <
align>left</align>
                    <
aligny>center</aligny>
                    <
label>$INFO[ListItem.Label]</label>
                </
control>
            </
focusedlayout

to;

PHP Code:
    <focusedlayout height="70" width="1000">
                <
control type="label">
                    <
posx>40</posx>
                    <
posy>21</posy>
                    <
width>380</width>
                    <
height>40</height>
                    <
font>cirrus_50</font>
                    <
textcolor>white</textcolor>
                    <
align>left</align>
                    <
aligny>center</aligny>
                    <
label>$INFO[ListItem.Label]</label>
                </
control>
            </
focusedlayout

Then open IncludesHomeSubmenu.xml line 46

Change from:

PHP Code:
<focusedlayout height="70" width="1000">
                <
control type="image">
                <
posx>-400</posx>
                <
posy>5</posy>
                <
width>900</width>
                <
height>70</height>
                <
texture flipx="true">recentlyaddeddiffuse.png</texture>
                    </
control> -->
                    <
control type="label">
                    <
posx>40</posx>
                    <
posy>21</posy>
                    <
width>380</width>
                    <
height>40</height>
                    <
font>cirrus_50</font>
                    <
textcolor>black</textcolor>
                    <
align>left</align>
                    <
aligny>center</aligny>
                    <
label>$INFO[ListItem.Label]</label>
                </
control>
            </
focusedlayout

to:

PHP Code:
<focusedlayout height="70" width="1000">
                    <
control type="label">
                    <
posx>40</posx>
                    <
posy>21</posy>
                    <
width>380</width>
                    <
height>40</height>
                    <
font>cirrus_50</font>
                    <
textcolor>white</textcolor>
                    <
align>left</align>
                    <
aligny>center</aligny>
                    <
label>$INFO[ListItem.Label]</label>
                </
control>
            </
focusedlayout
(This post was last modified: 2012-04-14 22:39 by butchabay.)
find quote
dfcwolf Offline
Junior Member
Posts: 21
Joined: Mar 2009
Reputation: 0
Post: #3315
(2012-04-14 22:36)butchabay Wrote:  
(2012-04-14 19:52)dfcwolf Wrote:  
(2012-04-14 16:01)butchabay Wrote:  Yes, but i like the new one much better and it fits with the rest of the skin. If you really want to change it i can tell you what to edit.

Please! Thanks!

Open IncludesHomeMainMenu.xml line 149:

Change from:

PHP Code:
    <focusedlayout height="70" width="1000">
            <
control type="image">
                        <
posx>-400</posx>
                        <
posy>5</posy>
                        <
width>900</width>
                        <
height>70</height>
                        <
texture flipx="true">recentlyaddeddiffuse.png</texture>
                    </
control>
                <
control type="label">
                    <
posx>40</posx>
                    <
posy>21</posy>
                    <
width>380</width>
                    <
height>40</height>
                    <
font>cirrus_50</font>
                    <
textcolor>black</textcolor>
                    <
align>left</align>
                    <
aligny>center</aligny>
                    <
label>$INFO[ListItem.Label]</label>
                </
control>
            </
focusedlayout

to;

PHP Code:
    <focusedlayout height="70" width="1000">
                <
control type="label">
                    <
posx>40</posx>
                    <
posy>21</posy>
                    <
width>380</width>
                    <
height>40</height>
                    <
font>cirrus_50</font>
                    <
textcolor>white</textcolor>
                    <
align>left</align>
                    <
aligny>center</aligny>
                    <
label>$INFO[ListItem.Label]</label>
                </
control>
            </
focusedlayout

Then open IncludesHomeSubmenu.xml line 46

Change from:

PHP Code:
<focusedlayout height="70" width="1000">
                <
control type="image">
                <
posx>-400</posx>
                <
posy>5</posy>
                <
width>900</width>
                <
height>70</height>
                <
texture flipx="true">recentlyaddeddiffuse.png</texture>
                    </
control> -->
                    <
control type="label">
                    <
posx>40</posx>
                    <
posy>21</posy>
                    <
width>380</width>
                    <
height>40</height>
                    <
font>cirrus_50</font>
                    <
textcolor>black</textcolor>
                    <
align>left</align>
                    <
aligny>center</aligny>
                    <
label>$INFO[ListItem.Label]</label>
                </
control>
            </
focusedlayout

to:

PHP Code:
<focusedlayout height="70" width="1000">
                    <
control type="label">
                    <
posx>40</posx>
                    <
posy>21</posy>
                    <
width>380</width>
                    <
height>40</height>
                    <
font>cirrus_50</font>
                    <
textcolor>white</textcolor>
                    <
align>left</align>
                    <
aligny>center</aligny>
                    <
label>$INFO[ListItem.Label]</label>
                </
control>
            </
focusedlayout

I did the modification, but nothing happened. Sad
find quote
butchabay Online
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #3316
Not possible, the code removes the white gradient.
You're sure you've edited the right skin files?
find quote
dfcwolf Offline
Junior Member
Posts: 21
Joined: Mar 2009
Reputation: 0
Post: #3317
(2012-04-15 11:58)butchabay Wrote:  Not possible, the code removes the white gradient.
You're sure you've edited the right skin files?

Yes i sure. Have some cache or somethingConfused
find quote
dfcwolf Offline
Junior Member
Posts: 21
Joined: Mar 2009
Reputation: 0
Post: #3318
(2012-04-15 11:58)butchabay Wrote:  Not possible, the code removes the white gradient.
You're sure you've edited the right skin files?

WORKING! Thank you!!!
find quote
Nimo Offline
Senior Member
Posts: 224
Joined: Nov 2011
Reputation: 3
Location: Germany
Post: #3319
hey butcha. i have a little problem:
a clean install of xbmc dont create errors in log file. when i install last svn592 and close xbmc i get errors

18:28:13 T:18856 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
18:28:13 T:18856 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
18:28:13 T:18856 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
18:28:13 T:18856 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
18:28:13 T:18856 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
18:28:13 T:18856 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
18:28:13 T:18856 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
18:28:13 T:18856 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
18:28:13 T:18856 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
18:28:13 T:18856 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist

i dont know what it means and how i can remove it.

A/V: Sony KDL52W5500|Yamaha RX-V471|Elac Cinema XL Center|4x Elac Cinema 2 Sat|REL Strata II|Elac Sub 101 ESP
HTPC: Realan E-Q8|ASRock Z77E-ITX|iMon inside mod|i3-3225+HD4k|8GB 2133 RAM|60GB Vertex3|120W Pico PSU|Harmony 650|p8 USB-CEC|Win7 x64|XBMC 12alpha|Skin CE v2 SVN
Server: Raid 5 - 8x 2TB WD AV-GP|Win7 x64|HighPoint 2680
find quote
butchabay Online
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #3320
Sorry just tested with confluence and same warnings appearing.
find quote
Post Reply