Kodi Community Forum

Full Version: Ember hangs on adding movies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Dan,

Thanks for Ember, been using it for quite some years now!

I experience problems with adding movies in 1.4.7.2
I have 4 folders of movies. Ember scrapes 3 of them and hangs during the 4th one (my 3d). It seems not related to the movie or current NFO of that movie (deleting NFO keeps error, renaming Movie makes it hang on another movie).
I still have version 1.3.0.20 installed. It does add that folder, but has no movie sets options.
Reinstalling Ember 1.4.7.2 has no effect. Clean intall on Win 10 also errors.

Any suggestions?
Please post your error log on pastebins.com.
Thanks for your quick reply, Dan.

Please find the Sunday log here: http://pastebin.com/mcidEUbi
I tried again today, see log here: http://pastebin.com/YqiWvsfd

Ember takes a long time Performing Preliminary Tasks.
It hangs on the same 3D movie
I see not all series are added (only 9).

Hope you can help
Looks like an error while "GetBestVideo" from this movie.
Please download MediaInfo, open your file with it, switch to View -> XML and export the view with Alt+E. Then send the file to [email protected] and we try to find the issue. Thx.
Check the width of the videofile in Mediainfo - in GetbestVideo we directly convert the width string to Integer without checking, that the cause of the error Confused
Hi, all files have been sent to you by mail.
Hi Dan, any response yet?
I think that is a problem with the very old way we use to set the resolution flag in main windows (see code: link).
I'll discuss that with Cocotus whether we should use a better solution. Maybe we can use the same rules like Kodi does.