using .nfo files correctly AKA how to deal with DVD bonus stuff
#1
I'm trying to deal with naming movies correctly and naming DVD bonus correctly. Currently all that shows up under the name of the movie and I can't tell which file is which. So I thought it might be smart to use .nfo files. The problem is I'm running into issues with movie naming via nfo files.

An example:
I have this file structure: http://cl.ly/image/163x112D2q1Z
and this is the nfo file: http://cl.ly/image/0w15420A420w

but when I refresh the movie info all movie info like cast, poster etc are gone.

What would be the appropriate way to have xbmc scan this file correctly, showing it with the sort title defined in the .nfo file, on the initial scan and yet have the movie information scrape correctly at the same time?
Reply
#2
Another example would be the movie Round Midnight. https://www.themoviedb.org/movie/14670-round-midnight

I have a .nfo file with this content:
<movie>
<title>'Round Midnight</title>
<sorttitle>Round Midnight</sorttitle>
</movie>
http://www.themoviedb.org/movie/14670-round-midnight

But the movie still shows up as '(!)Round Midnight. How can I get XBMC to use the sort title on the initial scan but still grab the movie art and info via the scraper?
Reply
#3
I tried this with a couple of other movies and the results have been the same: I can either have the bonus stuff show up correctly (as defined in the nfo file) but then all movie information is gone. That is ok, because then I can separate the movie and see the making of below. BUT wouldn't it be great to have the matching backdrop for the bonus as well? I wonder is this possible at all?
Reply
#4
(2013-01-31, 00:51)Syncopation Wrote: I tried this with a couple of other movies and the results have been the same: I can either have the bonus stuff show up correctly (as defined in the nfo file) but then all movie information is gone. That is ok, because then I can separate the movie and see the making of below. BUT wouldn't it be great to have the matching backdrop for the bonus as well? I wonder is this possible at all?

I hope this helps because I just went through this long process with XBMC on my Apple TV 2.

- I started out with zero NFO files and let XBMC do it's scan.

- Many items were named with suffixes like " - Disc 2" -- stuff with a suffix did not pickup meta data correctly. For that stuff, I simply went through Video -> Files and found each file that had no metadata or incorrect metadata.

- For items with missing metadata I would do a long-press on the remote's select button to trigger a "refresh" on it. It would give me the opportunity to edit the name to search for. Typically I would simply remove the suffix and it would find the correct title and I would select it. For some I had to create new entires in TheMovieDB website.

- For items with incorrect meta-data the long-press would bring up the movie info and a "Refresh" button. I would then hit "Manual" to change the name it would search for when it brought up results and none were correct.

- If I ended up with two files having the same title because one was bonus features, I would leave the "File" view and go to the "Movies" (Library) view and find the movie, long-press the Menu button on the remote and choose "Edit Title" and rename to the same movie name with " (Bonus)" appended to it.

- Once I associated the correct meta-data, my favorite artwork, and the proper titles with everything, I went to Settings -> Video -> Library and exported the entire library to a "Single File".

- I then copied the "videodb.xml" file from this export to my Mac and edited it with whatever genres, sets, tags, and such that I wanted and then copied it back to the export directory on the ATV2.

- Next I imported the Video library data from the directory I previously exported to and updated.

- After verifying everything is correct and making a full backup of my media collection I am going to do another export to "multiple files" and let XBMC save all the NFO files directly to the drive where the media is stored. Essentially, you end up with complete NFO files that XBMC generated.

This whole process took me several days for my library, but now I have a backed-up export of the entire library.
Reply
#5
Hey BC2009, thanks for your report. This is a possible solution but has several drawbacks:

* you are locked in to XBMC (since I'm not sure if Plex or other media centers can deal with the XBMC videodb.xml)
* this makes you dependend on that videodb.xml - I wonder if this could be dealt with on a movie to movie basis instead of approaching it on a database level

Follow up questions:

* where is the videodb.xml file located?
* so in case of transferring my database to a new computer, I'd install XBMC there, then add my movie folder and then after the initial scan replace the videodb.xml and all the info would be correct again?
* also do I understand correctly, that with the solution you are using, there is not a single nfo file used?

Sorry, all this is very confusing. Hope a nice way to deal with this can be found in the future.
Reply
#6
Anybody?
Reply
#7
You need more info in your nfo if you want the description and other info. If you treat the extras as separate fims put them in their own folder.
If you do you can have fanart logos etc separate from the original fims.
If you have an nfo from your original film copy it to the folder with the deleted scenes in it then change the title in the nfo to the description of the extras.
If you have no luck I will send you a couple of examples.

here is a small example from the wiki

http://wiki.xbmc.org/index.php?title=NFO_files/movies
Check out my Fanart.tv stuff!
...........I also accept disc requests if image not on fanart.tv database !!!!
Reply
#8
OK, this wasn't feasible for me. I just created a "Movies Bonus" folder. All bonus materials go there and now I have a clean movie folder. In my dream-setup, bonuses would be displayed somewhere in the movie info section or the like. Meaning we'd only have a single entry for each movie, but yet the bonus material would still be close by.
Reply
#9
you could have a look at this http://forum.xbmc.org/showthread.php?tid=131524

this concerns extras and how to integrate them like you wish
Check out my Fanart.tv stuff!
...........I also accept disc requests if image not on fanart.tv database !!!!
Reply
#10
Hi

I have Dark knight rises bonus features in my trilogy folder

so in the trilogy folder I have

begins
dark knight
rises
Feature1
Feature 2
etc

probly about 10 altogether whats the best way to sort these when you have features for 1 movie in the trilogy set??
Reply
#11
see post above yours
Check out my Fanart.tv stuff!
...........I also accept disc requests if image not on fanart.tv database !!!!
Reply
#12
I know this thread is quite old, but I was running up against the same issue when dropping .nfo files into VIDEO_TS folders for movies.

I found that, in order to get XBMC to scan the .nfo file on a library update for a folder that had previously been scanned, I had to rename the main folder before XBMC would scan the .nfo file.

So, for example,

\My Home Movie\VIDEO_TS\

would need to be renamed to:

\My Home Movie Rescan\VIDEO_TS\

I'm not sure, but the same rule may apply to ordinary files...

(2013-01-31, 00:29)Syncopation Wrote: Another example would be the movie Round Midnight. https://www.themoviedb.org/movie/14670-round-midnight

I have a .nfo file with this content:
<movie>
<title>'Round Midnight</title>
<sorttitle>Round Midnight</sorttitle>
</movie>
http://www.themoviedb.org/movie/14670-round-midnight

But the movie still shows up as '(!)Round Midnight. How can I get XBMC to use the sort title on the initial scan but still grab the movie art and info via the scraper?
I welcome comments and suggestions for the Kodi (XBMC) Set-up Guide that I wrote.
You can read it here:  http://forum.kodi.tv/showthread.php?tid=193310
Reply
#13
Use the video extras addon.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply

Logout Mark Read Team Forum Stats Members Help
using .nfo files correctly AKA how to deal with DVD bonus stuff0