hi
New here and i don't have a clue what i'm doing, but maybe this helps anyone...
i ran into the same problems running kodi 15.2 with a mysql library. After reading this topic and playing around a bit, i managed to scan everything from my library. (except for music videos and tv, but i don't use those)
here are the commands i had to change:
xbmcMoviesmovieview > movie_view
xbmcVideoGenresidGenre > genre_id
strGenre > name
(these only for video. music stays the same i think)
xbmcMovieActorstable = actor (not actors)
idActor > actor_id
strActor > name
actorlinkmovie > actor_link
After these changes, everything seems to be working perfect
I hardly use kodi for music, but do have some files in my library and didn't get any errors scanning the 'music52.songview' table or any other part of the music database, so i'm guessing those problems are not due to database changes in Isengard.