User:Karellen/scratchpad: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(Blanked the page)
(57 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{|class="infobox" style="width:200px"
! NFO Contents
|-
|
* '''[[NFO_files|NFO Files]]'''
** '''[[NFO_files/movies|Movies]]'''
** '''[[NFO_files/tvshows|TV Shows]]'''
** '''[[NFO_files/music|Music]]'''
** '''[[NFO_files/musicvideos|Music Videos]]'''


<small>Report NFO corrections:<br />
[https:// here in the forum]</small>
|}
{{mininav|[[NFO_files]]}}
= Requirements =
The order of importing metadata is as follows:
#nfo file. If no nfo file exists then
#Depending on your scraper settings for your source, either
##Online scraper sites- if a scraper is set in your source settings
##Nothing- if Local Info Only is set
When Kodi locates the nfo file it will load the *.nfo file and:
#If the file is a metadata nfo, Kodi will import the meta-data directly into the library from the .nfo file or
#If the file is a parsing nfo, Kodi will parse the nfo file for a direct URL to the scraper info page, then scrape the online metadata.
#If the file is a combination nfo, Kodi will parse the nfo file and scrape the online metadata, then import the metadata from the nfo file.
<!---if you use the "Use foldernames for lookups" setting, then movie.nfo will override all and any .nfo files in the same folder as the media files. If you don't, then moviename.nfo is used.
If there is only one .nfo file in a folder, the scraper will use it for all media files in that folder. If there are multiple media files in a folder, the *.nfo should be named exactly the same as the video file it is representing (ie. '''moviename.avi''' and '''moviename.nfo'''). -->
== Known Issues ==
'''Bookmarks''' have no XML tags and cannot be exported or imported.<br />
'''<year></year>''' is exported but not used on import<br />
The following tags are available, but not used in Movies
*<status></status>
*<code><code></code></code>
*<aired></aired>
= 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:
#Scrape the metadata from the online source set in your scraper or,
#If you have ''Local Info Only'' set as your scraper, then no entry will be made into the library.
Movies require one nfo file saved as follows:
<div style="{{linear-gradient|left|#ffdddd, #ddffdd 50%, #ddddff}}">
'''''Naming & Saving conventions for your Movie *.nfo files:'''''
{|
|- valign="top"
| width=200px |'''''Saved movies as'''''
| width=300px |'''''File Name'''''
| width=600px |'''''Save Location'''''
|- valign="top"
| width=200px |BluRay Structure:
----
| width=300px |index.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\BDMV\index.nfo
----
|- valign="top"
| width=200px |DVD Structure:
----
| width=300px |VIDEO_TS.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\VIDEO_TS\VIDEO_TS.nfo
----
|- valign="top"
| width=200px |Single movie in directory:
| width=300px |<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"
| 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=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>
= Movie nfo Tags =
The only required tag is indicated below in the table. All other tags are optional. Of course, the less tags used, the less information that will be scraped into the library unless you are using a parsing or combination nfo.
The following table lists the XML tags available for movie nfo's in Kodi. Children tags are displayed correctly with parent tags.
:'''''See also: [[Databases]]
{|class="prettytable"
! NFO (xml) Tag || Required || Multiple || Notes
|-
|
<actor clear="true">
  <name></name>
  <role></role>
  <order></order>
  <thumb></thumb>
</actor>
|| No || Yes || The <order> tag determines where in the list the actor will appear. 0 = first in the list
Supports "clear" attribute
|-
|<aired></aired> || No || No || Not used
|-
|<code><code></code></code> || No || ? || Not used
|-
|<country></country> || No || Yes || Country of origin
|-
|<credits clear="true"></credits> || No || Yes ||  Library export uses this field for writers. Supports "clear" attribute
|-
|<director clear="true"></director> || No || Yes || Supports "clear" attribute
|-
|<dateadded></dateadded> || No || No || Date the file was added to library. Can be altered in advancedsettings.xml
|-
|
<fanart>
    <thumb preview=""></thumb>
</fanart>
|| No || No || Path to available movie fanart. Multible <thumb> entries allowed
|-
|
<fileinfo>
    <streamdetails>
      <video>
        <codec></codec>
        <aspect></aspect>
        <width></width>
        <height></height>
        <durationinseconds></durationinseconds>
        <stereomode></stereomode>
      </video>
      <audio>
        <codec></codec>
        <language></language>
        <channels></channels>
      </audio>
      <audio>
        <codec></codec>
        <language></language>
        <channels></channels>
      </audio>
      <audio>
        <codec></codec>
        <language></language>
        <channels></channels>
      </audio>
      <subtitle>
        <language></language>
      </subtitle>
      <subtitle>
        <language></language>
      </subtitle>
      <subtitle>
        <language></language>
      </subtitle>
    </streamdetails>
</fileinfo>
|| No || No || While it is possible to manually set the information contained within the <streamdetails> tag, there is little point in doing so.
Kodi will always overwrite this data when it plays back the video file. <br />
In other words, no matter how many times you try to manually set it, it will be overwritten the moment the video is played
|-
|<id></id> || No || No || IMDB Id
|-
|<genre clear="true"></genre> || No || Yes || Supports "clear" attribute
|-
|<lastplayed></lastplayed> || No || No ||
|-
|<movie></movie> || Yes || No || The top level parent tag for the nfo file. '''All other tags must be contained within these two tags'''
|-
|<mpaa></mpaa> || No || No ||
|-
|<originaltitle></originaltitle> || No || No ||
|-
|<outline></outline> ||  ||  || Should be short, will be displayed on a single line
|-
|<playcount></playcount> ||  ||  || Setting this to 1, or greater, will mark the movie as watched if the ''importwatchedstate'' flag is set in advancedsettings.xml
|-
|<plot></plot> ||  ||  || Can contain more information on multiple lines, will be wrapped
|-
|<premiered></premiered> || No || No ||
|-
|
  <ratings>
    <rating name="default" max="10" default="true">
      <value></value>
      <votes></votes>
    </rating>
  </ratings>
|| No || No ||
|-
|
<resume>
  <position></position>
  <total></total>
</resume>
|| No || No || Movie resume point in Seconds
|-
|<runtime></runtime> || No || No || Minutes only<br />Will be overwritten on first play by <fileinfo> if different
|-
|
<set>
    <name></name>
    <overview></overview>
</set>
|| No || No || Movie set tags
|-
|<showlink></showlink> || No || No || Connect movie to TV Show.
|-
|<sorttitle></sorttitle> || No || No || Allows alternate title sort without modifying the movie title seen in the library. <br />Can be used for Canonical Ordering of the movies in sets
|-
|<status></status> || No || No || Not used
|-
|<studio clear="true"></studio> || No || Yes || Supports "clear" attribute
|-
|<tag></tag> || No || Yes || Movie tags
|-
|<tagline></tagline> || No || No ||
|-
|<thumb aspect="poster" preview=""></thumb> || No || Yes || Path to Movie Posters
|-
|<title></title> || No || No ||
|-
|<top250></top250> || No || No ||
|-
|<trailer></trailer> || No || No || Path to movie trailer
|-
|<uniqueid type="unknown" default="true"></uniqueid> || No || No || IMDB rating
|-
|<userrating></userrating> || No || No ||
|-
|<year></year> || No || No || Not used
|}
= Sample Movie nfo File =
Provided below is a sample nfo file to assist with the manual creation process. It includes MovieSet XML tags
'''Press Expand at right edge of the green bar to view'''
{{collapse top| Movie nfo file  (click 'expand' to view)}}
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<movie>
    <title>Allegiant</title>
    <originaltitle>Allegiant</originaltitle>
    <sorttitle>Tmoviec10</sorttitle>
    <ratings>
        <rating name="default" max="10" default="true">
            <value>5.800000</value>
            <votes>1955</votes>
        </rating>
    </ratings>
    <userrating>8</userrating>
    <top250>0</top250>
    <outline>Divergent 03</outline>
    <plot>Beatrice Prior and Tobias Eaton venture into the world outside of the fence and are taken into protective custody by a mysterious agency known as the Bureau of Genetic Welfare.</plot>
    <tagline>Break the boundaries of your world</tagline>
    <runtime>88</runtime>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/tSFBh9Ayn5uiwbUK9HvD2lrRgaQ.jpg">http://image.tmdb.org/t/p/original/tSFBh9Ayn5uiwbUK9HvD2lrRgaQ.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/bFDF2v2nHMjuGiEAmSEk0gOWmED.jpg">http://image.tmdb.org/t/p/original/bFDF2v2nHMjuGiEAmSEk0gOWmED.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/tzo6bFhbzZGsK7lmBY4Rh3DIejx.jpg">http://image.tmdb.org/t/p/original/tzo6bFhbzZGsK7lmBY4Rh3DIejx.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/gfkjqfpejEthVhY1nhgACP5tahT.jpg">http://image.tmdb.org/t/p/original/gfkjqfpejEthVhY1nhgACP5tahT.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/i9LuBG9cx9BW7fFepeCVrvJ8XRP.jpg">http://image.tmdb.org/t/p/original/i9LuBG9cx9BW7fFepeCVrvJ8XRP.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/druHpfN5TrH7obwkZgzim9lagn8.jpg">http://image.tmdb.org/t/p/original/druHpfN5TrH7obwkZgzim9lagn8.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/sxtN4xfUmQeLdHmGwu51hAaZZ96.jpg">http://image.tmdb.org/t/p/original/sxtN4xfUmQeLdHmGwu51hAaZZ96.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/kx8DFfOqxJ05jjq4gddIwaM8PaP.jpg">http://image.tmdb.org/t/p/original/kx8DFfOqxJ05jjq4gddIwaM8PaP.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/AyRu1cFyhJZQ2dK3SyMiBqO4Cj.jpg">http://image.tmdb.org/t/p/original/AyRu1cFyhJZQ2dK3SyMiBqO4Cj.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/mtTFB4F5jIOEcZX8tVRVUkTeAwh.jpg">http://image.tmdb.org/t/p/original/mtTFB4F5jIOEcZX8tVRVUkTeAwh.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/7Puegpg8sCm8vAZ5nbj25EkBb36.jpg">http://image.tmdb.org/t/p/original/7Puegpg8sCm8vAZ5nbj25EkBb36.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/xTe4sPMGDSTplAEjnysfneEA1G1.jpg">http://image.tmdb.org/t/p/original/xTe4sPMGDSTplAEjnysfneEA1G1.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/jcYhuAMcSH6myWQxGvxYSvYmwcn.jpg">http://image.tmdb.org/t/p/original/jcYhuAMcSH6myWQxGvxYSvYmwcn.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/afS2Prr0Rbzql8kuvjyLR8CkRNS.jpg">http://image.tmdb.org/t/p/original/afS2Prr0Rbzql8kuvjyLR8CkRNS.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/EH0BBsXklLQelq3qtzSzXFKhYv.jpg">http://image.tmdb.org/t/p/original/EH0BBsXklLQelq3qtzSzXFKhYv.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/JVIkAxjJ4Qky13BiWFVJo0rFuV.jpg">http://image.tmdb.org/t/p/original/JVIkAxjJ4Qky13BiWFVJo0rFuV.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/por6QpWfgjt6qLe8A1C0vvSGe9q.jpg">http://image.tmdb.org/t/p/original/por6QpWfgjt6qLe8A1C0vvSGe9q.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/smw5aT9ypuq7Ub1QSXs3YxF5LTm.jpg">http://image.tmdb.org/t/p/original/smw5aT9ypuq7Ub1QSXs3YxF5LTm.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/8QqPdiEMQYg4x9xIMXxmWMSUcYj.jpg">http://image.tmdb.org/t/p/original/8QqPdiEMQYg4x9xIMXxmWMSUcYj.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/e37YQkMBCV0Alt7JhSG1wKTsOt1.jpg">http://image.tmdb.org/t/p/original/e37YQkMBCV0Alt7JhSG1wKTsOt1.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/focfTLC5yFynFhS2BFmt58s46fu.jpg">http://image.tmdb.org/t/p/original/focfTLC5yFynFhS2BFmt58s46fu.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/sg14CXGvREXKwAvknfDh4L9Jxd3.jpg">http://image.tmdb.org/t/p/original/sg14CXGvREXKwAvknfDh4L9Jxd3.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/yasmw8BQN6AZK73XGIiLVw1MLDF.jpg">http://image.tmdb.org/t/p/original/yasmw8BQN6AZK73XGIiLVw1MLDF.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/8LmLUOd8jpMNOZkf9uQQj7D43QQ.jpg">http://image.tmdb.org/t/p/original/8LmLUOd8jpMNOZkf9uQQj7D43QQ.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/7XWz4sR868AD9oAMVqpsFvIcGdk.jpg">http://image.tmdb.org/t/p/original/7XWz4sR868AD9oAMVqpsFvIcGdk.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/78KpRH6cBQEvcHYeux11b42qJRx.jpg">http://image.tmdb.org/t/p/original/78KpRH6cBQEvcHYeux11b42qJRx.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/k6zNQwDr4JNB33Mo7RCMNrbFeNd.jpg">http://image.tmdb.org/t/p/original/k6zNQwDr4JNB33Mo7RCMNrbFeNd.jpg</thumb>
    <fanart>
        <thumb preview="http://image.tmdb.org/t/p/w780/sFthBeT0Y3WVfg6b3MkcJs9qfzq.jpg">http://image.tmdb.org/t/p/original/sFthBeT0Y3WVfg6b3MkcJs9qfzq.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/uAHZoVE4tkUHTVzm03raQYTsarx.jpg">http://image.tmdb.org/t/p/original/uAHZoVE4tkUHTVzm03raQYTsarx.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/p1dkPKpHJ32FvhKZSAUdA1JSYFi.jpg">http://image.tmdb.org/t/p/original/p1dkPKpHJ32FvhKZSAUdA1JSYFi.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/qN3gzc9NByIw3Yo2fa38IUFf47D.jpg">http://image.tmdb.org/t/p/original/qN3gzc9NByIw3Yo2fa38IUFf47D.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/74UuthnMEsY7X87fMhuLbPcHuen.jpg">http://image.tmdb.org/t/p/original/74UuthnMEsY7X87fMhuLbPcHuen.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/jaoDlr7XGGtHs1VpN9macrbXheO.jpg">http://image.tmdb.org/t/p/original/jaoDlr7XGGtHs1VpN9macrbXheO.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/nhPgHKSnDDNOYbNysPHUHxjYClj.jpg">http://image.tmdb.org/t/p/original/nhPgHKSnDDNOYbNysPHUHxjYClj.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/kj6oqsZo40hwzLBAQeKefGbp9aJ.jpg">http://image.tmdb.org/t/p/original/kj6oqsZo40hwzLBAQeKefGbp9aJ.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/hqh4cBYu3gtFJ8f8cO0MnYnk2bF.jpg">http://image.tmdb.org/t/p/original/hqh4cBYu3gtFJ8f8cO0MnYnk2bF.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/oOWOMv8aWUYalMyRE3DbsnQyNod.jpg">http://image.tmdb.org/t/p/original/oOWOMv8aWUYalMyRE3DbsnQyNod.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/jQsERPRmJ3bm6OSQvljSvPcRXQV.jpg">http://image.tmdb.org/t/p/original/jQsERPRmJ3bm6OSQvljSvPcRXQV.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/6rgatvYytkkI5sQdY300gw3cj1W.jpg">http://image.tmdb.org/t/p/original/6rgatvYytkkI5sQdY300gw3cj1W.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/6DI62qsY7kAYJhMBxnnZMduiS7y.jpg">http://image.tmdb.org/t/p/original/6DI62qsY7kAYJhMBxnnZMduiS7y.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/mKf1N4hvoKJXiM2Q0i1kAjerLvY.jpg">http://image.tmdb.org/t/p/original/mKf1N4hvoKJXiM2Q0i1kAjerLvY.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/b0VveMbxu2hVhaRQO203rtoTYOz.jpg">http://image.tmdb.org/t/p/original/b0VveMbxu2hVhaRQO203rtoTYOz.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/dJwlNja2UpCArLmWrVgC1Jcxcgi.jpg">http://image.tmdb.org/t/p/original/dJwlNja2UpCArLmWrVgC1Jcxcgi.jpg</thumb>
    </fanart>
    <mpaa>Rated PG-13</mpaa>
    <playcount>2</playcount>
    <lastplayed>2017-09-11</lastplayed>
    <id>tt3410834</id>
    <uniqueid type="unknown" default="true">tt3410834</uniqueid>
    <genre>Adventure</genre>
    <genre>Science Fiction</genre>
    <country>United States of America</country>
    <set>
        <name>Divergent Collection</name>
        <overview>The Divergent trilogy is a series of young adult science fiction adventure novels by American novelist Veronica Roth set in a dystopian Chicago</overview>
    </set>
    <tag>ReFi Tag</tag>
    <tag>SciFi Tag</tag>
    <credits>Stephen Chbosky</credits>
    <credits>Adam Cooper</credits>
    <credits>Bill Collage</credits>
    <credits>Noah Oppenheim</credits>
    <director>Robert Schwentke</director>
    <premiered>2016-03-09</premiered>
    <year>2016</year>
    <status></status>
    <code></code>
    <aired></aired>
    <studio>Summit Entertainment</studio>
    <trailer>plugin://plugin.video.youtube/?action=play_video&amp;videoid=Gvq6cMtT5nA</trailer>
    <fileinfo>
        <streamdetails>
            <video>
                <codec>vc1</codec>
                <aspect>1.777778</aspect>
                <width>1920</width>
                <height>1080</height>
                <durationinseconds>5311</durationinseconds>
                <stereomode></stereomode>
            </video>
            <audio>
                <codec>truehd</codec>
                <language>eng</language>
                <channels>6</channels>
            </audio>
            <audio>
                <codec>ac3</codec>
                <language>eng</language>
                <channels>6</channels>
            </audio>
            <audio>
                <codec>ac3</codec>
                <language></language>
                <channels>6</channels>
            </audio>
            <subtitle>
                <language>eng</language>
            </subtitle>
            <subtitle>
                <language></language>
            </subtitle>
            <subtitle>
                <language></language>
            </subtitle>
        </streamdetails>
    </fileinfo>
    <actor>
        <name>Shailene Woodley</name>
        <role>Beatrice &quot;Tris&quot; Prior</role>
        <order>0</order>
        <thumb>http://image.tmdb.org/t/p/original/kkLbiTlBGNwJL9qHuVHeqCMNrEx.jpg</thumb>
    </actor>
    <actor>
        <name>Theo James</name>
        <role>Tobias &quot;Four&quot; Eaton</role>
        <order>1</order>
        <thumb>http://image.tmdb.org/t/p/original/hLNSoQ3gc52X5VVb172yO3CuUEq.jpg</thumb>
    </actor>
    <actor>
        <name>Zo├½ Kravitz</name>
        <role>Christina</role>
        <order>2</order>
        <thumb>http://image.tmdb.org/t/p/original/wcl5pdFDAUyDgJ1gfQErXch6FgH.jpg</thumb>
    </actor>
    <actor>
        <name>Miles Teller</name>
        <role>Peter Hayes</role>
        <order>3</order>
        <thumb>http://image.tmdb.org/t/p/original/o2wfvYAvspsKqYVt4ORR8VWjB7H.jpg</thumb>
    </actor>
    <actor>
        <name>Naomi Watts</name>
        <role>Evelyn Johnson-Eaton</role>
        <order>4</order>
        <thumb>http://image.tmdb.org/t/p/original/8W02WOJI1pEGh2iqQsgITR5tV0P.jpg</thumb>
    </actor>
    <actor>
        <name>Ansel Elgort</name>
        <role>Caleb Prior</role>
        <order>5</order>
        <thumb>http://image.tmdb.org/t/p/original/uQYUfGvOZkB5x25Z19UeyLABHmr.jpg</thumb>
    </actor>
    <actor>
        <name>Jeff Daniels</name>
        <role>David</role>
        <order>6</order>
        <thumb>http://image.tmdb.org/t/p/original/gai03gCu3DxMYxFympt7hUObpI5.jpg</thumb>
    </actor>
    <actor>
        <name>Octavia Spencer</name>
        <role>Johanna Reyes</role>
        <order>7</order>
        <thumb>http://image.tmdb.org/t/p/original/4FEVru6fBFyJECqwqjHwlZdsL4c.jpg</thumb>
    </actor>
    <actor>
        <name>Keiynan Lonsdale</name>
        <role>Uriah Pedrad</role>
        <order>8</order>
        <thumb>http://image.tmdb.org/t/p/original/d2APuABXn7sFUEThmlzPz3EyjUf.jpg</thumb>
    </actor>
    <actor>
        <name>Daniel Dae Kim</name>
        <role>Jack Kang</role>
        <order>9</order>
        <thumb>http://image.tmdb.org/t/p/original/xnaUUZkulAAwS5sbZ2cL7pHal4x.jpg</thumb>
    </actor>
    <actor>
        <name>Maggie Q</name>
        <role>Tori Wu</role>
        <order>10</order>
        <thumb>http://image.tmdb.org/t/p/original/bFc4F3jQLViv66ugp9nzB1uUldX.jpg</thumb>
    </actor>
    <actor>
        <name>Bill Skarsg├Ñrd</name>
        <role>Matthew</role>
        <order>11</order>
        <thumb>http://image.tmdb.org/t/p/original/dNBVysW90WipOgX81sAsvxtvddF.jpg</thumb>
    </actor>
    <actor>
        <name>Jonny Weston</name>
        <role>Edgar</role>
        <order>12</order>
        <thumb>http://image.tmdb.org/t/p/original/qv8lrHTf22WO92kdWcIu8ZMee0J.jpg</thumb>
    </actor>
    <actor>
        <name>Nadia Hilker</name>
        <role>Nita</role>
        <order>13</order>
        <thumb>http://image.tmdb.org/t/p/original/5R1kGLClhe3VsweNDHDDjaMZxzC.jpg</thumb>
    </actor>
    <actor>
        <name>Andy Bean</name>
        <role>Romit</role>
        <order>14</order>
        <thumb>http://image.tmdb.org/t/p/original/fHVxueDdVcOztnp4MdN8THwzI60.jpg</thumb>
    </actor>
    <actor>
        <name>Ray Stevenson</name>
        <role>Marcus Eaton</role>
        <order>15</order>
        <thumb>http://image.tmdb.org/t/p/original/bcd9uqwfCVYsu7rduZnPVYUkyfU.jpg</thumb>
    </actor>
    <actor>
        <name>Mekhi Phifer</name>
        <role>Max</role>
        <order>16</order>
        <thumb>http://image.tmdb.org/t/p/original/xrv9RDMPoTd9NsfpUzL81XglAmk.jpg</thumb>
    </actor>
    <actor>
        <name>Joseph David-Jones</name>
        <role>Hollis</role>
        <order>17</order>
        <thumb>http://image.tmdb.org/t/p/original/VXgR1NWyLITIS0TEocGFiesfaz.jpg</thumb>
    </actor>
    <actor>
        <name>Ashley Judd</name>
        <role>Natalie Prior</role>
        <order>18</order>
        <thumb>http://image.tmdb.org/t/p/original/3bgmRDt02iGFVjhqCqstVyEeiwG.jpg</thumb>
    </actor>
    <actor>
        <name>Xander Berkeley</name>
        <role>Phillip</role>
        <order>19</order>
        <thumb>http://image.tmdb.org/t/p/original/vlZ9FDMk2Xd1WHixPKxnheZoXgR.jpg</thumb>
    </actor>
    <actor>
        <name>Parisa Johnston</name>
        <role>Regina</role>
        <order>20</order>
        <thumb>http://image.tmdb.org/t/p/original/8NoSH9fIhdJRxVe1gpRGY9oellt.jpg</thumb>
    </actor>
    <actor>
        <name>Rebecca Pidgeon</name>
        <role>Sarah</role>
        <order>21</order>
        <thumb>http://image.tmdb.org/t/p/original/c8nJjBpB7zYtdnEY1GNPtUSophZ.jpg</thumb>
    </actor>
    <actor>
        <name>Konrad Howard</name>
        <role>Jasper</role>
        <order>22</order>
        <thumb></thumb>
    </actor>
    <actor>
        <name>Theo Howard</name>
        <role>Eulis</role>
        <order>23</order>
        <thumb></thumb>
    </actor>
    <actor>
        <name>Lucella Costa</name>
        <role>Laura</role>
        <order>24</order>
        <thumb></thumb>
    </actor>
    <actor>
        <name>Amy Parrish</name>
        <role>Zoe</role>
        <order>25</order>
        <thumb>http://image.tmdb.org/t/p/original/8NXe482dXuyMtOA0Q45lIEn588m.jpg</thumb>
    </actor>
    <actor>
        <name>Ken DuBois</name>
        <role>Tom</role>
        <order>26</order>
        <thumb></thumb>
    </actor>
    <actor>
        <name>Janet McTeer</name>
        <role>Edith Prior</role>
        <order>27</order>
        <thumb>http://image.tmdb.org/t/p/original/fVxhoT9udQl9UFXe3qa9cbUq3h4.jpg</thumb>
    </actor>
    <actor>
        <name>Courtney Hope</name>
        <role>Anna</role>
        <order>28</order>
        <thumb></thumb>
    </actor>
    <actor>
        <name>Thomas Blake Jr.</name>
        <role>Fringe Father</role>
        <order>29</order>
        <thumb>http://image.tmdb.org/t/p/original/Ac2K4sKKFjeMmbG3NJhpWD2qqYq.jpg</thumb>
    </actor>
    <actor>
        <name>Julie Ivey</name>
        <role>Fringe Parent</role>
        <order>30</order>
        <thumb>http://image.tmdb.org/t/p/original/wquYh5Vxy3W3OvC8bMLic85KOJY.jpg</thumb>
    </actor>
    <actor>
        <name>Kyle Russell Clements</name>
        <role>Factionless Guard</role>
        <order>31</order>
        <thumb>http://image.tmdb.org/t/p/original/yvAz7YZyMEUemDruhZyND2dvZXv.jpg</thumb>
    </actor>
    <actor>
        <name>Hannah Alligood</name>
        <role>Crush Girl #2</role>
        <order>32</order>
        <thumb>http://image.tmdb.org/t/p/original/uzTCiTgXX89MAtPJHghmRMsxcBd.jpg</thumb>
    </actor>
    <actor>
        <name>Autumn Dial</name>
        <role>Groupie Babe #1</role>
        <order>33</order>
        <thumb></thumb>
    </actor>
    <showlink></showlink>
    <resume>
        <position>1360.000000</position>
        <total>5311.000000</total>
    </resume>
    <dateadded>2017-04-17 18:04:49</dateadded>
</movie>
{{collapse bottom}}
{{Top}}
{{updated|17}}
[[Category:Guides]]
[[Category:First time user]]
[[Category:FAQ]]
[[Category:Manual]]
[[Category:Index]]
[[Category:Video library]]
[[Category:Quick Start Guide]]
[[Category:Advanced topics]]

Revision as of 02:06, 27 February 2018