2012-07-09, 05:41
I originally posted this feature suggestion
http://forum.xbmc.org/showthread.php?tid=135178
which sort of transformed into a request for movie sets inside movie sets (as a compromise to the original request).
Basically the problem is this, if you have multiple copies of the same movie, that movie appears lots of times in your movie collections.
for example if i had the following movies
Batman Begins
Batman Begins [Extended Cut]
Batman Begins [Year One Cut]
Batman Begins [720p]
Batman Begins [SD]
The Dark Knight
The Dark Knight [Extended Cut]
The Dark Knight [720p]
The Dark Knight [SD]
The Hulk
But ideally you would want to combine all copies of "Batman Begins" into one movie as well as "The Dark Knight", but you would also want to group both of those movies into a "Batman" movie set.
So if you were able to have
Movies
\Batman
\Batman\Batman Begins
\Batman\Batman Begins\Batman Begins
\Batman\Batman Begins\Batman Begins [Extended Cut]
\Batman\Batman Begins\Batman Begins [Year One Cut]
\Batman\Batman Begins\Batman Begins [720p]
\Batman\Batman Begins\Batman Begins [SD]
\Batman\The Dark Knight\The Dark Knight
\Batman\The Dark Knight\The Dark Knight [Extended Cut]
\Batman\The Dark Knight\The Dark Knight [720p]
\Batman\The Dark Knight\The Dark Knight [SD]
\Hulk
So basically a virtual folder structure.
also a way to do this via nfo files. perhaps just using
<set>Batman/Batman Begins</set>
or
<set name="Batman">
<set name="Batman Begins" />
</set>
then you could have
<set name="level 1">
<set name="level 2">
<set name="level 3">
<set name="level 4" />
</set>
</set>
</set>
or have if the title* and year are the same automatically group them into a subset of whatever set they already belong too.
* title minus tags (anything inside "[]"s)
http://forum.xbmc.org/showthread.php?tid=135178
which sort of transformed into a request for movie sets inside movie sets (as a compromise to the original request).
Basically the problem is this, if you have multiple copies of the same movie, that movie appears lots of times in your movie collections.
for example if i had the following movies
Batman Begins
Batman Begins [Extended Cut]
Batman Begins [Year One Cut]
Batman Begins [720p]
Batman Begins [SD]
The Dark Knight
The Dark Knight [Extended Cut]
The Dark Knight [720p]
The Dark Knight [SD]
The Hulk
But ideally you would want to combine all copies of "Batman Begins" into one movie as well as "The Dark Knight", but you would also want to group both of those movies into a "Batman" movie set.
So if you were able to have
Movies
\Batman
\Batman\Batman Begins
\Batman\Batman Begins\Batman Begins
\Batman\Batman Begins\Batman Begins [Extended Cut]
\Batman\Batman Begins\Batman Begins [Year One Cut]
\Batman\Batman Begins\Batman Begins [720p]
\Batman\Batman Begins\Batman Begins [SD]
\Batman\The Dark Knight\The Dark Knight
\Batman\The Dark Knight\The Dark Knight [Extended Cut]
\Batman\The Dark Knight\The Dark Knight [720p]
\Batman\The Dark Knight\The Dark Knight [SD]
\Hulk
So basically a virtual folder structure.
also a way to do this via nfo files. perhaps just using
<set>Batman/Batman Begins</set>
or
<set name="Batman">
<set name="Batman Begins" />
</set>
then you could have
<set name="level 1">
<set name="level 2">
<set name="level 3">
<set name="level 4" />
</set>
</set>
</set>
or have if the title* and year are the same automatically group them into a subset of whatever set they already belong too.
* title minus tags (anything inside "[]"s)