NFO files/Combination

From Official Kodi Wiki
< NFO files
Revision as of 23:49, 22 April 2021 by Karellen (talk | contribs) (First creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
NFO Contents

NFO Main Page


See also:


Return to:

Home icon grey.png   ▶ NFO files ▶ Combination


Introduction

A Combination NFO file combines a Parsing NFO and Metadata NFO file. It allows you to override some data with that nominated in the NFO file, but scrape the remainder of the data using the Parsing link.


Example

Example: Contents of Combination NFO file:

 <movie>
    <title>Star Wars (99 second cut)</title>
    <runtime>2</runtime>
    <set>Star Wars Saga</set>
    <sorttitle>Star Wars 01</sorttitle>
    <genre clear="true">SciFi</genre>
    <genre>Romance</genre>
    <genre>Action</genre>
 </movie>
 http://www.imdb.com/title/tt0076759/


Various tags allow multiple entries, eg multiple <genre> and <director> tags. If you use these tags in a Combination nfo, these tags will have their data added to the scraped entry in the database and, in some cases, may result in duplicate entries. To avoid this, use the clear attribute to clear out the downloaded metadata for those particular tags. See the <genre> tag in the above example.

A listing of which tags allow multiple entries can be found in the appropriate sub-pages. Does not apply to music.

Notes:

  • Combination NFO files cannot be used for individual episodes or seasons, they can only be used at the TV Show level.
  • If there is more than one URL in the file only the first URL will be used.



Return to top