[MOD] Shade V2 for Eden

  Thread Rating:
  • 4 Votes - 4.25 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Balinus Offline
Skilled Skinner
Posts: 1,044
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #71
2.7.6
  • Episodes : Replaced the default "video thumbnail" with logo.png and/or clearart.png, if available when looking for Video information while the media is playing
  • Added a black background for music visualisation, so that there's no animations. Song information can still be displayed.
find quote
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #72
I have to say, I am quite surprised at how much attention Shade is getting. I thought Simplicity was a much better skin all around. Thanks Balinus for keeping it alive. I wish I had more time so I could help out.
find quote
Balinus Offline
Skilled Skinner
Posts: 1,044
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #73
A pleasure!

Well, I must admit that I also liked Simplicity a little bit more, but some things I liked more in Shade (especially the DialogFullscreenInfo, that I finally changed anyway). I imported the best features of Simplicity imho, so that it makes the "perfect" hybrid to my liking. Anyway, my rationale was to take over a skin that was more or less unsupported in the future and that you were probably going to re-take Simplicity where you left it. If that ever happen :-)

Thanks to you, I didn't invented a lot of things here. A 2nd kid (little girl) is coming in november, so I'll probably make a next "big" release before and be done with it :-)
find quote
sjobbels Offline
Senior Member
Posts: 185
Joined: Jun 2007
Reputation: 0
Location: The Netherlands
Post: #74
@balinus how can I add the imdb score to the low list view in movies? Thanks

[Image: notapear.png]Mac Mini 1,83ghz 2GB (1TB + 2TB External HD Toshiba) - Sickbeard - Couchpotato - Iphone 4 16GB
Marantz SR-5003 + Mordaunt Short Genie 5.1 + Logitech Harmony 555


[Image: widget]
[Image: widget]
find quote
Balinus Offline
Skilled Skinner
Posts: 1,044
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #75
(2012-10-27 09:48)sjobbels Wrote:  @balinus how can I add the imdb score to the low list view in movies? Thanks

You mean, the numeric rating instead of the Stars rating?
find quote
sjobbels Offline
Senior Member
Posts: 185
Joined: Jun 2007
Reputation: 0
Location: The Netherlands
Post: #76
The low list view hasn't got a score at all. And yes i mean the numeric score if possible.

Thanks

[Image: notapear.png]Mac Mini 1,83ghz 2GB (1TB + 2TB External HD Toshiba) - Sickbeard - Couchpotato - Iphone 4 16GB
Marantz SR-5003 + Mordaunt Short Genie 5.1 + Logitech Harmony 555


[Image: widget]
[Image: widget]
find quote
Balinus Offline
Skilled Skinner
Posts: 1,044
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #77
Ok. Well, it appears the Low list view doesn't have any rating. I'll try to add one when I have time (free time is vanishing as we speak!). Maybe I'll have time, but i doubt it. 2nd kid is almost there and I still haven't finished my thesis.

In the mean time, you could try to add this line (for Star ratings), at line 16144:

Code:
<control type="image">
                    <description>Star</description>
                    <posx>880</posx>
                    <posy>175</posy>
                    <width>150</width>
                    <height>30</height>
                    <texture>$INFO[ListItem.Rating,flags/stars/,.png]</texture>
                </control>

of for numeric rating, that would be:

Code:
<control type="label">
                    <description>Rating</description>
                    <posx>880</posx>
                    <posy>175</posy>
                    <width>150</width>
                    <height>30</height>
                                    <label>$INFO[ListItem.Rating]</label>
                    <align>left</align>
                    <aligny>center</aligny>
                    <font>Shade_20</font>
                    <textcolor>white</textcolor>
                </control>

NOTE: You'll have to play around with "posx" and "posy" and with "width" and "height" so that the rating (stars or numeric) appears to your liking and at the right position. If the numerci rating os not big enough, try the font "Shade_26", "Shade_30", etc...

Good luck!
find quote
Vandetta Offline
Junior Member
Posts: 24
Joined: Jul 2010
Reputation: 0
Post: #78
Any chance for a version compatible with Frodo? I just setup a new machine I figured I'd use Frodo, but only a few skins are available and Shade is the only skin I've been using for a couple years.
find quote
Balinus Offline
Skilled Skinner
Posts: 1,044
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #79
Not sure I'll have time. Just got a 2nd kid and I use my free time to do photography Smile

I guess that the modifications needed are not that long though... so if someone do it and I could upload it to the repo so that people can download it.
find quote
Post Reply