[MOD] Cirrus Extended v2

  Thread Rating:
  • 13 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
asha_man Offline
Junior Member
Posts: 47
Joined: Feb 2011
Reputation: 1
Post: #2541
Hi Butcha

Was just wondering if there was a way to change the behaviour of extrafanart? I quite liked the previous implementation of this when each time i highlighted a movie or tv show the fanart was different every time. Now it appears to always show the default one first, which also leads to some odd behaviour when navigating away from the selected show (if the default art has cycled to thee next, then when you navigate away the default art flashes back in, if that makes sense.)
Is this something you'd rather I change locally (can you tell me how), or could it be an option in the skin settings?

Thanks.
Love this skin btw, it's drawn me away from nox Smile

[Image: watched-fanart.jpg]
find quote
butchabay Online
Skilled Skinner
Posts: 3,420
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #2542
@asha-man
I've done it this way becuase of a nicer and smother fading transition while browsing.
Big thanks to big_noid btw for bringing this solution.
Ofcourse you can revert back to the previous scenario.
I'll write down what to change when i get home.
find quote
butchabay Online
Skilled Skinner
Posts: 3,420
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #2543
asha_man Wrote:Hi Butcha

Was just wondering if there was a way to change the behaviour of extrafanart? I quite liked the previous implementation of this when each time i highlighted a movie or tv show the fanart was different every time. Now it appears to always show the default one first, which also leads to some odd behaviour when navigating away from the selected show (if the default art has cycled to thee next, then when you navigate away the default art flashes back in, if that makes sense.)
Is this something you'd rather I change locally (can you tell me how), or could it be an option in the skin settings?

Thanks.
Love this skin btw, it's drawn me away from nox Smile

Open MyVideoNav.xml

Line 68

Change from:

PHP Code:
<visible>System.IdleTime(10) + Skin.HasSetting(ExtraFanMovies) + Container.Content(Movies)</visible

to

PHP Code:
<visible>Skin.HasSetting(ExtraFanMovies) + Container.Content(Movies)</visible


and Line 65

from
PHP Code:
<randomize>false</randomize

to

PHP Code:
<randomize>true</randomize

Do the same for TV Shows between line 181-193.
find quote
GuiZ Offline
Senior Member
Posts: 107
Joined: Mar 2011
Reputation: 1
Post: #2544
N.O.W.A.L.L Wrote:Thanks, good work

And the string 41231 you made is veeeery long, I guess it will scroll.
But I don't have the english sentence so I don't know how to shorten it

Best regards

Yep I know it's verry long but I don't think there's another way to say it Oo
Thanks for your corrections.
find quote
butchabay Online
Skilled Skinner
Posts: 3,420
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #2545
GuiZ Wrote:Yep I know it's verry long but I don't think there's another way to say it Oo
Thanks for your corrections.

That string can be long as it is in the skin settings, so no problem.
find quote
butchabay Online
Skilled Skinner
Posts: 3,420
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #2546
I was thinking to modify the fullscreen info and now i'm quite satisfied Smile

Already commited to svn (Pre eden)

[Image: bb5757a6ee2a14edd1351bc9d9356d054efecc85...64ad6g.jpg]

[Image: 8c9c5b5b182dba28cd69d5f1b7bbbdf37bef43b3...b7b16g.jpg]
find quote
antah Offline
Junior Member
Posts: 26
Joined: Jul 2011
Reputation: 0
Post: #2547
looks stunning! great job..
find quote
Oddsodz Offline
Fan
Posts: 343
Joined: Jun 2009
Reputation: 0
Post: #2548
Quick question.

In this picture

http://www.mediafire.com/imgbnc.php/bb57...64ad6g.jpg

In the lower right corner, Is that a "ClearArt.png" image? I ask as this is a movie view for movies. And was unaware that you could have "ClearArt.png" for movies. I Hope this is right. Would give me even more EyeCandy to go look for ;-)
find quote
Martijn Online
Team-XBMC
Posts: 7,701
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #2549
Oddsodz Wrote:Quick question.

In this picture

http://www.mediafire.com/imgbnc.php/bb57...64ad6g.jpg

In the lower right corner, Is that a "ClearArt.png" image? I ask as this is a movie view for movies. And was unaware that you could have "ClearArt.png" for movies. I Hope this is right. Would give me even more EyeCandy to go look for ;-)

It is clearlogo (logo.png) Wink
The same like TV Shows.

This will be the new feature on the new http://fanart.tv site (no ETA yet).
Artwork Downloader will be providing the downloading part inside XBMC.
You will need to have all your movies in their own subfolders

Some more info if you want to contribute logos and so on:
http://forum.xbmc.org/showthread.php?tid=116335

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
(This post was last modified: 2011-12-21 13:11 by Martijn.)
find quote
vicmanpergar Online
Senior Member
Posts: 272
Joined: Aug 2011
Reputation: 2
Post: #2550
Martijn Wrote:It is clearlogo (logo.png) Wink
The same like TV Shows.

This will be the new feature on the new http://fanart.tv site (no ETA yet).
Artwork Downloader will be providing the downloading part inside XBMC.
You will need to have all your movies in their own subfolders

Some more info if you want to contribute logos and so on:
http://forum.xbmc.org/showthread.php?tid=116335

Oh, this sounds interesting, looks very nice too...
I just hope it to have as success as logos for TV shows, so it will not be dropped to oblivion.
find quote
Post Reply