How do I wipe the music database of Rhythmbox? I have imported lots of music into Rhythmbox. Now I want Rhythmbox to forget everything that I've imported.
How do I wipe the music database of Rhythmbox? I have imported lots of music into Rhythmbox. Now I want Rhythmbox to forget everything that I've imported.
Close Rhythmbox and delete the Rhythmbox database in
~/.local/share/rhythmbox/rhythmdb.xml
.If you also want Rhythmbox to forget your library paths (the directories where it automatically looks for music), then you need to delete them from dconf:
You can then set new paths in the Rhythmbox GUI, under
Edit -> Preferences -> Music
.(Note that
does not work correctly, since then Rhythmbox tries to be "smart" and uses your home directory as a default value. Using
/dev/null
above prevents this; alternatively you could directly set the library paths usinggsettings set
).