I have found the following issues with the XBMC INFO template when using it with movies:
1) "<id>tt_IMDB_IDONLY_</id>" appears to reference the EMM 7 label for the IMDB field. If I replace it with "<id>tt_MOVIE_SITEID_</id>" then it pulls in the IMDB id from EMM 8.
2) If you don't have any fan art in EMM 8 for a movie, then the NFO file shows: <fanart> <thumb>C:\Users\Sarah\Documents\eXtreme Movie Manager 8\configuration\\white.gif</thumb> </fanart>
I would prefer if their is no fan art that it instead showed: <fanart></fanart>
3) The same issue occurs with actor thumbnails if their is no picture in EMM 8. Here is an example: <thumb>C:\Users\Sarah\Documents\eXtreme Movie Manager 8\configuration\\white.gif</thumb>
4) The actors URL for the image has an extra "\", for example: <thumb>C:\Users\Sarah\Documents\eXtreme Movie Manager 8\Databases\Regular Movies_photos\\Richard-Jenkins_225154.jpg</thumb>
Their is an extra slash between the file and the previous folder.