BluRay cases for movie collections?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ashlar Offline
Member+
Posts: 2,048
Joined: Mar 2006
Reputation: 26
Post: #11
ronie Wrote:i wouldn't know as i haven't looked into it myself.

i suppose you could add a visible condition based on ListItem.IsFolder
to all the cases.

ListItem.IsFolder will be true for movie sets and false for movie files.

most of the View-*.xml will have to be modified, as i use the dvd/bluray cases in almost every view.
As I've been using only the fanart view, this could be quick for me. But opening the relevant file (View-fanart.xml, right?) I see:

Code:
<control type="image">
                <posx>164</posx>
                <posy>648</posy>
                <width>75</width>
                <height>61</height>
                <texture>movieset.png</texture>
                <animation effect="fade" start="70" end="100" time="1000" pulse="true" condition="true">Conditional</animation>
                <visible>!stringcompare(ListItem.Label,..) + ListItem.IsFolder + !Window.IsVisible(VideoFiles) + !Window.IsVisible(VideoPlaylist)</visible>
            </control>

Which seems to suggest that there is in fact a dedicate picture for the moviesets, which in this case is identical to the DVD one, plus the multidiscs in front.

Unless... no, looking at width and height this is just the multidiscs picture that gets printed on top of the regular case... I'll play with some editing... keeping a backup. We'll see what I can manage.

For troubleshooting and bug reporting please make sure you read this first.
find quote
>>X<< Offline
Alaska Group
Posts: 2,899
Joined: Jun 2009
Location: On a farm trying to catch a fox
Post: #12
That's the movie set icon its just defaulting to the dvd case above that your see the code for the case-bluray.png put the ListItem.IsFolder in its visibility condition

Code:
| ListItem.IsFolder
find quote
OggyHr Offline
Junior Member
Posts: 29
Joined: Jan 2011
Reputation: 0
Post: #13
Sorry but I'm to stupid for this apperantly.
For my Item view can somebody explain me line by line what to do for this problem? I dont know where to put the ListItem.IsFolder?
And how to remove DVD disc icon from the left side?
I'm very very thankfull and sory for maybe bad english
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #14
since the skin can't detect if your movieset contains dvd's or blurays
i'll see if i can add a more generic case & disc for moviesets instead.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
OggyHr Offline
Junior Member
Posts: 29
Joined: Jan 2011
Reputation: 0
Post: #15
Woohoooo!!! Tnx!
Take in mind and the DVD icon on the left side of Item View Wink
(This post was last modified: 2011-01-22 16:12 by OggyHr.)
find quote
ashlar Offline
Member+
Posts: 2,048
Joined: Mar 2006
Reputation: 26
Post: #16
ronie Wrote:since the skin can't detect if your movieset contains dvd's or blurays
i'll see if i can add a more generic case & disc for moviesets instead.
ronie, you really are a kind soul. Thank you.

Is there a donation system set up for your skin? I'd love to express my gratitude.

For troubleshooting and bug reporting please make sure you read this first.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #17
ashlar Wrote:ronie, you really are a kind soul. Thank you.

Is there a donation system set up for your skin? I'd love to express my gratitude.

cheers, i'm doing this for fun, not for the money.
and looking at your member status, you already know where donations should go. ;-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
ashlar Offline
Member+
Posts: 2,048
Joined: Mar 2006
Reputation: 26
Post: #18
Ok, hats off to you and your generosity then. Thanks again.

For troubleshooting and bug reporting please make sure you read this first.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Lightbulb  please test: movie-set case Post: #19
i need a few svn testers.

i've added a movieset case in fanart view.
and before i add it to other views i'd really like to know if it is working correctly for everyone.

also check if fanart view in filemode does not show any odd cases.


cheers!

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
OggyHr Offline
Junior Member
Posts: 29
Joined: Jan 2011
Reputation: 0
Post: #20
See the svn topic Big Grin
find quote