how to clear music library: fresh-start

Asked by IntuitiveLeap

How can I empty the Music Library so that I can rescan the Music folder and NOT get everything duplicated in the interface's listings?

Question information

Language:
English Edit question
Status:
Solved
For:
Noise Edit question
Assignee:
No assignee Edit question
Solved by:
Victor Martinez
Solved:
Last query:
Last reply:
Revision history for this message
Best Victor Martinez (victored) said :
#1

Clear cached album art with:

$ rm -rf ~/.cache/noise/

Purge database with:

$ rm -rf ~/.local/share/noise/

Revision history for this message
Victor Martinez (victored) said :
#2

I forgot to mention that you should run the above commands while the application is closed.

Revision history for this message
IntuitiveLeap (intuitiveleap) said :
#3

Thanks Victor Martinez, that solved my question.