Kodi Community Forum
[MOD] Cirrus Extended 1.0 - 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 1.0 (/showthread.php?tid=90693)



All done with WeatherPlus! - branlr - 2011-02-26

Alright butch,

Finished the WeatherPlus a minute ago. Don't overwrite home.xml with the file I added, because my file only contains the weather info to be added, and my home.xml file has some mods in it.

To anyone else, just merge all of the files EXCEPT HOME.XML!!! OmG DO NOT MERGE HOME.XML!!!!

Instructions:
1. Merge the folders/overwrite MyWeather.xml, but do NOT overwrite home.xml.
2. Copy contents of my home.xml file to your home.xml file--- I did it just below Recently Added.
3. Open includes.xml and in the list of xml files at the top, add IncludesWeather.xml in the same format as the others.
4. Make sure you have installed the Weather Plus plugin, and have selected it in Settings->Weather
5. ? ? ? ? ? ? ?
6. Profit!

No skin setting needs to be selected... just choose the plugin you want to use under weather and it knows what to do.

No conditional weather backgrounds yet, but I will add them as soon as I figure out how to.

Download Here!


- butchabay - 2011-02-26

@branlr
Thanx man for helping us and for your nice work, i'll integrate it and will be in the next update.


- butchabay - 2011-02-26

supertom44 Wrote:Just noticed on the recently added on the home screen if the movie has a long plot it goes outside of the box.

Image

I've been trying to reproduce this bug, but working for me ... i've edited the plot outline to infinity to see what happens, but the bug isn't there.


- Malexx - 2011-02-26

edited


- Malexx - 2011-02-26

ok set a new heigh,so in next update it will be ok,
to fix it NOW
do the following
Open InlucedHomeRecentlyAdded.xml and edit line 248
Set Height from 170 to 120 that should fit.

thx for reporting


- butchabay - 2011-02-27

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


- Malexx - 2011-02-27

just fixed hit,the height was set too much


- keibertz - 2011-02-27

when can we expect the next Update ?


- butchabay - 2011-02-27

keibertz Wrote:when can we expect the next Update ?

Very soon ... maybe tomorrow


- MR_Claude - 2011-02-27

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

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

BUGS and TODO List for upcoming Version 1.2.3 :

See Here


- eriksmith200 - 2011-02-27

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


- htpc guy - 2011-02-27

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

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=folder.jpg,banner=banner.jpg,showname=$INFO[ListItem.TVShowTitle])</onclick>
            <visible>Container.Content(TVShows) + !Skin.HasSetting(kiosk)</visible>
          </control>