• 1
  • 214
  • 215
  • 216(current)
  • 217
  • 218
  • 250
[MOD] Cirrus Extended v2
when i download and unpack then copy over and start xbmc all works. i use win7 not linux.
(2012-03-16, 17:06)antonw Wrote:
hello forum,

Code:
Westwood StudiosÔÇÜ Inc..png

i think thats for the language code useful with ansi code or some else.

Reply
I've removed some flags in studios, just wait for the next update and see if it works.
I'm workking on my repo and while testing happened the same.
Removing the studio folder worked great. So hopefully the problem was solved deleting some flags.
Reply
Finally is here:

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

xbmc-repository-butchabay
Reply
wooohooo cool! Big Grin
HTPC
Silverstone Grandia GD05 - Intel i5 3570k -Asus H61M-G Micro-ATX - Unidad Blu-ray
MSI GTX970 4GB GDDR5 - 8 GB RAM DDR3 - AVR Denon X3400H Atmos - LG  OLED 55C7V
Reply
thx butchabay, will try your repo. keep on with the great work!
Reply
(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
Reply
@butchabay

check this about the flag issues:
http://forum.xbmc.org/showthread.php?tid=125559
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(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.
Reply
(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
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(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.
Reply
@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

www.MyXBMC.de
Reply
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

Reply
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

www.MyXBMC.de
Reply
(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
Reply
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?
Reply
  • 1
  • 214
  • 215
  • 216(current)
  • 217
  • 218
  • 250

Logout Mark Read Team Forum Stats Members Help
[MOD] Cirrus Extended v213