Kodi Community Forum
Ember renaming existing nfo file to .info - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195)
+---- Thread: Ember renaming existing nfo file to .info (/showthread.php?tid=346783)



Ember renaming existing nfo file to .info - wcndave - 2019-08-30

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?


RE: Ember renaming existing nfo file to .info - DanCooper - 2019-08-30

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.