2011-06-13, 22:19
First off , this is my first post. I have been using XBMC for just over 2 years and have found everything I have needed on in the forums and wiki. I just want to thank everyone here that has provided solutions to all of the problems and/or questions I have had in the past.
Here is something I couldn't find in the wiki or forum and was miss directed by a google search:
I wanted to display one movie in multiple movie sets. I know that this doesn't apply to every movie, but if you have a movie like Freddy vs. Jason that belongs to multiple collections it is pretty simple to add it to multiple collections.
First follow the wiki about movie sets: http://wiki.xbmc.org/?title=Movie_Sets
Next just add next <set> and <sorttitle> on the following lines. The end result should look something like this:
<movie>
<title>Freddy vs. Jason</title>
<set>Friday the 13th Collection</set>
<sorttitle>11</sorttitle>
<set>A Nightmare on Elm Street Collection</set>
<sorttitle>8</sorttitle>
</movie>
http://www.imdb.com/title/tt0329101/
When you update your lib you will have the movie in both collections.
Paul
Here is something I couldn't find in the wiki or forum and was miss directed by a google search:
I wanted to display one movie in multiple movie sets. I know that this doesn't apply to every movie, but if you have a movie like Freddy vs. Jason that belongs to multiple collections it is pretty simple to add it to multiple collections.
First follow the wiki about movie sets: http://wiki.xbmc.org/?title=Movie_Sets
Next just add next <set> and <sorttitle> on the following lines. The end result should look something like this:
<movie>
<title>Freddy vs. Jason</title>
<set>Friday the 13th Collection</set>
<sorttitle>11</sorttitle>
<set>A Nightmare on Elm Street Collection</set>
<sorttitle>8</sorttitle>
</movie>
http://www.imdb.com/title/tt0329101/
When you update your lib you will have the movie in both collections.
Paul