Kodi Community Forum

Full Version: Ember renaming existing nfo file to .info
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a documentary film which is not in any database.  I have an nfo file for it, which was created by MyMovies.
When scanning the folder, it renames the file, and doesn't pick up any of the data.  What's the best way to get Ember to use the data which does exist?
NFO will be renamed to ".info" if XML has wrong values. In most case it's:
"True" instead of "true"
"False" instead of "false"
or an empty value for an Integer value (e.g. "<top250></top250>" instead of "<top250>0</top250>").

You can look into the Ember log (.\Ember Media Manager\Logs) to find out which line in our XML was wrong.