[MOD] Cirrus Extended v2

  Thread Rating:
  • 13 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
butchabay Offline
Skilled Skinner
Posts: 3,420
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #3061
andersonjacob Wrote:I have an issue with the main home screen. I want to get rid of the weather in the top bar.

I enabled Clean Home (or something like that) which basically removes the XBMC/Cirrus logo from the left. Next, I pretty much disabled all weather add-ons (I think I disabled them all!).

Now, my top bar in the home screen shows the current time, date, and immediately after it shows °F (with no temperature since I disabled weather). I want to retain everything except the °F.

Is there an option for this within the skin? If not, is there an xml (file/line) that I can edit to remove it?

Remove time and weather is an option in skin settings --> home.
Weather is a part of it and i already removed it time ago, i was pleased from several user to bring it back and so i did. I can tell you the file to modify later ...
find quote
andersonjacob Offline
Junior Member
Posts: 22
Joined: Feb 2012
Reputation: 0
Post: #3062
I would remove the time + weather, but I really like the time + date look. If you can tell me the right file to edit when you have time, I'd appreciate it.
find quote
butchabay Offline
Skilled Skinner
Posts: 3,420
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #3063
andersonjacob Wrote:I would remove the time + weather, but I really like the time + date look. If you can tell me the right file to edit when you have time, I'd appreciate it.

In Home.xml

Delete this Image Control from Line 1646-1656

PHP Code:
<control type="image">
                <
description>Weather image</description>
                <
posx>375</posx>
                <
posy>-10</posy>
                <
width>50</width>
                <
height>50</height>
                <
aspectratio>keep</aspectratio>
                <
align>center</align>
                <
aligny>top</aligny>
                <
texture>$INFO[Weather.Conditions]</texture>
            </
control

Then replace this line 1668:

From:

PHP Code:
<label>$INFO[System.Time]  [color=grey]$INFO[System.Date]  [/color]$INFO[Weather.Temperature]</label

To:

PHP Code:
<label>$INFO[System.Time]  [color=grey]$INFO[System.Date]  [/color]</label

an you should be fine.
find quote
andersonjacob Offline
Junior Member
Posts: 22
Joined: Feb 2012
Reputation: 0
Post: #3064
It works!
find quote
bakito Offline
Fan
Posts: 415
Joined: Jun 2011
Reputation: 0
Location: france
Post: #3065
hello,just one question...do you intend to add a poster view for advance launcher?
I found it very nice in fusion but I prefer the home of cirrusBlush

anyway,keep up the good work and thanks!
find quote
mortstar Offline
Senior Member
Posts: 249
Joined: Aug 2010
Reputation: 3
Post: #3066
el_Paraguayo Wrote:Day later than promised (blackout!).

Here's the modded code for you, kokonutcreme.

First off, make a backup copy of the imdbrt.xml file in the metadata.imbdrt.com folder.

Then open the original in your favourite editor and scroll down to the "ParseIMDBAusCert" section. My mods are in bold.

Code:
<ParseIMDBAusCert dest="5">
  <RegExp input="$$1" output="&lt;details&gt;&lt;mpaa&gt;[b]Australia[/b]:\1&lt;/mpaa&gt;&lt;/details&gt;" dest="5">
    <expression>(?:&gt;\s*Australia:)((?:G)|(?:PG)|(?:M)|(?:MA)|(?:R)|(?:X))(?:&lt;/a&gt;)</expression>
  </RegExp>
  <RegExp input="$$5" output="&lt;details&gt;&lt;mpaa&gt;[b]Australia:[/b]MA15+&lt;/mpaa&gt;&lt;/details&gt;" dest="5">
    <expression>MA</expression>
  </RegExp>
  <RegExp input="$$5" output="&lt;details&gt;&lt;mpaa&gt;[b]Australia:[/b]R18+&lt;/mpaa&gt;&lt;/details&gt;" dest="5">
    <expression>R</expression>
  </RegExp>
  <RegExp input="$$5" output="&lt;details&gt;&lt;mpaa&gt;[b]Australia:[/b]X18+&lt;/mpaa&gt;&lt;/details&gt;" dest="5">
    <expression>X</expression>
  </RegExp>
</ParseIMDBAusCert>

I haven't tested it, but it should work Wink

Kokonutcreme Wrote:Apologies for not replying sooner, I applied this and it works a treat. Many thanks

The scraper has been updated with the ability to add a prefix before the certification. http://forum.xbmc.org/showpost.php?p=101...stcount=61

2 days from request in the thread to implementation Wink (i.e. I see some earlier discussion, in this thread, of an 'error' in the scraper. If no one reports it then no one benefits)

[Image: watched-clearlogo.jpg]
(This post was last modified: 2012-02-08 11:49 by mortstar.)
find quote
el_Paraguayo Offline
Fan
Posts: 448
Joined: Feb 2011
Reputation: 7
Location: London, UK
Post: #3067
mortstar Wrote:The scraper has been updated with the ability to add a prefix before the certification. http://forum.xbmc.org/showpost.php?p=101...stcount=61

2 days from request in the thread to implementation Wink (i.e. I see some earlier discussion, in this thread, of an 'error' in the scraper. If no one reports it then no one benefits)

Top man Mortstar! Thanks for doing that.

MythSuspendAlarm: Suspend xbmc and set ACPI wake alarm based on next scheduled MythTV recording.
BBC Football Scores: Get live football score notifications.
Random Movie Script: Play random movies from user's library (for skinners).
find quote
MaxHeadroom Offline
Member
Posts: 86
Joined: Jan 2010
Reputation: 0
Location: Australia
Post: #3068
Hey Butcha,

I am loving your themed backgrounds - one issue I have though is when adding a new item and background to the home menu it doesn't match your orange theme. Is there an easy way to orange-ify it?
find quote
littlemixi Offline
Junior Member
Posts: 16
Joined: Jan 2012
Reputation: 0
Location: East Germany
Post: #3069
MaxHeadroom Wrote:Hey Butcha,

I am loving your themed backgrounds - one issue I have though is when adding a new item and background to the home menu it doesn't match your orange theme. Is there an easy way to orange-ify it?

Hi Max!

I've created these backgrounds. Are you familiar with PS? So I can post my psd or you send me a picture and I'm going to change it for you...Your call
find quote
GuiZ Offline
Senior Member
Posts: 106
Joined: Mar 2011
Reputation: 1
Post: #3070
Hi there!

Butcha, the script for random and last item has been rewrote by mikebzh44.
http://forum.xbmc.org/showthread.php?tid=122448
Now it's possible to add the last item on home for smartplaylist. I think it could be an nice addition to our favorite skin Cool
(This post was last modified: 2012-02-10 15:30 by GuiZ.)
find quote
Post Reply