Metadata agents for exported XBMC library

Can this agent import the set/collection poster?
I’m building a Music Videos library and would like to group the videos by artists and show their profile pictures as a collection poster. The library is too big to do this manually, everything else I managed to do programmatically using AppleScript. This is the last piece of the puzzle to make it look perfect. Any advice?

XBMC loads the NFO metadata into Plex Database in this case movies…

Everything else uses other agents…

I was hoping the set poster to be picked up as local media asset by none of the below namings worked:

[set name]-poster.jpg
[set name]-setposter.jpg
[movie name]-setposter.jpg
setposter.jpg
set-poster.jpg

for poser it would be the movie name -poster.jpg

example;

I Am Human (2019) (tt6802922) (1080p-h264 AAC-6ch)-poster.jpg

no space before the dash…

note that Plex ignores anything in square brackets in a file name. [ ]

use () to group information.

The actual movie posters are working fine, I’m referring to the set/collection poster. Below sample movie might illustrate better my issue:

The Dark Knight (2008)
    The Dark Knight (2008).mp4
    The Dark Knight (2008)-poster.jpg
    The Dark Knight (2008)-fanart.jpg
    The Dark Knight (2008).nfo
    Batman-setposter.jpg
    Batman-poster.jpg
    setposter.jpg
    set-poster.jpg

There is no command that I know of to set the poster for collections.

I edit the collection and change the poster…

I’m very new to use this agent. I have each folder with .actors foder, i set the agent local but no thumb of actors. Where I wrong? I’m using mediaelch to create the nfo file and the movie has embed metadata…

the agent XBMCnfoMovieImporter takes the NFO file that is in the movie folder and extracts the information and put it into the Plex Database… Any information in the NFO file that doesn’t have a place in the Plex Database is ignored.

It doesn’t read the metadata embed in the movie…

Not sure what you mean here…

Is very clear what you mean. So the problem is the nfo. I need a program who write In the nfo that the pics are in the .actor folder? Which I have to use? I have to modify one by one the nfo?

.nfo is a Kodi “thing”. So use something from this ecosystem. One popular one is “Ember Media Manager”, but there are others as well.

Thanks Otto. Could I post a nfo file so you can check if is ok ?

Sorry, I have no idea how such an .nfo is supposed to look like.
Maybe try them to use with Kodi. If Kodi does read them OK, the .nfo importer will probably do the same.

I use Tiny Media Manager…

All the actor info in my NFO’s point to an online source…

That’s the point. They has to be in a local folder I suppose

Don’t know what Plex is going to do with a local file, If it’s designed to look for at an http address…

Pulled his from an NFO file…


  <actor>
    <name>Keri Russell</name>
    <role>Wonder Woman (voice)</role>
    <thumb>http://image.tmdb.org/t/p/h632/1K9x70SeXH8aXwMN3pedtVpv1gn.jpg</thumb>
    <profile>https://www.themoviedb.org/person/41292</profile>
  </actor>
  <actor>
    <name>Nathan Fillion</name>
    <role>Col. Steve Trevor (voice)</role>
    <thumb>http://image.tmdb.org/t/p/h632/B7VTVtnKyFk0AtYjEbqzBQlPec.jpg</thumb>
    <profile>https://www.themoviedb.org/person/51797</profile>
  </actor>

I find a lot of Actor information pulled from online is inaccurate.
Lots of times the Actor name used is correct but references another actor…
In one case an actor was listed that is currently in his 20’s but the move was from the 50’s

I create a nfo with the url in a local folder…but no luck
proxy.txt (258 Bytes)

That text file has no url to a local folder/file in it…

What is it your trying to accomplish…

Well the strange thing is that the thumb is apparently loaded. The actor has a total black thumb, not the letter of name and surname. It look like plex find something but not the jpg. Maybe I wrong

<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>tt1856101</id>
  <tmdb>335984</tmdb>
  <tmdbcolid>422837</tmdbcolid>
  <uniqueid type="imdb" default="true">tt1856101</uniqueid>
  <uniqueid type="tmdb" default="false">335984</uniqueid>
  <title>Blade Runner 2049</title>
  <originaltitle>Blade Runner 2049</originaltitle>
  <language>en-US</language>
  <year>2017</year>
  <releasedate>2017-10-05</releasedate>
  <country>USA</country>
  <country>UK</country>
  <country>Hungary</country>
  <country>Canada</country>
  <country>Spain</country>
  <rating>8</rating>
  <votes>418,876</votes>
  <mpaa>Rated R</mpaa>
  <certification>USA:R</certification>
  <genre>Action</genre>
  <genre>Drama</genre>
  <genre>Mystery</genre>
  <genre>Sci-Fi</genre>
  <genre>Thriller</genre>
  <studio>Alcon Entertainment</studio>
  <director>Denis Villeneuve</director>
  <credits>Hampton Fancher</credits>
  <credits>Michael Green</credits>
  <tagline>The key to the future is finally unearthed.</tagline>
  <outline>Young Blade Runner "K"'s (Ryan Gosling's) discovery of a long-buried secret leads him to track down former Blade Runner Rick Deckard (Harrison Ford), who's been missing for thirty years.</outline>
  <plot>Thirty years after the events of Blade Runner (1982), a new Blade Runner, L.A.P.D. Officer "K" (Ryan Gosling), unearths a long-buried secret that has the potential to plunge what's left of society into chaos. K's discovery leads him on a quest to find Rick Deckard (Harrison Ford), a former L.A.P.D. Blade Runner, who has been missing for thirty years.</plot>
  <runtime>164 min</runtime>
  <dateadded>2017-10-04 00:00:00</dateadded>
  <datemodified>2020-03-27 00:46:20</datemodified>
  <actor>
    <name>Ryan Gosling</name>
    <role>K</role>
    <order>0</order>
    <thumb>http://image.tmdb.org/t/p/original/lyUyVARQKhGxaxy0FbPJCQRpiaW.jpg</thumb>
    <tmdbid>30614</tmdbid>
  </actor>
  <actor>
    <name>Harrison Ford</name>
    <role>Rick Deckard</role>
    <order>1</order>
    <thumb>http://image.tmdb.org/t/p/original/5M7oN3sznp99hWYQ9sX0xheswWX.jpg</thumb>
    <tmdbid>3</tmdbid>
  </actor>
  <actor>
    <name>Ana de Armas</name>
    <role>Joi</role>
    <order>2</order>
    <thumb>http://image.tmdb.org/t/p/original/8nXpnukcdLTsTmJrHfwbLq2DUm9.jpg</thumb>
    <tmdbid>224513</tmdbid>
  </actor>
  <actor>
    <name>Robin Wright</name>
    <role>Lt. Joshi</role>
    <order>3</order>
    <thumb>http://image.tmdb.org/t/p/original/3IvlZd2PpT3Tuxy8lr6ymWLyoNU.jpg</thumb>
    <tmdbid>32</tmdbid>
  </actor>
  <actor>
    <name>Sylvia Hoeks</name>
    <role>Luv</role>
    <order>4</order>
    <thumb>http://image.tmdb.org/t/p/original/wKC9LgqgJRCXuzs1kUKaK7Uicv.jpg</thumb>
    <tmdbid>104632</tmdbid>
  </actor>
  <actor>
    <name>Mackenzie Davis</name>
    <role>Mariette</role>
    <order>5</order>
    <thumb>http://image.tmdb.org/t/p/original/ekQbEIKh26jbz17P0wwLbo6uNs9.jpg</thumb>
    <tmdbid>1110405</tmdbid>
  </actor>
  <actor>
    <name>Jared Leto</name>
    <role>Niander Wallace</role>
    <order>6</order>
    <thumb>http://image.tmdb.org/t/p/original/i6zIpHiKBnaHtacJU6qgeoDjiw1.jpg</thumb>
    <tmdbid>7499</tmdbid>
  </actor>
  <actor>
    <name>Carla Juri</name>
    <role>Dr. Ana Stelline</role>
    <order>7</order>
    <thumb>http://image.tmdb.org/t/p/original/e3fMoi1Qqfe9JEOu3ubvHzs07EW.jpg</thumb>
    <tmdbid>1013973</tmdbid>
  </actor>
  <actor>
    <name>Lennie James</name>
    <role>Mister Cotton</role>
    <order>8</order>
    <thumb>http://image.tmdb.org/t/p/original/hfZrdEkBHxYYbMoGHAaVomlgMi.jpg</thumb>
    <tmdbid>1120</tmdbid>
  </actor>
  <actor>
    <name>Dave Bautista</name>
    <role>Sapper Morton</role>
    <order>9</order>
    <thumb>http://image.tmdb.org/t/p/original/uwPQIsUdI4lEsrtqPqEgqeIpRo9.jpg</thumb>
    <tmdbid>543530</tmdbid>
  </actor>
  <actor>
    <name>David Dastmalchian</name>
    <role>Coco</role>
    <order>10</order>
    <thumb>http://image.tmdb.org/t/p/original/3cdrnfthY40ZsIhq1FBEwGJq9mE.jpg</thumb>
    <tmdbid>83854</tmdbid>
  </actor>
  <actor>
    <name>Barkhad Abdi</name>
    <role>Doc Badger</role>
    <order>11</order>
    <thumb>http://image.tmdb.org/t/p/original/utfeg8GnGyW3aVNcRfhII9RCXB6.jpg</thumb>
    <tmdbid>1261694</tmdbid>
  </actor>
  <actor>
    <name>Hiam Abbass</name>
    <role>Freysa</role>
    <order>12</order>
    <thumb>http://image.tmdb.org/t/p/original/hkzC5aJKTiuCchBpybaHDVngYZW.jpg</thumb>
    <tmdbid>765</tmdbid>
  </actor>
  <actor>
    <name>Wood Harris</name>
    <role>Nandez</role>
    <order>13</order>
    <thumb>http://image.tmdb.org/t/p/original/9gvwUEu1fZTSTkykaCx2fSdSDWK.jpg</thumb>
    <tmdbid>65829</tmdbid>
  </actor>
  <actor>
    <name>Edward James Olmos</name>
    <role>Gaff</role>
    <order>14</order>
    <thumb>http://image.tmdb.org/t/p/original/7B9ftnaVM4Lj3nq8sOE5IlVbySH.jpg</thumb>
    <tmdbid>587</tmdbid>
  </actor>
  <actor>
    <name>Tómas Lemarquis</name>
    <role>File Clerk</role>
    <order>15</order>
    <thumb>http://image.tmdb.org/t/p/original/6qWyGbPWE020wTezwoWx1wIPuPQ.jpg</thumb>
    <tmdbid>18818</tmdbid>
  </actor>
  <actor>
    <name>Sallie Harmsen</name>
    <role>Replicant</role>
    <order>16</order>
    <thumb>http://image.tmdb.org/t/p/original/nBLoewK2FjJtYy0YkrEomgVeoaX.jpg</thumb>
    <tmdbid>544096</tmdbid>
  </actor>
  <actor>
    <name>Sean Young</name>
    <role>Rachael</role>
    <order>17</order>
    <thumb>http://image.tmdb.org/t/p/original/qzXxAAn5D3A2OEKejkMMV5vmVFr.jpg</thumb>
    <tmdbid>586</tmdbid>
  </actor>
  <actor>
    <name>Loren Peta</name>
    <role>Rachael double</role>
    <order>18</order>
    <thumb>http://image.tmdb.org/t/p/original/XuWNeNu7g3stBzPX6n2PjNBOr1.jpg</thumb>
    <tmdbid>1901526</tmdbid>
  </actor>
  <actor>
    <name>Mark Arnold</name>
    <role>Interviewer</role>
    <order>19</order>
    <thumb>http://image.tmdb.org/t/p/original/dTfoxBUC6jpZry0ijlS8g4Y5cuS.jpg</thumb>
    <tmdbid>119893</tmdbid>
  </actor>
  <actor>
    <name>Krista Kosonen</name>
    <role>Doxie #2</role>
    <order>20</order>
    <thumb>http://image.tmdb.org/t/p/original/6o55wwwRPX7nOEXTJoJSKeJkacu.jpg</thumb>
    <tmdbid>72482</tmdbid>
  </actor>
  <actor>
    <name>Elarica Johnson</name>
    <role>Doxie #3</role>
    <order>21</order>
    <thumb>http://image.tmdb.org/t/p/original/iiMfkwUSyUki9Q6YbfoVBOGSheq.jpg</thumb>
    <tmdbid>89387</tmdbid>
  </actor>
  <actor>
    <name>Kingston Taylor</name>
    <role>Boy with One Ear</role>
    <order>22</order>
    <thumb>http://image.tmdb.org/t/p/original/pwivZzhZf1JCV49YBlkRycUGGTB.jpg</thumb>
    <tmdbid>1813834</tmdbid>
  </actor>
  <actor>
    <name>David Benson</name>
    <role>Liberace Look-A-Like</role>
    <order>23</order>
    <thumb>http://image.tmdb.org/t/p/original/5xA8oSRBfzBN9QAOC0MAI8Jqb0.jpg</thumb>
    <tmdbid>1380395</tmdbid>
  </actor>
  <actor>
    <name>Suzie Kennedy</name>
    <role>Marilyn Look-A-Like</role>
    <order>24</order>
    <thumb>http://image.tmdb.org/t/p/original/qEm5LOUIvVYp5iTGALj76pxkcyr.jpg</thumb>
    <tmdbid>1148965</tmdbid>
  </actor>
  <actor>
    <name>Stephen Triffitt</name>
    <role>Sinatra Look-A-Like</role>
    <order>25</order>
    <thumb>http://image.tmdb.org/t/p/original/eoiyH3cJ7wpa5ED9Dbpehl8poXg.jpg</thumb>
    <tmdbid>1898020</tmdbid>
  </actor>
  <actor>
    <name>Ellie Wright</name>
    <role>Little Ellie</role>
    <order>26</order>
    <thumb>http://image.tmdb.org/t/p/original/xF7ww2FNyQGOOKQ1kdH4COkQEZ5.jpg</thumb>
    <tmdbid>1813833</tmdbid>
  </actor>
  <actor>
    <name>Vilma Szécsi</name>
    <role>Angry Old Lady</role>
    <order>27</order>
    <thumb>http://image.tmdb.org/t/p/original/6bQYnho9aP3WEdQQa4PaO0jxbKr.jpg</thumb>
    <tmdbid>2146286</tmdbid>
  </actor>
  <set>
    <name>Blade Runner Collection</name>
    <overview>An American neo-noir science-fiction film series set in a dystopian Los Angeles, depicting a future in which synthetic humans known as "replicants" are bio-engineered by the powerful Tyrell Corporation, to work on off-world colonies. Based on the novel Do Androids Dream of Electric Sheep?</overview>
    <tmdb>422837</tmdb>
  </set>
  <fileinfo>
    <streamdetails>
      <audio>
        <bitrate>4597</bitrate>
        <channels>8</channels>
        <codec>TrueHD+Atmos / TrueHD</codec>
        <language>eng</language>
        <longlanguage>English</longlanguage>
      </audio>
      <subtitle>
        <language>eng</language>
        <longlanguage>English</longlanguage>
        <type>Embedded</type>
      </subtitle>
      <video>
        <aspect>1.778</aspect>
        <bitrate>4950</bitrate>
        <codec>hevc</codec>
        <durationinseconds>9807</durationinseconds>
        <height>2160</height>
        <width>3840</width>
        <filesize>66428058155</filesize>
      </video>
    </streamdetails>
  </fileinfo>
  <locked>false</locked>
</movie>

That’s how one of my nfo’s look and it imports eveything correctly into Plex

He’s trying to have an actor’s thumbnail image be imported from the local actors folder…

so it wouldn’t be an http: but more like c:\actors\John Wayne.jpg

The testing I did hasn’t worked…