Kodi Community Forum
[MOD] Cirrus Extended v2 - 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: Cirrus Extended (https://forum.kodi.tv/forumdisplay.php?fid=133)
+----- Thread: [MOD] Cirrus Extended v2 (/showthread.php?tid=102066)



RE: [MOD] Cirrus Extended v2 - GuiZ - 2012-04-10

(2012-04-09, 23:35)butchabay Wrote:
(2012-04-06, 23:50)GuiZ Wrote: Ok i think it's that because i have only watched movies.
Is there a way to show the recently added included the recently and watched movies? When i add a movie or an episode i watch it immediatly...
On general movies and TVshow it shows all the recently added even it's already watch.

Ok, open home.xml and change lines 5-11 (remove unwatched=True)

example from:

PHP Code:
<onload condition="System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Movie,unwatched=True,limit=10,method=Last,playlist=$INFO[Skin.String(Menu_Custom4_Path)],menu=Menu1)</onload

example to:

PHP Code:
<onload condition="System.HasAddon(script.randomandlastitems)">XBMC.RunScript(script.randomandlastitems,type=Movie,limit=10,method=Last,playlist=$INFO[Skin.String(Menu_Custom4_Path)],menu=Menu1)</onload
Working. Thanks Butcha




RE: [MOD] Cirrus Extended v2 - gates - 2012-04-11

Hi,

First,
Is-it possible to show extrafanart / extrathumb for movie set/saga when browsing ?
If it's possible, what is the good way to do it ?

Second,
In right list view, I use poster :
- is possible to remove the "trailer" icon on the poster left top corner ?
- when (clear) case are activated, and i'm on a Movie Set, the default view is DVD case, Bluray will be great instead.


RE: [MOD] Cirrus Extended v2 - butchabay - 2012-04-11

1. Don't think there is any skin supporting extrathumbs / extrafanart for sets, else prove i'm wrong) Smile
2. Yes, Hide Trailer Flag in Skin Settings
3. No Resolution is defined for Movie Sets, not possible.


RE: [MOD] Cirrus Extended v2 - Towergrove - 2012-04-11

Hi all-

My name is Sarah and I'm a big fan of your skin! I do have some questions. I recently updated to v11 and noticed that the banners and artwork I created are suddenly being switched over to other artwork perhaps from the Internet? How do I make it so this doesn't happen. I have spent a good deal of time working on these and want them on my system.

Blessings,

S


RE: [MOD] Cirrus Extended v2 - gates - 2012-04-11

Quote:1. Don't think there is any skin supporting extrathumbs / extrafanart for sets, else prove i'm wrong)
2. Yes, Hide Trailer Flag in Skin Settings
3. No Resolution is defined for Movie Sets, not possible.

1. Ok, maybe one day ... Smile
2. Sorry, I missed this param the first time. I guess it will be better to get this option directly on the left panel of the view (like cases / clear cases /poster).
3. If there is no resolution, why get the DVD case ?


RE: [MOD] Cirrus Extended v2 - butchabay - 2012-04-11

That's because of dvd case will show as default.


RE: [MOD] Cirrus Extended v2 - gates - 2012-04-12

so, why dont get bluray case as default ? :p
I personally have a lot of 1080p movie, and dvd case hasn't good look in the picture ^^

Anyway, not a big deal. You do a very great job Butchabay



RE: [MOD] Cirrus Extended v2 - butchabay - 2012-04-12

Not possible. Else you'll have always bluray case in movies too.
Btw. If you have movie set addon installed, you should use movieset fanart view Smile


RE: [MOD] Cirrus Extended v2 - dfcwolf - 2012-04-14

Hi!

How can i setup the Cirrus 2.1 vertical menu style in the Cirrus Extended V2? Because i have the white background under the menu...

THX


RE: [MOD] Cirrus Extended v2 - butchabay - 2012-04-14

You can't, cirrus 2.1 is not cirrus extended v2


RE: [MOD] Cirrus Extended v2 - dfcwolf - 2012-04-14

Ok. But here: http://forum.xbmc.org/showthread.php?pid=893744%23pid893744 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=893744%23pid893744 The menu is same...


RE: [MOD] Cirrus Extended v2 - butchabay - 2012-04-14

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.


RE: [MOD] Cirrus Extended v2 - dfcwolf - 2012-04-14

(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!


RE: [MOD] Cirrus Extended v2 - butchabay - 2012-04-14

(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



RE: [MOD] Cirrus Extended v2 - dfcwolf - 2012-04-15

(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