Kodi Community Forum

Full Version: Database problem. Limit of entries in music database.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

When I scan my music catalog (after adding new “CD’s”) XBMC crashes. Opening MySQL I can see that there are 400 entries in the database. So it looks like XBMC is trying to add entry number 401 but MySQL won’t allow it. Is there a way to set increase the number of entries in MySQL?

Cheers

/Jonas
I'm pretty certain there isn't a limit in XBMC, and even if there were our programmers would handle it in a more elegant way than just crashing :-)

I suspect the database has got corrupted. Try copying the userdata\database folder (as a backup) then deleting it and see if that fixes the crash. If it doesn't you'll need to record a debug log (see http://wiki.xbmc.org/index.php?title=Log_File) and put it on pastebin.com for us to have a look at.

JR
Xbmc should not be imposing that limit. Is Xbmc crashing? How about providing a debug log. Also, try using the built-in sqlite database for comparison.