Kodi Community Forum

Full Version: Delete library for updating (MySQL)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I have tried everything I can think of, but not all my movies are showing in the library. Even if they have being there before.
NFO file and posters etc is there, inside the folder. (One folder for each movie)

I will try to delete my whole library, and start over. But as I use MySQL, I don`t know what files to delete.
Without MySQL, i just would have deleted the DB files inside the DB folder of Kodi.

Kindly

Petter
If using windows, open up the MySQL Command-Line Tool.

Code:
show databases;
Code:
drop database MyVideos##;

Code:
drop database MyMusic##;
Thank you very much for the help.

Sorry for late answer, this worked. :-)

Kindly

Petter