Solved Problems with the stacker function and movie metadata
#1
Hi there,

I could need some help please: At the moment I try to enlarge my movie library (it's per-folder-per-movie based). I have a 2 sided disc movie (I made a DVD backup of 2 iso-files in 2 directories) which I would like to add to the library. The easiest (and ugliest way) would be just add two movies Then I got all my glossy metadata (movie image, artworks, trailer, disc image & movie logo) but I would also like to have just 1 entry in the library so I thought I try out the new movie stacker function of Eden. But somehow I'm too stupid to use it. I figured out how to generate only one entry in the library (I renamed the folders and files and added "disc1" and "disc2" at the end) and when I select it I have to choose between Part 1 and Part 2. BUT I don't have media informations showen up (movie image, artworks, disc image, movie logo).

What have I to do to add them / how will the stacker function be used correct?


My folder structure is as follows:
<root>
----lethal weapon 4.dvd.disc1
--------extrafanart
------------fanart2.jpg
------------fanart3.jpg
--------folder.jpg
--------fanart.jpg
--------disc.png
--------logo.png
--------lethal weapon 4.dvd.disc1.iso
--------lethal weapon 4.dvd.disc1.nfo
--------lethal weapon 4-trailer.mp4
----lethal weapon 4.dvd.disc2
--------extrafanart
------------fanart2.jpg
------------fanart3.jpg
--------folder.jpg
--------fanart.jpg
--------disc.png
--------logo.png
--------lethal weapon 4.dvd.disc2.iso
--------lethal weapon 4.dvd.disc2.nfo
--------lethal weapon 4-trailer.mp4

In my nfo-files I added:
<movie>
<title>Lethal Weapon 4</title>
<originaltitle>Lethal Weapon 4</originaltitle>
<sorttitle>Lethal Weapon 4</sorttitle>
<thumb>folder.jpg</thumb>
<trailer>lethal weapon 4-trailer.mp4</trailer>
[...]
</movie>

The informations from my nfop files are also uses (besides the folder.jpg).



Edit:
Sorry, thread can be closed. I solved it by adding the <set />-Tag to the nfo-files, enabling Movie Sets in xbmc and added a third folder called "Lethal Weapon 4". That's how it looks now:

<root>
----lethal weapon 4.dvd.disc1
--------extrafanart
------------fanart2.jpg
------------fanart3.jpg
--------folder.jpg
--------fanart.jpg
--------disc.png
--------logo.png
--------lethal weapon 4.dvd.disc1.iso
--------lethal weapon 4.dvd.disc1.nfo
--------lethal weapon 4-trailer.mp4
----lethal weapon 4.dvd.disc2
--------extrafanart
------------fanart2.jpg
------------fanart3.jpg
--------folder.jpg
--------fanart.jpg
--------disc.png
--------logo.png
--------lethal weapon 4.dvd.disc2.iso
--------lethal weapon 4.dvd.disc2.nfo
--------lethal weapon 4-trailer.mp4
----lethal weapon 4.dvd
--------extrafanart
------------fanart2.jpg
------------fanart3.jpg
--------folder.jpg
--------fanart.jpg
--------disc.png
--------logo.png
--------lethal weapon 4.dvd.nfo
--------lethal weapon 4-trailer.mp4

lethal weapon 4.dvd.disc1.nfo:
<movie>
<title>Lethal Weapon 4 - Side A</title>
<originaltitle>Lethal Weapon 4</originaltitle>
<sorttitle>Lethal Weapon 04.01 - Side A</sorttitle>
<set>Lethal Weapon 4</set>
<thumb>folder.jpg</thumb>
<trailer>lethal weapon 4-trailer.mp4</trailer>
[...]
</movie>

lethal weapon 4.dvd.disc2.nfo:
<movie>
<title>Lethal Weapon 4 - Side B</title>
<originaltitle>Lethal Weapon 4</originaltitle>
<sorttitle>Lethal Weapon 04.02 - Side B</sorttitle>
<set>Lethal Weapon 4</set>
<thumb>folder.jpg</thumb>
<trailer>lethal weapon 4-trailer.mp4</trailer>
[...]
</movie>

lethal weapon 4.dvd.nfo:
<movie>
<title>Lethal Weapon 4</title>
<originaltitle>Lethal Weapon 4</originaltitle>
<sorttitle>Lethal Weapon 04</sorttitle>
<thumb>folder.jpg</thumb>
<trailer>lethal weapon 4-trailer.mp4</trailer>
[...]
</movie>
Reply

Logout Mark Read Team Forum Stats Members Help
Problems with the stacker function and movie metadata0