-
Notifications
You must be signed in to change notification settings - Fork 1
Field Mapping
This page will explain which fields in Plex will be populated by the fields in the NFO Creator.
This sets the Title
, Original Title
, and Sort Title
in Plex.
In the NFO these are <title/>
, <originaltitle />
and <sorttitle />
in the <movie />
object
This sets the Poster in Plex.
In the NFO this is <thumb />
in the <movie />
object
This sets the Originally Available
in Plex.
In the NFO this is <premiered />
, <releasedate />
, and <year />
in the <movie />
object.
The Year
object is extracted from the date
This sets the Studio
in Plex.
In the NFO this is <studio />
in the <movie />
object.
This sets the Tags
-> Director
in Plex.
In the NFO this is <director />
in the <movie />
object.
This sets the Tags
-> Genres
in Plex
In the NFO this is multiple <genre />
objects inside the <movie />
object
This sets the Content Rating
in Plex
In the NFO this is multiple <certification />
tags in the <movie />
object, which have multiple countries covered.
This sets the Summary
in Plex
In the NFO this is <plot />
in the <movie />
object.
In Plex this doesn't display anywhere in the edit data, but the cast will be displayed for the recording.
In the NFO this is an <actor />
object containing <name />
, <role />
, <thumb />
, and <type />
Complete NFO example: Death Drop-2021-11-01.nfo
<movie>
<title>Death Drop</title>
<originaltitle>Death Drop</originaltitle>
<sorttitle>Death Drop</sorttitle>
<thumb>https://images.ctfassets.net/6pezt69ih962/1LayDJ4sIfb3bskisqxC7D/b7e381747cf0953d0b1b25aa2a317f0e/TE_DD_TodayTix_480x720px.jpg</thumb>
<premiered>November, 2021</premiered>
<releasedate>November, 2021</releasedate>
<director>HadesIsHere</director>
<genre>Bootleg</genre>
<genre>Play</genre>
<year></year>
<studio>First UK Tour</studio>
<plot>Death Drop is a play written by Holly Stars based on an original idea by Christopher D. Clegg. The play is a "Dragatha Christie murder-mystery" set in 1991 on Tuck Island during a soirée for Princess Diana and Prince Charles' tenth wedding anniversary. </plot>
<lockdata>true</lockdata>
<certification>UK:NFT</certification>
<certification>US:NFT</certification>
<certification>SP:NFT</certification>
<certification>HK:NFT</certification>
<certification>CN:NFT</certification>
<certification>FR:NFT</certification>
<certification>IT:NFT</certification>
<certification>BR:NFT</certification>
<certification>PT:NFT</certification>
<certification>NL:NFT</certification>
<actor>
<name>Willam </name>
<role>Shazza</role>
<thumb>https://static.wikia.nocookie.net/criminalminds/images/8/8b/Willam_Belli.jpg/revision/latest?cb=20200914000354</thumb>
<type>Actor</type>
</actor>
<actor>
<name>Ra'Jah O'Hara </name>
<role>Summer Raines</role>
<thumb>https://preview.redd.it/9gynzjav5tl21.jpg?auto=webp&s=08e1db59677a4383bfc88ed41e6db3fb731fe5ce</thumb>
<type>Actor</type>
</actor>
<actor>
<name>Vinegar Strokes </name>
<role>Lady von Fistenburg</role>
<thumb>https://pbs.twimg.com/profile_images/1518722906368450567/xc1ws85m_400x400.jpg</thumb>
<type>Actor</type>
</actor>
<actor>
<name>Karen From Finance </name>
<role>Morgan Pierce</role>
<thumb>https://images.squarespace-cdn.com/content/v1/572ee82d07eaa0ad6f023ca1/cfe57672-407c-4217-8238-821c8a3fadbe/Portrait-Web.jpg</thumb>
<type>Actor</type>
</actor>
<actor>
<name>Holly Stars </name>
<role>Blue/Brie/Spread Bottomley</role>
<thumb>https://www.pinknews.co.uk/wp-content/uploads/2021/07/210965979_349402403288663_8917458900223802430_n.jpg</thumb>
<type>Actor</type>
</actor>
<actor>
<name>Richard Energy </name>
<role>Rich Whiteman</role>
<thumb>https://www.draggedaroundlondon.com/wp-content/uploads/2021/07/dragged-around-london-richard-energy1.jpg</thumb>
<type>Actor</type>
</actor>
<actor>
<name>Georgia Frost </name>
<role>Phil Maker</role>
<thumb>https://thebwhagency.co.uk/wp-content/uploads/2019/11/Georgia-Frost-Main-Headshot.jpg</thumb>
<type>Actor</type>
</actor>
</movie>