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")