Kodi Community Forum
Win Scanned music not appearing in library. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Win Scanned music not appearing in library. (/showthread.php?tid=175172)



Scanned music not appearing in library. - mrdj204 - 2013-10-07

I've done a bunch of searching and a bunch of library resetting with no success.

-All files are properly tagged.
-I can scan them in, the little popup on the top will come up and go through each directory.
-I can look at the music database and see that everything is in there.

When I go to use library mode though, it is just empty. No idea what to do anymore.

http://xbmclogs.com/show.php?id=66840

The selected items are what was added to the library with this debug log.
http://imgur.com/nLzlS38

Any help would be great.


RE: Scanned music not appearing in library. - mrdj204 - 2013-10-09

Shameless self-bump


RE: Scanned music not appearing in library. - buges - 2013-10-10

Seems like a mysql problem somewhere, Looking at the log i see, Xbmc didn't create some tables. "ERROR: SQL: The table does not exist"

I'd suggest you drop the db & start again, Make sure the xbmc user has grant all privileges.

http://wiki.xbmc.org/index.php?title=HOW-TO:Sync_multiple_libraries/Setting_up_MySQL


RE: Scanned music not appearing in library. - mdleal82 - 2013-10-10

What version of mysql are you running? XBMC only works with MySQL 5.5 and lower.

http://wiki.xbmc.org/index.php?title=Talk:XBMC_databases


RE: Scanned music not appearing in library. - mrdj204 - 2013-10-10

(2013-10-10, 22:13)mdleal82 Wrote: What version of mysql are you running? XBMC only works with MySQL 5.5 and lower.

http://wiki.xbmc.org/index.php?title=Talk:XBMC_databases

Yeah, noticed that when I checked the page. Downgrading to 5.5 fixed the issue.