XBMC Community Forum
[MOD] Cirrus Extended 1.0 - 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: Cirrus Extended (/forumdisplay.php?fid=133)
+---- Thread: [MOD] Cirrus Extended 1.0 (/showthread.php?tid=90693)



- butchabay - 2011-02-27 00:29

You've fixed it recently or time ago? So maybe i had already the fixed version Smile


- Malexx - 2011-02-27 02:16

just fixed hit,the height was set too much


- keibertz - 2011-02-27 02:44

when can we expect the next Update ?


- butchabay - 2011-02-27 02:55

keibertz Wrote:when can we expect the next Update ?

Very soon ... maybe tomorrow


- MR_Claude - 2011-02-27 07:47

Hi all

I am currently unable to create music playlist (regular dumb playlist, smart playlists are ok), I am stuck in the middle menu with the choice of open/save/close the playlist, I can not select items to add to it.
Is it just me or a known bug?


- butchabay - 2011-02-27 13:42

Could be a bug, have to try making a playlist as i never created one Smile and see if it's working, if not, gonna fix it soon.

Edit: Fixed for next Update


Actual updated BUGS & TODO List - butchabay - 2011-02-27 14:40

BUGS and TODO List for upcoming Version 1.2.3 :

See Here


- eriksmith200 - 2011-02-27 17:08

Is Cirrus Extended now the main Cirrus version? Is the original Cirrus still being developed?


- htpc guy - 2011-02-27 17:47

eriksmith200 Wrote:Is Cirrus Extended now the main Cirrus version? Is the original Cirrus still being developed?

The original Cirrus is still in development. It just went to version 2.something not long ago. This is just a mod adding extended capabilities.


- misterhek - 2011-02-27 18:43

Love this mod. However, I missed the "Get Logo" button I had on Night skin, so I added it myself ;D If anyone else wants, add this to DialogVideoInfo.xml:
Code:
        <control type="button" id="14">
            <description>Logo Download</description>
            <include>ButtonVideoInfoCommonValues</include>
            <label>Get Logo</label>
            <onclick>Dialog.Close(MovieInformation)</onclick>
            <onclick>XBMC.RunScript(script.logo-downloader,mode=solo,logo=True,clearart=True,showthumb=landscape.jpg,poster=fold​er.jpg,banner=banner.jpg,showname=$INFO[ListItem.TVShowTitle])</onclick>
            <visible>Container.Content(TVShows) + !Skin.HasSetting(kiosk)</visible>
          </control>