Kodi Community Forum

Full Version: Library Update Adds Non-Existent Movies When Using Movie Sets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I've been playing around with movie sets using Ember (I have also used the XWMM web interface) and while the sets work fine, movies that I don't have are added to the library on startup. If I remove the sets, however, these non-existent movies are not added. All of the movie titles are numbers (ie. 2012, 9, etc) so it has to be xbmc scraping an errant number that was placed there when I made the movie sets. The path names also seem to be movie set related; for example, the path name for some movie called "208" is videodb://1/7/3/208.

Here is a debug log if needed
http://pastebin.com/8aBxAyAg

Thanks for all of your help

P.S.- This is my first post, so please let me know if something was done in error
How about posting the .nfo that you created the set with?
Here is the nfo for alien
http://pastebin.com/xC74paBM

I have more sets with 3-4 movies in each, so let me know if you want the nfo for all of the movies or you just wanted a sample. Like I said, I have tried making the sets using both ember and the web interface and both have yielded the same results.
Here are the rest of the nfos

http://pastebin.com/Pwf3MTcR
I'm not sure what the problem was but I just edited the advancedsettings.xml to exclude videodb://1/7 and it seems to have worked.

<video>
<excludefromscan>
<regexp>videodb://1/7</regexp>
</excludefromscan>
</video>
XWMM makes the changes directly to the db so maybe there's an error in your db it might be worth using clean library
>>X<<' Wrote:XWMM makes the changes directly to the db so maybe there's an error in your db it might be worth using clean library

Thanks for the suggestion, but I have tried that a few times. Are there any foreseeable problems to the work around I have?
Do all your movies have local artwork and nfo's if your now using Ember as it might be easier to just delete your "MyVideos34.db" and rebuild your library from scratch wont take long if they all have local artwork and nfo's cant see it being a problem with your nfo's if ember created them

Or wait for someone with a bit more knowledge who can tell you exactly whats going on from your log my guess your db has got messed up somewhere relating to one of your movie sets
Yes, you're correct, everything (thumbs, fanart, nfos, etc) is stored with the video files.
Thanks for your help.