Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Table of Contents

Overview

Using nfo files for fast scraping of movie data, to backup and restore your database, or display video info and images in Shares view 

Introduction

As of v 1.3.0, MediaPortal supports "nfo" XML files, both in configuration or in the Videos plugin in MediaPortal.

The XML structure follows XBMC Movies style with additional tags specific only for MediaPortal (they will not break compatibility with XML style).

As of v 1.6.0 also exports all data related to usergroups (also called movie sets) to .nfo file format (see below). 

Nfo files can be used:

  1. For fast import/export of movie data or as default "scraper" without an Internet connection when "Use only nfo scraper" is selected in Videos Configuration  > Using internal nfo scraper.
  2. To backup and restore your database (see Videos Configuration  > Tools > Import/Export Nfo FIles
  3. In Shares (folder) view to display video info and images even if video is not "scanned" (although database views and features are not supported) see Videos  > Shares View and Shares Context menu options.

Note: The XML file must be encoded in UTF-8 format. Special characters like "&" must be properly encoded following XML document special characters rules (as &) otherwise XML file will be discarded.


Character Name

Entity Reference

Character Reference

Numeric Reference

Ampersand

&

&

&

Left angle bracket

<

<

&#60;

Right angle bracket

>

>

>

Straight quotation mark

"

"

'

Apostrophe

'

'

"

Usergroups (Movie Sets)

As of v 1.6.0, MyVIdeos  exports all data related to usergroups (also called movie sets) to .nfo file format. Usergroup images will not be exported because they are already scaled with low image quality created by MediaPortal when the usergroup image was added. A new tag is created with .nfo export:

<set>
   <setname>[string]</setname>
   <setrule>[string]</setrule>
   <setdescription>[string]</setdescription>
</set>

Import .nfo usergroup (set) tag can also contain an image link for the usergroup. The image should be located in the same folder as the .nfo file and should be in .jpg format. The image filename is up to the user but should not be named as the video file. The image will be rescaled and copied to

...\MediaPortal\Thumbs\Videos\UserGroups

folder.

<set>
   <setname>[string]</setname>
   <setrule>[string]</setrule>
   <setdescription>[string]</setdescription>
   <setimage>[string]</setimage>
</set>

Note: Single usergroup (set) tag is still supported for .nfo import, so subtags are not mandatory.

<set>[string]</set>

See attached nfoMovieSetFileSample.xml for full example.

Nfo and images (posters, fanart) file naming rules

How nfo files (and related images) are named is very important! MediaPortal will NOT look for video or image file locations inside the nfo XML file.

File naming rules depend how you organize your movies, nfo files and images, and if the videos are Blu-Ray/DVD or 'normal' video files

Single files (not stacked/grouped)

Every movie is in it's own folder

For 'Normal' video files or ISO files, nfo file names can use either folder name OR file name without stack extension.

DVD or Blu-Ray files must use folder name for nfo file without stack extensions (CDn, Partn, [n-n]). Image files (posters, fanart) can use either folder name or you can name them as folder.jpg and fanart.jpg for any file type.

Examples:

File

movie file (e.g. .avi, .iso) on HDD

DVD/Blu-Ray

movie

D:\Movies\MovieFolder\VideoFilename.avi 

D:\Movies\DVDFolder\VIDEO_TS\..  D:\Movies\Blu-RayFolder\BDMV\..

nfo

D:\Movies\MovieFolder\MovieFolder.nfo OR D:\Movies\MovieFolder\VideoFilename.nfo

D:\Movies\DVDFolderDVDFolder.nfo D:\Movies\Blu-RayFolder\Blu-RayFolder.nfo

poster

D:\Movies\MovieFolder\MovieFolder.jpg OR D:\Movies\MovieFolder\folder.jpg

D:\Movies\DVDFolder\DVDFolder.jpg D:\Movies\Blu-RayFolder\Blu-RayFolder.jpg OR D:\Movies\DVDFolder\folder.jpg D:\Movies\Blu-RayFolder\folder.jpg

fanart

D:\Movies\MovieFolder\MovieFolder-fanart.jpg OR D:\Movies\MovieFolder\fanart.jpg

D:\Movies\DVDFolder\DVDFolder-fanart.jpg D:\Movies\Blu-RayFolder\Blu-RayFolder-fanart.jpg OR D:\Movies\DVD Folder\fanart.jpg D:\Movies\Blu-RayFolder\fanart.jpg

Folder is not dedicated to one video (many video files in one folder)

'Normal' video files or ISO files, nfo and images (posters, fanart) must use file name without stack extensions (CDn, Partn, [n-n]).

DVD or Blu-Ray files must use folder name for nfo file without stack extensions (CDn, Partn, [n-n]). Image files (poster/fanart) can use either folder name or folder.jpg and fanart.jpg for any file type.

Examples:

File

Movie file (e.g. .avi) on HDD

DVD/Blu-Ray

movie

D:\Movies\VideoFilename.avi 

D:\Movies\DVDFolder\VIDEO_TS\..  D:\Movies\Blu-RayFolder\BDMV\..

nfo

D:\Movies\VideoFileName.nfo | D:\Movies\DVDFolder\DVDFolder.nfo D:\Movies\Blu-RayFolder\Blu-RayFolder.nfo |
| poster | D:\Movies\VideoFileName.jpg

D:\Movies\DVDFolderDVDFolder.jpg D:\Movies\Blu-RayFolder\Blu-RayFolder.jpg

fanart

D:\Movies\VideoFileName-fanart.jpg | D:\Movies\DVDFolder\DVDFolder-fanart.jpg D:\Movies\Blu-RayFolder\Blu-RayFolder-fanart.jpg |

h2. Stacked (Grouped) files

'Normal' video files can be grouped or stacked, but media info icons will be visible only for the first item in the group 

Note: You cannot stack or 'mix' different file types in a group - you must group 'normal' files together, ISO with other ISO, DVD with other DVD, Blu-Ray with other Blu-Ray.

h3. Stacked DVDs/Blu-rays

Every main folder should have nfo file - only the first nfo file will be processed, the rest will be used to locate and add video files from stack set)

Examples:

File

DVD

Blu-Ray

movie

D:\Movies\DVDFolder [1-2]\VIDEO_TS\.. D:\Movies\DVDFolder [2-2]\VIDEO_TS\.. 

D:\Movies\Blu-RayFolder [1-2]\BDMV\.. D:\Movies\Blu-RayFolder [2-2]\BDMV\..

nfo

D:\Movies\DVDFolder [1-2]DVDFolder.nfo D:\Movies\DVDFolder [2-2]DVDFolder.nfo

D:\Movies\Blu-RayFolder [1-2]Blu-RayFolder.nfo D:\Movies\Blu-RayFolder [2-2]Blu-RayFolder.nfo

poster

D:\Movies\DVDFolder [1-2]DVDFolder.jpg D:\Movies\DVDFolder [2-2]DVDFolder.jpg OR D:\Movies\DVDFolder [1-2]folder.jpg D:\Movies\DVDFolder [2-2]folder.jpg

D:\Movies\Blu-RayFolder [1-2]Blu-RayFolder.jpg D:\Movies\Blu-RayFolder [2-2]Blu-RayFolder.jpg  OR D:\Movies\Blu-RayFolder [1-2]folder.jpg D:\Movies\Blu-RayFolder [2-2]folder.jpg

fanart

D:\Movies\DVDFolder [1-2]DVDFolder-fanart.jpg D:\Movies\DVDFolder [2-2]DVDFolder-fanart.jpg OR D:\Movies\DVDFolder [1-2]fanart.jpg D:\Movies\DVDFolder [2-2]fanart.jpg

D:\Movies\Blu-RayFolder [1-2]Blu-RayFolder-fanart.jpg D:\Movies\Blu-RayFolder [2-2]Blu-RayFolder-fanart.jpg OR D:\Movies\Blu-RayFolder [1-2]fanart.jpg D:\Movies\Blu-RayFolder [2-2]fanart.jpg

Hint: image files (posters/fanart) do not need to exist in all folders, it's enough to have them in first folder in stack group.

Note:

  • When the option "Use internal nfo scrapper only" is active, Internet source will not be used. Only data from nfo file and local images related to the video file will be imported
  • if URL sources for images exists in nfo file, they will be skipped
  • if a link to local images does not exist in nfo file, MP will try to find them according to above mention file naming rules

Nfo file example for stacked DVD/Blu-ray

.

File names

  • E:\DummyMovies\Jack & Jill (2011) [1-3]\Jack & Jill (2011).nfo
  • E:\DummyMovies\Jack & Jill (2011) [2-3]\Jack & Jill (2011).nfo
  • E:\DummyMovies\Jack & Jill (2011) [3-3]\Jack & Jill (2011).nfo

View Sample

<?xml version="1.0" encoding="UTF-8"?>
<movie>
  <filenameandpath>E:\DummyMovies\Jack &amp; Jill (2011) [1-3]\VIDEO_TS\VIDEO_TS.IFO</filenameandpath>
  <filenameandpath>E:\DummyMovies\Jack &amp; Jill (2011) [2-3]\VIDEO_TS\VIDEO_TS.IFO</filenameandpath>
  <filenameandpath>E:\DummyMovies\Jack &amp; Jill (2011) [3-3]\VIDEO_TS\VIDEO_TS.IFO</filenameandpath>
  <title>Jack and Jill</title>
  <sorttitle>Jack and Jill</sorttitle>
  <imdb>tt0810913</imdb>
  <language>English</language>
  <country>USA</country>
  <year>2011</year>
  <rating>3.4</rating>
  <runtime>91</runtime>
  <mpaa>PG</mpaa>
  <votes>27664</votes>
  <top250>0</top250>
  <studio>Happy Madison Productions / Columbia Pictures / Broken Road Productions</studio>
  <director>Dennis Dugan</director>
  <directorimdb>nm0240797</directorimdb>
  <credits>Adam Sandler / Steve Koren</credits>
  <tagline>His twin sister is coming for the holidays... ...and it ain't pretty.</tagline>
  <outline>Family guy Jack Sadelstein prepares for the annual event he dreads: the Thanksgiving visit of his twin sister, the needy and passive-aggressive Jill, who then refuses to leave.</outline>
  <plot>Jack Sadelstein is a successful advertising executive in Los Angeles with a beautiful wife and kids, who dreads one event each year: the Thanksgiving visit of his identical twin sister Jill. Jill's neediness and passive-aggressiveness is maddening to Jack, turning his normally tranquil life upside down.</plot>
  <review>I will start by saying that I have enjoyed many Adam Sandler movies and have found him to be a generally funny guy when I've seen him interviewed and when he was on Saturday Night Live.I laughed gleefully through Anger Management, Mr. Deeds, Billy Madison, 50 First Dates, and Happy Gilmore. Funny People and Just Go With It were awesome movies! I was brought to tears in Sandler's emotional portrayal in Reign Over Me.I have great respect for the man as a comedian and actor. But Jack and Jill is abysmal. The "jokes" are not only bizarrely misplaced - THEY ARE NOT FUNNY. I did not hear a single laugh, not even a slight giggle from any audience member in the theater. In fact, almost 1/3 of them walked out before it was over. Those who stayed, openly derided the flick as we all exited the theater in utter disgust and sadness.I don't know why Al Pacino was in this movie, his acting made it seem like he was forced at gun point to do this movie. Nick Swardson and Tim Meadows are way too funny to be in such a disaster. Especially given Swardson's stellar performance in Just Go With It.This movie is not a flop, its not an "oops", its not a mistake - it's a career ending pile of trash. A career ender that started with Sandler's god awful "Grown Ups" and climaxes with this revolting hunk of garbage.Sorry Adam, it's over.</review>
  <watched>false</watched>
  <playcount>0</playcount>
  <thumb>Jack &amp; Jill (2011).jpg</thumb>
  <fanart>
    <thumb>Jack &amp; Jill (2011)-fanart.jpg</thumb>
    <thumb>Jack &amp; Jill (2011)-fanart1.jpg</thumb>
    <thumb>Jack &amp; Jill (2011)-fanart2.jpg</thumb>
  </fanart>
  <genre>Comedy</genre>
  <actor>
    <name>Dennis Dugan</name>
    <role>Director, Al Pacino's Standby</role>
    <imdb>nm0240797</imdb>
  </actor>
  <actor>
    <name>Adam Sandler</name>
    <role>Writer: screenplay, Jack Sadelstein / Jill Sadelstein</role>
    <imdb>nm0001191</imdb>
  </actor>
  <actor>
    <name>Steve Koren</name>
    <role>Writer: screenplay</role>
    <imdb>nm0466175</imdb>
  </actor>
  <actor>
    <name>Al Pacino</name>
    <role>Himself</role>
    <imdb>nm0000199</imdb>
  </actor>
  <actor>
    <name>Katie Holmes</name>
    <role>Erin Sadelstein</role>
    <imdb>nm0005017</imdb>
  </actor>
  <actor>
    <name>Elodie Tougne</name>
    <role>Sofia Sadelstein</role>
    <imdb>nm4713266</imdb>
  </actor>
  <actor>
    <name>Rohan Chand</name>
    <role>Gary Sadelstein</role>
    <imdb>nm4585500</imdb>
  </actor>
  <actor>
    <name>Eugenio Derbez</name>
    <role>Felipe / Felipe's Grandma</role>
    <imdb>nm0220240</imdb>
  </actor>
  <actor>
    <name>David Spade</name>
    <role>Monica</role>
    <imdb>nm0005450</imdb>
  </actor>
  <actor>
    <name>Nick Swardson</name>
    <role>Todd</role>
    <imdb>nm0841910</imdb>
  </actor>
  <actor>
    <name>Tim Meadows</name>
    <role>Ted</role>
    <imdb>nm0005218</imdb>
  </actor>
  <actor>
    <name>Allen Covert</name>
    <role>Otto</role>
    <imdb>nm0184445</imdb>
  </actor>
  <actor>
    <name>Norm MacDonald</name>
    <role>Funbucket</role>
    <imdb>nm0005172</imdb>
  </actor>
  <actor>
    <name>Geoff Pierson</name>
    <role>Carter Simmons</role>
    <imdb>nm0682762</imdb>
  </actor>
  <actor>
    <name>Valerie Mahaffey</name>
    <role>Bitsy Simmons</role>
    <imdb>nm0536723</imdb>
  </actor>
  <actor>
    <name>Gary Valentine</name>
    <role>Dallas</role>
    <imdb>nm0884230</imdb>
  </actor>
  <actor>
    <name>Dana Carvey</name>
    <role>Scrapply Puppeteer</role>
    <imdb>nm0001022</imdb>
  </actor>
  <actor>
    <name>Regis Philbin</name>
    <role>Himself</role>
    <imdb>nm0005310</imdb>
  </actor>
  <actor>
    <name>Gad Elmaleh</name>
    <role>Xavier</role>
    <imdb>nm0255362</imdb>
  </actor>
  <actor>
    <name>Dan Patrick</name>
    <role>Himself</role>
    <imdb>nm0665830</imdb>
  </actor>
  <actor>
    <name>Shaquille O'Neal</name>
    <role>Himself</role>
    <imdb>nm0641944</imdb>
  </actor>
  <actor>
    <name>Drew Carey</name>
    <role>Himself</role>
    <imdb>nm0004804</imdb>
  </actor>
  <actor>
    <name>John McEnroe</name>
    <role>Himself</role>
    <imdb>nm0568501</imdb>
  </actor>
  <actor>
    <name>Christie Brinkley</name>
    <role>Herself</role>
    <imdb>nm0001973</imdb>
  </actor>
  <actor>
    <name>Michael Irvin</name>
    <role>Himself</role>
    <imdb>nm1664542</imdb>
  </actor>
  <actor>
    <name>Bill Romanowski</name>
    <role>Himself</role>
    <imdb>nm1665399</imdb>
  </actor>
  <actor>
    <name>Jared Fogle</name>
    <role>Himself</role>
    <imdb>nm1815678</imdb>
  </actor>
  <actor>
    <name>Billy Blanks</name>
    <role>Himself</role>
    <imdb>nm0087593</imdb>
  </actor>
  <actor>
    <name>Vince Offer</name>
    <role>Sham-Wow Guy</role>
    <imdb>nm0644399</imdb>
  </actor>
  <actor>
    <name>Bruce Jenner</name>
    <role>Himself</role>
    <imdb>nm0421063</imdb>
  </actor>
  <actor>
    <name>Jackie Seiden</name>
    <role>Tracy</role>
    <imdb>nm3080300</imdb>
  </actor>
  <actor>
    <name>Sadie Sandler</name>
    <role>Little Girl on Ship</role>
    <imdb>nm2490721</imdb>
  </actor>
  <actor>
    <name>Sunny Sandler</name>
    <role>Little Girl on Ship</role>
    <imdb>nm3927383</imdb>
  </actor>
  <actor>
    <name>Georgia Hatzis</name>
    <role>Carol</role>
    <imdb>nm0369114</imdb>
  </actor>
  <actor>
    <name>Jonathan Loughran</name>
    <role>Monica's Boyfriend</role>
    <imdb>nm0521781</imdb>
  </actor>
  <actor>
    <name>Peter Dante</name>
    <role>Carol's Boyfriend</role>
    <imdb>nm0200601</imdb>
  </actor>
  <actor>
    <name>J.D. Donaruma</name>
    <role>Tracy's Boyfriend</role>
    <imdb>nm1062195</imdb>
  </actor>
  <actor>
    <name>Tyler Spindel</name>
    <role>Coco's Waiter</role>
    <imdb>nm2634746</imdb>
  </actor>
  <actor>
    <name>Owen Benjamin</name>
    <role>Angry Moviegoer #1</role>
    <imdb>nm2513581</imdb>
  </actor>
  <actor>
    <name>Chris Titone</name>
    <role>Angry Moviegoer #2</role>
    <imdb>nm2636836</imdb>
  </actor>
  <actor>
    <name>John Farley</name>
    <role>Mort the Hot Dog Vendor</role>
    <imdb>nm0267656</imdb>
  </actor>
  <actor>
    <name>Robert C. Lopez</name>
    <role>Jose</role>
    <imdb>nm3512350</imdb>
  </actor>
  <actor>
    <name>Jalen Testerman</name>
    <role>Jose Jr.</role>
    <imdb>nm2981505</imdb>
  </actor>
  <actor>
    <name>Simrin C. Player</name>
    <role>Josephina</role>
    <imdb>nm4007410</imdb>
  </actor>
  <actor>
    <name>Gerardo Hernandez Beltran</name>
    <role>Felipe's Brother</role>
    <imdb>nm4000643</imdb>
  </actor>
  <actor>
    <name>Kadyr Gutierrez</name>
    <role>Soccer Player</role>
    <imdb>nm2751475</imdb>
  </actor>
  <actor>
    <name>Virginia Louise Smith</name>
    <role>Actress / Queen Elizabeth</role>
    <imdb>nm1032782</imdb>
  </actor>
  <actor>
    <name>Daniel Silverberg</name>
    <role>Stage Manager</role>
    <imdb>nm0798839</imdb>
  </actor>
  <actor>
    <name>Richard Kline</name>
    <role>Theatergoer #1</role>
    <imdb>nm0459658</imdb>
  </actor>
  <actor>
    <name>Donald Agnelli</name>
    <role>Theatergoer #2</role>
    <imdb>nm0013107</imdb>
  </actor>
  <actor>
    <name>Joseph Balderrama</name>
    <role>Spanish Valet</role>
    <imdb>nm1692732</imdb>
  </actor>
  <actor>
    <name>Luis Fernandez-Gil</name>
    <role>Cruise Ship Director</role>
    <imdb>nm1507804</imdb>
  </actor>
  <actor>
    <name>Ruben Rabasa</name>
    <role>Bathroom Attendant</role>
    <imdb>nm0704737</imdb>
  </actor>
  <actor>
    <name>Nick Gillie</name>
    <role>Dunkin' Donuts Customer</role>
    <imdb>nm0319161</imdb>
  </actor>
  <actor>
    <name>Andy Goldenberg</name>
    <role>Dunkin' Donuts Employee #1</role>
    <imdb>nm1393711</imdb>
  </actor>
  <actor>
    <name>Marisa Field</name>
    <role>Dunkin' Donuts Employee #2</role>
    <imdb>nm2210481</imdb>
  </actor>
  <actor>
    <name>George Gray</name>
    <role>The Price Is Right Announcer</role>
    <imdb>nm0336426</imdb>
  </actor>
  <actor>
    <name>Manuela Arbeláez</name>
    <role>The Price Is Right Showcase Girl</role>
    <imdb>nm3012883</imdb>
  </actor>
  <actor>
    <name>Gwendolyn Osborne</name>
    <role>The Price Is Right Showcase Girl</role>
    <imdb>nm0651658</imdb>
  </actor>
  <actor>
    <name>Rachel Reynolds</name>
    <role>The Price Is Right Showcase Girl</role>
    <imdb>nm1757601</imdb>
  </actor>
  <actor>
    <name>Anna Mathias</name>
    <role>The Price Is Right Contestant</role>
    <imdb>nm0558750</imdb>
  </actor>
  <actor>
    <name>Robert Harvey</name>
    <role>Fan</role>
    <imdb>nm0367445</imdb>
  </actor>
  <actor>
    <name>Lawrence Tanter</name>
    <role>Lakers PA Announcer</role>
    <imdb>nm0849833</imdb>
  </actor>
  <actor>
    <name>Eric Lamonsoff</name>
    <role>Documentary Twin</role>
    <imdb>nm3021089</imdb>
  </actor>
  <actor>
    <name>Schmeric Lamonsoff</name>
    <role>Documentary Twin</role>
    <imdb>nm5043534</imdb>
  </actor>
  <actor>
    <name>Kara Pacitto</name>
    <role>Documentary Twin</role>
    <imdb>nm2810619</imdb>
  </actor>
  <actor>
    <name>Katelyn Pacitto</name>
    <role>Documentary Twin</role>
    <imdb>nm2810700</imdb>
  </actor>
  <actor>
    <name>Rafael Feldman</name>
    <role>Documentary Twin</role>
    <imdb>nm0271096</imdb>
  </actor>
  <actor>
    <name>Yan Feldman</name>
    <role>Documentary Twin</role>
    <imdb>nm0271134</imdb>
  </actor>
  <actor>
    <name>David Sontag</name>
    <role>Documentary Twin</role>
    <imdb>nm1278272</imdb>
  </actor>
  <actor>
    <name>Larry Sontag</name>
    <role>Documentary Twin</role>
    <imdb>nm0694569</imdb>
  </actor>
  <actor>
    <name>Logan Raskin</name>
    <role>Documentary Twin</role>
    <imdb>nm4771598</imdb>
  </actor>
  <actor>
    <name>Roger Raskin</name>
    <role>Documentary Twin</role>
    <imdb>nm1615656</imdb>
  </actor>
  <actor>
    <name>Erica Green</name>
    <role>Documentary Twin</role>
    <imdb>nm5043496</imdb>
  </actor>
  <actor>
    <name>Lina Green</name>
    <role>Documentary Twin</role>
    <imdb>nm3196661</imdb>
  </actor>
  <actor>
    <name>Tiana Madry</name>
    <role>Documentary Twin</role>
    <imdb>nm3127204</imdb>
  </actor>
  <actor>
    <name>Tiara Madry</name>
    <role>Documentary Twin</role>
    <imdb>nm3127234</imdb>
  </actor>
  <actor>
    <name>January Welsh</name>
    <role>Documentary Twin</role>
    <imdb>nm2169681</imdb>
  </actor>
  <actor>
    <name>Marissa Welsh</name>
    <role>Documentary Twin</role>
    <imdb>nm2096607</imdb>
  </actor>
  <actor>
    <name>Gary Lane</name>
    <role>Documentary Twin</role>
    <imdb>nm0485344</imdb>
  </actor>
  <actor>
    <name>Larry Lane</name>
    <role>Documentary Twin</role>
    <imdb>nm0485418</imdb>
  </actor>
  <actor>
    <name>Dingani Beza</name>
    <role>Documentary Twin</role>
    <imdb>nm3920240</imdb>
  </actor>
  <actor>
    <name>Jammer</name>
    <role>Documentary Twin</role>
    <imdb>nm0417220</imdb>
  </actor>
  <actor>
    <name>Slammer</name>
    <role>Documentary Twin</role>
    <imdb>nm0805262</imdb>
  </actor>
  <actor>
    <name>Diane Palmer</name>
    <role>Documentary Twin</role>
    <imdb>nm3272504</imdb>
  </actor>
  <actor>
    <name>Alex Burkart</name>
    <role>Documentary Twin</role>
    <imdb>nm3591049</imdb>
  </actor>
  <actor>
    <name>Richard Harris</name>
    <role>Documentary Twin</role>
    <imdb>nm3170866</imdb>
  </actor>
  <actor>
    <name>Ron Harris</name>
    <role>Documentary Twin</role>
    <imdb>nm3171179</imdb>
  </actor>
  <actor>
    <name>Rachel Rife</name>
    <role>Documentary Twin</role>
    <imdb>nm4540049</imdb>
  </actor>
  <actor>
    <name>Rebekah Rife</name>
    <role>Documentary Twin</role>
    <imdb>nm4540153</imdb>
  </actor>
  <actor>
    <name>Elijah Gipson</name>
    <role>Documentary Twin</role>
    <imdb>nm4326333</imdb>
  </actor>
  <actor>
    <name>Elleah Gipson</name>
    <role>Documentary Twin</role>
    <imdb>nm4612831</imdb>
  </actor>
  <actor>
    <name>Katie Cockrell</name>
    <role>Documentary Twin</role>
    <imdb>nm2369966</imdb>
  </actor>
  <actor>
    <name>Kellie Cockrell</name>
    <role>Documentary Twin</role>
    <imdb>nm2372722</imdb>
  </actor>
  <actor>
    <name>Joel Harold</name>
    <role>Documentary Twin</role>
    <imdb>nm2988355</imdb>
  </actor>
  <actor>
    <name>Joseph Harold</name>
    <role>Documentary Twin</role>
    <imdb>nm2988459</imdb>
  </actor>
  <actor>
    <name>Alexis Stier</name>
    <role>Documentary Twin</role>
    <imdb>nm2809337</imdb>
  </actor>
  <actor>
    <name>Megan Stier</name>
    <role>Documentary Twin</role>
    <imdb>nm2807104</imdb>
  </actor>
  <actor>
    <name>Gregory Pugliese</name>
    <role>Documentary Twin</role>
    <imdb>nm0700100</imdb>
  </actor>
  <actor>
    <name>Jordan Tindall</name>
    <role>Documentary Twin</role>
    <imdb>nm4264499</imdb>
  </actor>
  <actor>
    <name>Lance Tindall</name>
    <role>Documentary Twin</role>
    <imdb>nm4263522</imdb>
  </actor>
  <actor>
    <name>Miles Tindall</name>
    <role>Documentary Twin</role>
    <imdb>nm4264412</imdb>
  </actor>
  <actor>
    <name>Erica Abke</name>
    <role>Teen Jack's Love Interest</role>
    <imdb>nm4704435</imdb>
  </actor>
  <actor>
    <name>Nicole Abramson</name>
    <role>Advertising Executive</role>
    <imdb>nm1133827</imdb>
  </actor>
  <actor>
    <name>Claudia Adams</name>
    <role>Angry Theatre Patron #1</role>
    <imdb>nm2120886</imdb>
  </actor>
  <actor>
    <name>Nick Baga</name>
    <role>Dunkin' Donuts' Dunkaccino Guy</role>
    <imdb>nm2422952</imdb>
  </actor>
  <actor>
    <name>Fileena Bahris</name>
    <role>Theatergoer</role>
    <imdb>nm2668091</imdb>
  </actor>
  <actor>
    <name>Luke Broadlick</name>
    <role>Dunkin' Donuts Employee</role>
    <imdb>nm3076325</imdb>
  </actor>
  <actor>
    <name>Peter Chudyba</name>
    <role>Cruise Waiter</role>
    <imdb>nm1652534</imdb>
  </actor>
  <actor>
    <name>Billy Concha</name>
    <role>Commercial Crew Member</role>
    <imdb>nm0174252</imdb>
  </actor>
  <actor>
    <name>Sarah Davidson</name>
    <role>Sexy Donut Girl</role>
    <imdb>nm1976836</imdb>
  </actor>
  <actor>
    <name>Johnny Depp</name>
    <role>Himself</role>
    <imdb>nm0000136</imdb>
  </actor>
  <actor>
    <name>Lacey Marisa Friedman</name>
    <role>Dancing Girl</role>
    <imdb>nm2421218</imdb>
  </actor>
  <actor>
    <name>Fouad Hajji</name>
    <role>Bar Patron</role>
    <imdb>nm2964404</imdb>
  </actor>
  <actor>
    <name>Betsy Hammer</name>
    <role>Bar Patron</role>
    <imdb>nm1283209</imdb>
  </actor>
  <actor>
    <name>Matthew P. Hanson</name>
    <role>Dunkin Donuts Announcer</role>
    <imdb>nm0361334</imdb>
  </actor>
  <actor>
    <name>Amina Julianna</name>
    <role>Juanita</role>
    <imdb>nm2107879</imdb>
  </actor>
  <actor>
    <name>Kristin Michelle Keating</name>
    <role>Advertising Office Worker</role>
    <imdb>nm4007642</imdb>
  </actor>
  <actor>
    <name>Diamond Nicole Landeen</name>
    <role>Balloon Girl</role>
    <imdb>nm4626792</imdb>
  </actor>
  <actor>
    <name>Kim Lee</name>
    <role>Theater Patron</role>
    <imdb>nm4292233</imdb>
  </actor>
  <actor>
    <name>Julia Perri</name>
    <role>Cashier</role>
    <imdb>nm2452128</imdb>
  </actor>
  <actor>
    <name>Jazmine Ramay</name>
    <role>Murmerer</role>
    <imdb>nm4487749</imdb>
  </actor>
  <actor>
    <name>Tia Robinson</name>
    <role>Theatregoer</role>
    <imdb>nm1651474</imdb>
  </actor>
  <actor>
    <name>Rob Schneider</name>
    <role>Alan</role>
    <imdb>nm0001705</imdb>
  </actor>
  <actor>
    <name>Santiago Segura</name>
    <role>Eduardo</role>
    <imdb>nm0782213</imdb>
  </actor>
  <actor>
    <name>Patrice Sepulveda</name>
    <role>Cruiseship Passenger</role>
    <imdb>nm4330779</imdb>
  </actor>
  <actor>
    <name>Ashley Speegle</name>
    <role>Jared Fogle's Date</role>
    <imdb>nm4517430</imdb>
  </actor>
  <actor>
    <name>Ivan Velez</name>
    <role>Dunkin Donuts Employee</role>
    <imdb>nm2461912</imdb>
  </actor>
  <actor>
    <name>Lloyd G. Vincent</name>
    <role>Soccer Player</role>
    <imdb>nm2774502</imdb>
  </actor>
  <actor>
    <name>Alexis Wilkins</name>
    <role>Sistine Chapel Girl</role>
    <imdb>nm3599976</imdb>
  </actor>
  <actor>
    <name>Laramie Williams</name>
    <role>The Price is Right Contestant</role>
    <imdb>nm2949298</imdb>
  </actor>
  <trailer>
  </trailer>
</movie>


NFO Importer Logic

Prior to version 1.6 .nfo import logic could be confusing as it was unclear if a .nfo file or movie grabber script would be triggered when fetching movie details. In version 1.6 this logic has been reworked as follows:

  • When the option Use internal nfo scrapper only is disabled, .nfo files will still be used but only on the first movie scan. In case of refreshing existing movies, .nfo files will not be used (Configuration options: Skip files already in the database is disabled or Refresh existing files is enabled). This is also valid inside the MediaPortal GUI environment when using the Scan option. MediaPortal will first try to find any .nfo files related to new movies and will use it to import movie metadata. The rest of the movies will be imported with the default movie grabber script.
  • When the option Use internal nfo scrapper only is active, movie grabber scripts will not be used. Only data from .nfo files and local images related to the video file will be imported.
  • If URL sources for images exists in the .nfo _file, they will be skipped. If a link to local images does not exist in the .nfo _file, MediaPortal will try to find them according to the file naming rules.

   

 

This page has no comments.