Ember renaming existing nfo file to .info
#1
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?
Kodi Leia on Pi-4 running LibreElec. in production with family, and another one for testing.
Reply
#2
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Ember renaming existing nfo file to .info0