Movie sets

From XBMC
Revision as of 13:59, 21 January 2012 by Sho (Talk | contribs)
Jump to: navigation, search

XBMC Movie Scrapers include support for sorting your movies into sets for better organization. This is especially useful for movies that are part of a collection. If sets are a part of your collection, you can find them easily with the Sets node in your Video Library. As of version 11.0 ("Eden") XBMC can determine if movies are part of a set or collection when using The MovieDB Movie information add-on.

Contents

1 The Problem

Movies that are in a series are often not listed in a way that is conducive to ‘regular’ sorting. Here is an example, imagine you have the following movies in your movie collection:

Movie set before sort.gif

These movies are all entries in a series, and it would be handy to have them listed in your movie library in a group, rather than having all the ones starting with ‘Die Hard’ in order, and then the have the 4th entry in the series listed in the ‘Ls’ with any number of movies in between.

2 Organizing Movie Series

For other Movie information add-ons than The MovieDB you will have to create an nfo file. When using the The MovieDB Movie information add-on XBMC will create movie sets for you automatically when you have more than one movie of the same collection in your library.
For these other metadata collectors, in order to organize these movies in a way that will make it easier to find them you can edit your .NFO files to include the "set" tag.

2.1 Getting an .NFO file

Various options:

2.1.1 .NFO exists

If you have a movie with an .NFO file already, continue with the next section.

2.1.2 Create an .NFO file (recommended)

<movie>
	<title>Hellboy - Uncut Extended</title>
	<set>Hellboy Collection</set>
	<sorttitle>Hellboy 1</sorttitle>
</movie>
http://www.themoviedb.org/movie/1487

2.1.3 Export .NFO files for all movies


2.2 Editing the .NFO file

The two tags we’re interested in are shown on the .NFO files page, but not really explained. They are:

For the Die Hard example we would add the following tags to each .NFO file in the movie series.

<sorttitle>Die Hard 1</sorttitle>
<set>Die Hard Collection</set>

Note that the sorttitle tag is an option tag that is not specific to sets. You only need it if you want your movies to sort by a different name other than their actual title. It is safe to leave it out if you would rather just use the date sort.


2.3 Updating the XBMC database

3 Adding Thumbnail Image

Your new movie library will look like the one below, displaying a folder with the set name that you can click on to view the entire set of movies. You can set the thumbnail that will be displayed when you select the movie set by opening the context menu when selecting the set and choosing "Set Movieset Thumb".

Movie sets Screenshot000.jpg
Personal tools
Namespaces
Variants
Actions
Navigation
Wiki help
Google Search
Toolbox