Movie sets not working for smart playlists?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Martijn Online
Team-XBMC
Posts: 7,705
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #31
jeepcook Wrote:I don't understand why a so big backtracking ... movieset work in movies view, worked for movies in smartplaylists and now it doesn't work anymore ... I really don't understand ...

If you have read this thread you would know they have changed it a month ago.

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]
find quote
andreofgyn Offline
Junior Member
Posts: 6
Joined: Oct 2011
Reputation: 0
Post: #32
I'm coming from YAMJ and I must say that I'm totally disapointed with the support regarding SETS by XBMC.

No visual indication (at least on default skin), no simple way to sort sets via .nfo (tip: <set order="x">Alien</set>) and now this... Like others said, this is a serious bug!

I can't believe people doesn't want to view SETS for movies like Die Hard, Star Wars, Batman etc regardeless of where.

Yeah, like others, I need at least SET grouping on SmartPlaylists, for me, doesn't make sense at all remove it.
find quote
Martijn Online
Team-XBMC
Posts: 7,705
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #33
andreofgyn Wrote:No visual indication (at least on default skin), no simple way to sort sets via .nfo (tip: <set order="x">Alien</set>)

That one does actually still work Wink
Code:
<set>Blade Collection</set>
<sorttitle>Blade: 2</sorttitle>
If no <sorttitle> is specifiedxbmc will use the <title> for sorting inside the movieset.

The movie sets do work just not in the smartplaylists. Visual indication is also possible however this depends on how the skin was coded.

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]
find quote
butchabay Online
Skilled Skinner
Posts: 3,421
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #34
I've coded it to access moviesets via movies submenu! Ofcourse it's possible to code it for a home menu entry.
You can create moviesets within the webinterface xwmm btw.
find quote
andreofgyn Offline
Junior Member
Posts: 6
Joined: Oct 2011
Reputation: 0
Thumbs Up    Post: #35
Machine-Sanctum Wrote:That one does actually still work Wink
Code:
<set>Blade Collection</set>
<sorttitle>Blade: 2</sorttitle>
If no <sorttitle> is specifiedxbmc will use the <title> for sorting inside the movieset.

The movie sets do work just not in the smartplaylists. Visual indication is also possible however this depends on how the skin was coded.

Thanks for the help.

I adapted all my nfos based on wiki before scan to make them compatible with YAMJ and XBMC... I was using sets on filenames and didn't know that "order" was supported since no mention on wiki.

But yeah, I'm really sad with the smartplaylist fault, since I'm using it to separate libraries and now my collection is totally broken without sets.

Someone said that majority doesn't use sets, so what will be the diference for that people if sets come back to smartplaylist? If they are not using, there will be no difference for them!
find quote
Martijn Online
Team-XBMC
Posts: 7,705
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #36
It is actually mentioned with an example on wiki.
wiki.xbmc.org/index.php?title=Movie_Sets

If you read this thread some of the problems are explained. I think it is a little harsh to just remove the sets instead of fixing it.

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]
find quote
andreofgyn Offline
Junior Member
Posts: 6
Joined: Oct 2011
Reputation: 0
Post: #37
^
^

Yeah, I was talking about no mention on wiki to "<set order=x>", I used sorttitle to compensate and worked fine when on library.

Well, let's wait the fix....
find quote
avjui Offline
Junior Member
Posts: 21
Joined: Sep 2011
Reputation: 0
Post: #38
Hi

I also would like to see the "Set" Option in smartplaylist.

Thanks
find quote
thermo Offline
Junior Member
Posts: 12
Joined: Jul 2011
Reputation: 0
Post: #39
Add me into the list of people who would like this re-implemented. I actually just found out about sets and they would be perfect for me. I am on Windows platform using Confluence with some custom mods on the home screen.

In my case I use smart playlists on the home screen (using homemod) for Kids TV, Kids Movies, Main TV, Main Movies. I use the path criteria on the smart list for that.

Primarily this is to make it easy for the 4 year old to navigate and pick shows - which she does easily. Kinda scary that really but anyway....

We have a large amount of movies for the kids. I would like to subdivide the Kids Movie smart playlist for movies into Pixar Movies, Barbie Movies, Popular Movies, Disney Movies etc to reduce the amount of scrolling to get to a certain movie.

I just found out about movie sets - and this would work perfectly for this purpose I think. I am running a currently nightly so I can't check previous implementation.

I have checked and the XWMM to manage the sets is a piece of cake - it's actually preferable to doing this within XBMC IMHO just because the interface can be much more dense.

Has there been any consideration to adding this back in or providing a patch?
(This post was last modified: 2011-11-23 18:31 by thermo.)
find quote
thermo Offline
Junior Member
Posts: 12
Joined: Jul 2011
Reputation: 0
Post: #40
butchabay Wrote:I've coded it to access moviesets via movies submenu! Ofcourse it's possible to code it for a home menu entry.
You can create moviesets within the webinterface xwmm btw.

Could you point me at a code sample to do this please?
find quote
Post Reply