XBMC NFO importer for movies - poster images issue

After a lot of troubleshooting to find out why the NFO importer for movie never used my posters I finally found why...
It seems to be ONLY looking for "(moviefilename)-poster.jpg" (and completely ignore my "poster.jpg".)
 
It should be also looking for "poster.jpg" as this is the XBMC naming convention standard in Frodo for movies in dedicated folders.
The convention  "(moviefilename)-poster.jpg" is more for movies all in one folder.
 
***This is all from XBMC WIKI: http://wiki.xbmc.org/index.php?title=Frodo_FAQ#Local_images
 
part of the logs confirming this:
2013-12-04 10:09:04,687 (12f4) :  DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/metadata/20650/tree'
2013-12-04 10:09:04,703 (12f4) :  INFO (logkit:16) - ++++++++++++++++++++++++
2013-12-04 10:09:04,703 (12f4) :  INFO (logkit:16) - Entering update function
2013-12-04 10:09:04,703 (12f4) :  INFO (logkit:16) - ++++++++++++++++++++++++
2013-12-04 10:09:04,703 (12f4) :  INFO (logkit:16) - folderpath: \\sfserver\movies$\Man of Steel (2013)
2013-12-04 10:09:04,703 (12f4) :  INFO (logkit:16) - Moviename from folder: /\\sfserver\movies$\Man of Steel (2013)/\\sfserver\movies$\Man of Steel
2013-12-04 10:09:04,703 (12f4) :  INFO (logkit:16) - Trying \\sfserver\movies$\Man of Steel (2013)\Man.of.Steel-poster.jpg
2013-12-04 10:09:04,703 (12f4) :  INFO (logkit:16) - Found poster file \\sfserver\movies$\Man of Steel (2013)\Man.of.Steel-poster.jpg
2013-12-04 10:09:04,717 (12f4) :  INFO (logkit:16) - No fanart file found! Aborting!
2013-12-04 10:09:04,717 (12f4) :  INFO (logkit:16) - Trying \\sfserver\movies$\Man of Steel (2013)\Man.of.Steel.nfo
2013-12-04 10:09:04,717 (12f4) :  INFO (logkit:16) - Found .nfo file \\sfserver\movies$\Man of Steel (2013)\Man.of.Steel.nfo
 
 
I tested creating a  "(moviefilename)-poster.jpg" and it works which proves my point....
 
***To work around this, I have to use the "local media asset" agent first so it takes the folder.jpg or poster.jpg.
I really think this should be fixed as I'm not going to change my naming convention for this and I would prefer only use this agent (without the "local media asset")

Might want to try posting your request to the developer here :

https://forums.plexapp.com/index.php/topic/38402-metadata-agents-for-exported-xbmc-library/

Might want to try posting your request to the developer here :

https://forums.plexapp.com/index.php/topic/38402-metadata-agents-for-exported-xbmc-library/

I prefer isolating specific issues in separate tread to avoid different conversations mixed up in the main tread. (also easier to search after for other user)

Sorry if I shouldn't...

***I also submitted this to GitHub and it's already fixed!!!

https://github.com/gboudreau/XBMC-Movies-Metadata-Agent-for-Plex/issues/21

thanks again Guillaume!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.