Option to Flatten Movies in Movie Sets Back Into Main List

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
literaldeluxe Offline
Junior Member
Posts: 3
Joined: Jan 2010
Reputation: 0
Lightbulb  Option to Flatten Movies in Movie Sets Back Into Main List Post: #1
It would be nice to have a GUI option to flatten movies in Sets back into the main list (ignore the "Set" tag and eliminate the Set submenus). Using the Die Hard example from http://wiki.xbmc.org/?title=Movie_Sets, *after* the movies have been put into a Set...

Normal view (with 3 movies in the "Die Hard Collection" set):
Desperate Measures
Die Hard Collection
Euro Trip

"Flat" view (still with 3 movies in a "Die Hard Collection" set):
Desperate Measures
Die Hard
Die Hard 2
Die Hard with a Vengeance
Euro Trip

At worst, it could at least be in advancedsettings.xml.
find quote
ezechiel1917 Offline
Aeon Group
Posts: 618
Joined: Jun 2005
Location: Czech Republic
Post: #2
+1
I would also like an option to not group movies in sets in Movies - Title library node. Mixing sets and normal movie entries looks inconsistent in most of views and/or if you sort movies by runtime/rating etc when sets are included. That's the only thing preventing me using sets now.

Ubuntu 12.04 | XBMC PRE-13.0 | VDR + VNSI4 @ Technotrend CT-3650 CI | Transparency | FlexRAID
find quote
waylander Offline
Junior Member
Posts: 6
Joined: Jan 2010
Reputation: 0
Post: #3
Hi all! I'm new to XBMC and was just a passic forum-user until now...
But I just have to agree to this suggestion, that would be really nice!
find quote
sho Offline
Team-XBMC Member
Posts: 4,133
Joined: May 2004
Reputation: 3
Post: #4
Why are you creating sets if you want them flattened?
I could se the use of a flatten toggle in GUI.. but as an advancedsetting?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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
ezechiel1917 Offline
Aeon Group
Posts: 618
Joined: Jun 2005
Location: Czech Republic
Post: #5
sho Wrote:Why are you creating sets if you want them flattened?
I could se the use of a flatten toggle in GUI.. but as an advancedsetting?

Because there is separate node for Sets in Library, with only movies in sets...

If I want to work with all movies, I have to use Title node. And sets doesn't fit there imo (descriptions missing - it just doesn't feel right) then if I want to sort movies by rating/runtime... and and there are sets, it makes things more difficult, sets will be at top of the list, but obviously with no ratings etc.

So If I'm interested about some particular set, I'll go to Sets node directly which will do the job for me, no need to sort all movies there.

An option to flatten sets would be appreciated.

Ubuntu 12.04 | XBMC PRE-13.0 | VDR + VNSI4 @ Technotrend CT-3650 CI | Transparency | FlexRAID
find quote
literaldeluxe Offline
Junior Member
Posts: 3
Joined: Jan 2010
Reputation: 0
Post: #6
sho Wrote:Why are you creating sets if you want them flattened?
I could se the use of a flatten toggle in GUI.. but as an advancedsetting?

Flexibility. I'd like to use sets, but not be locked into them. As others have noted, it's nice to be able to see all individual movies' details while scrolling through lists, without having to drop to submenus at random points. That said, I really like having sets and being able to group movies into one item, just not all the time.

If I'm casually browsing, I like seeing all the details of every movie. If I'm looking for something more specific, I like having sets to reduce clutter. Another issue is different people using the list: my wife doesn't want to have to scroll past a dozen James Bond movies, but I might.
find quote
robweber Offline
Fan
Posts: 598
Joined: Sep 2009
Reputation: 15
Post: #7
I kind of like this idea, below is a link to a patch that implements it. The only problem is that when sorting by name all the set films show up at the top, even though they aren't grouped in the set. I tried to hunt it down but someone else might have a better idea of where this happens.

The way I implemented it (for those who won't read the trac) is through the use of an advancedsettings value in the videolibrary node of the xml file.
Code:
<videolibrary>
<groupsets>true</groupsets>
</videolibrary>

Group sets = true is the default. Setting to false will only group sets in the 'Sets' Node, otherwise the movies will show up as normal in other views.

http://trac.xbmc.org/ticket/8441
find quote
humferier Offline
Member
Posts: 86
Joined: Oct 2009
Reputation: 3
Location: Belgium
Post: #8
In that case, I only use the <sorttitle> tag in the movie.nfo (without the <set> tag)

example :

Pitch Black
<sorttitle>Riddick 1</sorttitle>

The Chronicles of Riddick
<sorttitle>Riddick 2</sorttitle>
find quote
robweber Offline
Fan
Posts: 598
Joined: Sep 2009
Reputation: 15
Post: #9
humferier Wrote:In that case, I only use the <sorttitle> tag in the movie.nfo (without the <set> tag)

example :

Pitch Black
<sorttitle>Riddick 1</sorttitle>

The Chronicles of Riddick
<sorttitle>Riddick 2</sorttitle>

"In that case...." what are you referring to?

Can anyone confirm that sorttitle does anything without the set tag to begin with?
find quote
joelmeans Offline
Member
Posts: 64
Joined: Jan 2009
Reputation: 0
Post: #10
robweber Wrote:"In that case...." what are you referring to?

Can anyone confirm that sorttitle does anything without the set tag to begin with?

sorttitle has nothing to do with sets. If a sorttitle exists, it is used for sorting when sort by name is used. If sorttitle doesn't exist, the title is used.
Joel
find quote
Post Reply