[MOD] Cirrus Extended v2

  Thread Rating:
  • 13 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
doogie_at Offline
Junior Member
Posts: 17
Joined: Mar 2012
Reputation: 0
Post: #3231
(2012-03-16 17:06)antonw Wrote:  
hello forum,

seems some more people beside myself having trouble installing the latest release of this wonderful skin.

I figured out that there are a lot of "strange" characters in some of the filenames in
Code:
/skin.cirrus.extended.v2.svn/extras/flagging/studios

Using the skin under linux i'm having files with multiple
Code:
???

in them so the characters are not recognized by os and some of the fail to copy. Using the zip-archive within wind00f (winrar) there are also strange characters in filename like in
Code:
Westwood StudiosÔÇÜ Inc..png

This issue is maybe worth a look at...

bR
aW



I had the same problem when unzipping on my unix system.

Unzipping on a windows machine using 7zip and then copying it over to the unix machine in the appropriate directory did the trick for me

regards
Doogie
(This post was last modified: 2012-03-19 13:09 by doogie_at.)
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #3232
@butchabay

check this about the flag issues:
http://forum.xbmc.org/showthread.php?tid=125559

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
butchabay Offline
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #3233
(2012-03-19 13:43)Martijn Wrote:  @butchabay

check this about the flag issues:
http://forum.xbmc.org/showthread.php?tid=125559

Already fixed in cirrus extended v2, downloaded studio flags from your git, but there are still some flags with unsupported characteres.
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #3234
(2012-03-19 14:43)butchabay Wrote:  
(2012-03-19 13:43)Martijn Wrote:  @butchabay

check this about the flag issues:
http://forum.xbmc.org/showthread.php?tid=125559

Already fixed in cirrus extended v2, downloaded studio flags from your git, but there are still some flags with unsupported characteres.

Well i can't fix those because of msygit issues on windows. Gonna bump ronie if he can fix them

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
butchabay Offline
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #3235
(2012-03-19 14:44)Martijn Wrote:  
(2012-03-19 14:43)butchabay Wrote:  
(2012-03-19 13:43)Martijn Wrote:  @butchabay

check this about the flag issues:
http://forum.xbmc.org/showthread.php?tid=125559

Already fixed in cirrus extended v2, downloaded studio flags from your git, but there are still some flags with unsupported characteres.

Well i can't fix those because of msygit issues on windows. Gonna bump ronie if he can fix them

It's not a problem if the flags are packed within textures.xbt ... the problem occured while i've moved the flagging folder out of textures.xbt ...
Unzip within xbmc was not possible, as i saw downloading the package (cirrus extended v2) @99% suddenly it disappears and the package is empty. So i've tried removing these strange studio flags and now it works without problems.
(This post was last modified: 2012-03-19 14:53 by butchabay.)
find quote
keibertz Offline
Senior Member
Posts: 263
Joined: Oct 2010
Reputation: 2
Post: #3236
@butch i found one more missing include in your skin. its the include with the name "FullWidthList".
You use this include in the xml file AddonBrowser.xml
Quote:PS C:\Users\USERNAME\AppData\Roaming\XBMC\addons\skin.cirrusextended.2\720p> findstr "FullWidthList" *.xml
AddonBrowser.xml: <include>FullWidthList</include> <!-- view id = 51 -->

In Other Skins u can finde the description of this include in the file ViewsFileMode.xml
Quote:<include name="FullWidthList">
<control type="group">
<visible>Control.IsVisible(51)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="51">
<posx>95</posx>
<posy>78</posy>
<width>1080</width>
<height>561</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>51</onup>
<ondown>51</ondown>
<viewtype label="537">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40" width="1080">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1080</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="image">
<posx>10</posx>
<posy>4</posy>
<width>40</width>
<height>32</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<posx>60</posx>
<posy>0</posy>
<width>950</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>1060</posx>
<posy>0</posy>
<width>1000</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="label">
<posx>1005</posx>
<posy>0</posy>
<width>940</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<posx>1010</posx>
<posy>8</posy>
<width>40</width>
<height>26</height>
<texture>$INFO[ListItem.VideoResolution,flagging/lists/,_new.png]</texture>
<visible>Window.IsVisible(Videos) + Skin.HasSetting(greenhd) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<posx>1010</posx>
<posy>8</posy>
<width>40</width>
<height>26</height>
<texture>$INFO[ListItem.VideoResolution,flagging/lists/,.png]</texture>
<visible>Window.IsVisible(Videos) + !Skin.HasSetting(greenhd) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<posx>1050</posx>
<posy>14</posy>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<visible>Window.IsVisible(Videos)</visible>
</control>
</itemlayout>
<focusedlayout height="40" width="1080">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1080</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1080</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>875</posx>
<posy>4</posy>
<width>200</width>
<height>33</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(51) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="image">
<posx>10</posx>
<posy>4</posy>
<width>40</width>
<height>32</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<posx>60</posx>
<posy>0</posy>
<width>950</width>
<height>40</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>1060</posx>
<posy>0</posy>
<width>1000</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="label">
<posx>1005</posx>
<posy>0</posy>
<width>940</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<posx>1010</posx>
<posy>8</posy>
<width>40</width>
<height>26</height>
<texture>$INFO[ListItem.VideoResolution,flagging/lists/,_new.png]</texture>
<visible>Window.IsVisible(Videos) + Skin.HasSetting(greenhd) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<posx>1010</posx>
<posy>8</posy>
<width>40</width>
<height>26</height>
<texture>$INFO[ListItem.VideoResolution,flagging/lists/,.png]</texture>
<visible>Window.IsVisible(Videos) + !Skin.HasSetting(greenhd) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<posx>1050</posx>
<posy>14</posy>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<visible>Window.IsVisible(Videos)</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<posx>1170</posx>
<posy>80</posy>
<width>25</width>
<height>550</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>50</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(51)</visible>
</control>
</control>
</include>

Please insert this missing include description into your skin

ASUS F2A85-M LE | A6-5400K | 4 GB DDR3-1866 | 128GB SSD | Windows 8 64 bit | XBMC 12 | Cirrus EV3
Onkyo TX-NR509 5.1 + Teufel Consono 35
Samsung UE55ES6300 55"
Harmony 785

http://www.MyXBMC.de
find quote
butchabay Offline
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #3237
Thanx, but there is no fullwidhtlist view, never has been used before. So i'm going to delete the include.
2 views for addon browser is enough i think.

Cheers
find quote
keibertz Offline
Senior Member
Posts: 263
Joined: Oct 2010
Reputation: 2
Post: #3238
yes sure just delete the include from the view is fine too.

ASUS F2A85-M LE | A6-5400K | 4 GB DDR3-1866 | 128GB SSD | Windows 8 64 bit | XBMC 12 | Cirrus EV3
Onkyo TX-NR509 5.1 + Teufel Consono 35
Samsung UE55ES6300 55"
Harmony 785

http://www.MyXBMC.de
find quote
Nimo Offline
Senior Member
Posts: 224
Joined: Nov 2011
Reputation: 3
Location: Germany
Post: #3239
(2012-03-18 02:10)butchabay Wrote:  Finally is here:

Download and install my repository to get cirrus extended v2 Version 2.0.9

xbmc-repository-butchabay

big thanks for your repo

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
ialand Offline
Senior Member
Posts: 233
Joined: May 2011
Reputation: 0
Post: #3240
Just installed from the repo and every minute or so I get a popular 'Script Failed: RandomItems.py' but I don't have any random anything turned on?
find quote
Post Reply