[MOD] Sinus - a Cirrus mod

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Sinvida Offline
Member
Posts: 77
Joined: Oct 2010
Reputation: 0
Post: #11
butchabay Wrote:You can get them here:
http://www.xbmcstuff.com/

Cool, is there some way of scraping them? Downloading them 1-by-1 is kind of a hassle. Wink

PS: Added your rightlistview to the mod! Thanx for the help!
(This post was last modified: 2011-01-16 23:01 by Sinvida.)
find quote
butchabay Online
Skilled Skinner
Posts: 3,444
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #12
Sinvida Wrote:Cool, is there some way of scraping them? Downloading them 1-by-1 is kind of a hassle. Wink

I think there was a script for camelot ... i can't say if it was updated for dharma.

The script was XBMC Stuff downloader ...

Maybe you got to search in the relative threads ...
find quote
B-Fir3 Offline
Senior Member
Posts: 118
Joined: Dec 2008
Reputation: 0
Post: #13
I still can't get the NextAired script to work automatically. But I've made some other changes that you may like.

Home Screen

- Moved time to the left in case of negative temperatures

TV - Show level

*Rightlist View
- Adjusted labels to maintain a unified look
- Added landscape.jpg support

*Bannerwall View
- Adjusted labels to maintain a unified look
- Added landscape.jpg support

*Fanart View
- Adjusted focus position to center thumb
- Adjusted labels to maintain a unified look
- Added landscape.jpg support

*Wall View
- Adjusted labels to maintain a unified look
- Added tv show plot

NextAired

- Added <width> value 450 to prevent long episode names from colliding with network flags

[Image: screenshot000n.png]
[Image: screenshot001ht.png]
[Image: screenshot002cv.png]
[Image: screenshot003g.png]

I want to add a toggle option for landscape.jpg, but I'm not really sure how to yet.

That's all I've done for now.
find quote
Malexx Offline
Fan
Posts: 330
Joined: Nov 2009
Reputation: 0
Location: Germany
Post: #14
hi,since i have done almost the same landscape settings for our extended mod with option to en and disable you can take it from there:

Of course you have to tweak it for your needs.
in settings.xml
Code:
<control type="radiobutton" id="1022">
                <description>Enable Landscape.jpg for TV FanartView</description>
                    <width>750</width>
                    <height>40</height>
                    <font>cirrus_20</font>
                    <label>Enable Landscape.jpg for TV FanartView</label>
                    <textcolor>grey2</textcolor>
                    <focusedcolor>white</focusedcolor>
                    <texturefocus flipx="true">listwhitegradient.png</texturefocus>
                    <texturenofocus>menuitemNF.png</texturenofocus>
                    <onclick>Skin.ToggleSetting(tvfanart)</onclick>
                    <selected>Skin.HasSetting(tvfanart)</selected>

and for FanartView.xml
Code:
<control type="image">
                    <posx>630</posx>
                    <posy>10</posy>
                    <width>640</width>
                    <height>360</height>
                    <aspectratio aligny="bottom">stretch</aspectratio>
                    <fadetime>IconCrossfadeTime</fadetime>
                    <texture background="true" diffuse="maskfanart.png">$INFO[ListItem.Property(Fanart_Image)]</texture>
                    <visible>!Skin.HasSetting(tvfanart)</visible>
                </control>
                <control type="image">
                    <posx>630</posx>
                    <posy>10</posy>
                    <width>640</width>
                    <height>360</height>
                    <aspectratio aligny="bottom">stretch</aspectratio>
                    <fadetime>IconCrossfadeTime</fadetime>
                    <texture background="true" diffuse="maskfanart.png">$INFO[ListItem.Path]landscape.jpg</texture>
                    <visible>Skin.HasSetting(tvfanart)</visible>
                </control>

same for other views

if you want the settings in the flyout menue you will have to edit myvideoNav.xml
find quote
B-Fir3 Offline
Senior Member
Posts: 118
Joined: Dec 2008
Reputation: 0
Post: #15
I didn't even realize you had that in there already. That is awesome. Many thanks. Smile
find quote
Malexx Offline
Fan
Posts: 330
Joined: Nov 2009
Reputation: 0
Location: Germany
Post: #16
its in update 1.1 not out yet Wink

anyway feel free to take things from our mod if you need.
find quote
smush420 Offline
Senior Member
Posts: 151
Joined: Oct 2009
Reputation: 0
Post: #17
This is great Sinvida. The green font looks great, and thanks for putting statistics back in. One question though, why did you remove the aeon like recently added? I liked the look of that, any way to make it optional? Also it would be great it you could implement the imdb rating option like Cirrus-Extended. Thanks
find quote
Sinvida Offline
Member
Posts: 77
Joined: Oct 2010
Reputation: 0
Post: #18
B-fire, great work! If you send me the XML files I will update the skin again.

@smush420: yeah I took it out because somehow i couldn't manage Yet to get the statistics in. I will look at it again.
find quote
Sinvida Offline
Member
Posts: 77
Joined: Oct 2010
Reputation: 0
Post: #19
Yay, I think I fixed the next aired refresh problem. Seems to work now! Updated the download file.
find quote
B-Fir3 Offline
Senior Member
Posts: 118
Joined: Dec 2008
Reputation: 0
Post: #20
Sinvida Wrote:Yay, I think I fixed the next aired refresh problem. Seems to work now! Updated the download file.

This is truly fantastic. I will upload the files now. Not sure why I didn't before, sorry about that.

edit: Here they are: http://www.mediafire.com/?sduv3lh0o8chhc3
(This post was last modified: 2011-01-18 02:40 by B-Fir3.)
find quote