Cirrus Mods

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Sinvida Offline
Member
Posts: 76
Joined: Oct 2010
Reputation: 0
Post: #161
The link in the quoted message is still wrong but i cant change that. The one in the original post should be working.

Otherwise check the sinus thread for the most up to date info.
find quote
christoofar Offline
Fan
Posts: 319
Joined: Oct 2009
Reputation: 0
Post: #162
oh duh, you are right of course..thanks ..excellent work!!Smile

Home built HTPC, Nvidia GF220 gpu, Win7 Pro 32bit, Rasp pi + OpenelecXBMC RC1
find quote
christoofar Offline
Fan
Posts: 319
Joined: Oct 2009
Reputation: 0
Post: #163
btw Sinvida - VERY nice skin mods!! NodNod

Home built HTPC, Nvidia GF220 gpu, Win7 Pro 32bit, Rasp pi + OpenelecXBMC RC1
find quote
Sinvida Offline
Member
Posts: 76
Joined: Oct 2010
Reputation: 0
Post: #164
christoofar Wrote:btw Sinvida - VERY nice skin mods!! NodNod

Thanks for your kind remark! I have a beta version of a simplicity mod currently up for download. Looking for some people to test it.

Maybe in the future I can pick up the cirrus mod again, bu butchabay and malexx are already doing an awesome job.
find quote
el_Paraguayo Offline
Fan
Posts: 448
Joined: Feb 2011
Reputation: 7
Location: London, UK
Post: #165
I use XBMC as a MythTV frontend.

I wrote a short python script to get the name of the next recording and have this pop up on my home screen when I'm over the link to my recordings:

[Image: oi5a3s]

(If you're interested, the "Powersaving" option is a script that sets an ACPI wake alarm based on the next scheduled MythTV recording and suspends the machine - it'll only suspend if various tests are passed e.g. no active recordings/jobs, no active ssh sessions etc. The script also runs as a cron job so it can powerdown later).
(This post was last modified: 2011-05-22 00:26 by el_Paraguayo.)
find quote
DKreeK Offline
Junior Member
Posts: 21
Joined: Jan 2010
Reputation: 0
Post: #166
Greg. Wrote:cheers, I'm unsure of the source now but dont think its a big deal making qty 10 avail for download here. (RAR file 2.6MB)

@Malexx, @Butchabay, and anyone else, feel free to incorporate and improve any of my mods in your MOD packs if you want to.

I have a 404 error, it's possible to repost it ?

Thank's
find quote
DKreeK Offline
Junior Member
Posts: 21
Joined: Jan 2010
Reputation: 0
Post: #167
No one could help me ?
find quote
el_Paraguayo Offline
Fan
Posts: 448
Joined: Feb 2011
Reputation: 7
Location: London, UK
Post: #168
I thought I'd share this little mod, in case anyone's interested. Essentially it's a tiny pop-up window which shows the current time.

Why would you use it? Most of the time the skin shows the current time anyway - yes, but not when in full screen video mode (and I don't want to pause it - I just want something discrete).

Don't you have a watch? Well, no, I don't actually.

Pointless? Maybe.

[Image: 255taoo.png]

So here's the code:

Code:
<window id="1234" type="dialog">
    <animation effect="slide" start="0,40" end="0,0" time="250" tween="back" easing="out">WindowOpen</animation>
    <animation effect="slide" start="0,0" end="0,40" time="250" tween="back" easing="in">WindowClose</animation>
    <defaultcontrol always="true">41</defaultcontrol>
    <coordinates>
        <system>1</system>
        <posx>820</posx>
        <posy>680</posy>
    </coordinates>
    <controls>
        <control type="group">
            <control type="image">
                <posx>0</posx>
                <posy>0</posy>
                <width>200</width>
                <height>60</height>
                <texture border="20,20,20,2">InfoMessagePanel.png</texture>
            </control>
            <control type="fadelabel" id="401">
                <description>Time</description>
                <posx>10</posx>
                <posy>10</posy>
                <width>180</width>
                <height>18</height>
                <font>font12_title</font>
                <textcolor>white</textcolor>
                <align>center</align>
                <aligny>center</aligny>
                <scrollout>false</scrollout>
                <label>$INFO[System.Time]</label>
            </control>
        </control>
        
        <control type="button" id="41">
            <onfocus>Dialog.Close(1234)</onfocus>
            <texturenofocus>-</texturenofocus>
            <texturefocus>-</texturefocus>
            <animation effect="fade" delay="3000" end="100">Focus</animation>
        </control>

</controls>
</window>

You'd need to save the file in the skin's 720p folder and call it something like "custom_TimeDialog_1234.xml".

You'd also need to map a key to show it - "XBMC.ActivateWindow(1234)"

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).
(This post was last modified: 2011-07-11 00:50 by el_Paraguayo.)
find quote
bckane Offline
Junior Member
Posts: 44
Joined: Oct 2011
Reputation: 0
Post: #169
Sorry Im still new to this, but moving right along. Im running this skin on my iMac and my macbook pro........with out a problem.....but when I install it on my 60" the skin is stretched off the screen..............on all 4 sides......please help love to skin......BTW I using the newest nightly built
find quote
el_Paraguayo Offline
Fan
Posts: 448
Joined: Feb 2011
Reputation: 7
Location: London, UK
Post: #170
bckane Wrote:Sorry Im still new to this, but moving right along. Im running this skin on my iMac and my macbook pro........with out a problem.....but when I install it on my 60" the skin is stretched off the screen..............on all 4 sides......please help love to skin......BTW I using the newest nightly built

I don't think this is a skin issue (sounds more like how the TV is interpreting the signal from your computer) - so you may not get too much help in this particular forum.

However, have you checked the TV settings - often there's some option like "Just Scan" which can stop bits getting cut off.

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
Post Reply