User:Karellen/scratchpad: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 43: Line 43:
| width=300px |'''''File Name'''''
| width=300px |'''''File Name'''''
| width=600px |'''''Save Location'''''
| width=600px |'''''Save Location'''''
|- valign="top"
|- valign="top"
| width=200px |BluRay Structure:
| width=200px |BluRay Structure:
----
| width=300px |index.nfo
| width=300px |index.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\BDMV\index.nfo
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\BDMV\index.nfo
----
|- valign="top"
|- valign="top"
| width=200px |DVD Structure:
| width=200px |DVD Structure:
----
| width=300px |VIDEO_TS.nfo
| width=300px |VIDEO_TS.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\VIDEO_TS\VIDEO_TS.nfo
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\VIDEO_TS\VIDEO_TS.nfo
----
|- valign="top"
|- valign="top"
| width=200px |Single movie in directory:
| width=200px |Single movie in directory:
| width=300px |<MovieFileName>.nfo
| width=300px |<MovieFileName>.nfo
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\<MovieFileName>.nfo
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008).nfo
|- valign="top"
| width=200px |or:
----
| width=300px |movie.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\movie.nfo
----
|- valign="top"
|- valign="top"
| width=200px |All movies in single directory:
| width=200px |All movies in single directory:
----
| width=300px |<MovieFileName>.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008).nfo
----
|- valign="top"
| width=200px |Multi-part / file stacking:
| width=300px |<MovieFileName>.nfo
| width=300px |<MovieFileName>.nfo
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\<MovieFileName>.nfo
| width=600px |f:\MyMovies\Avatar (2009)\Avatar (2009).nfo
|- valign="top"
| width=200px |or:
----
| width=300px |<MovieFileName> <StackExt>.nfo
----
| width=600px |f:\MyMovies\Avatar (2009)\Avatar (2009) cd1.nfo
----
|}
|}
</div>
</div>

Revision as of 04:25, 11 September 2017

NFO Contents

Report NFO corrections:
[https:// here in the forum]

Home icon grey.png   ▶ NFO_files ▶ scratchpad


Requirements

nfo Placement

Correct placement of the nfo file is essential. Regardless of what settings you have set for the source and scraper, Kodi will always search for and scrape a nfo file if it is available. Failing to save the file in the correct location, as detailed below, will force Kodi to either:

  1. Scrape the metadata from the online source set in your scraper or,
  2. If you have Local Info Only set as your scraper, then no entry will be made into the library.

The order of importing metadata is as follows:

  1. nfo file. If no nfo file exists then
  2. Online scraper sites (if a scraper is set in your source settings)
  3. Nothing (if Local Info Only) is set

When Kodi locates the nfo file it will load the *.nfo file and attempt to:

  1. If the nfo file contains XML data (tags), Kodi will import the meta-data directly into the library from the .nfo file or
  2. Will parse the nfo file for a direct URL to the scraper info page.


Movies require one nfo file saved as follows:

Naming & Saving conventions for your Movie *.nfo files:

Saved movies as File Name Save Location
BluRay Structure:
index.nfo
f:\MyMovies\Big Buck Bunny (2008)\BDMV\index.nfo
DVD Structure:
VIDEO_TS.nfo
f:\MyMovies\Big Buck Bunny (2008)\VIDEO_TS\VIDEO_TS.nfo
Single movie in directory: <MovieFileName>.nfo f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008).nfo
or:
movie.nfo
f:\MyMovies\Big Buck Bunny (2008)\movie.nfo
All movies in single directory:
<MovieFileName>.nfo
f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008).nfo
Multi-part / file stacking: <MovieFileName>.nfo f:\MyMovies\Avatar (2009)\Avatar (2009).nfo
or:
<MovieFileName> <StackExt>.nfo
f:\MyMovies\Avatar (2009)\Avatar (2009) cd1.nfo


Movie nfo Tags

Sample Movie nfo File

Provided below is a sample nfo file to assist with the manual creation process. It includes MovieSet XML tags


Sample Movie nfo file