Skip to content

Instantly share code, notes, and snippets.

@aniketpant
Created May 20, 2013 06:46
Show Gist options
  • Save aniketpant/5610760 to your computer and use it in GitHub Desktop.
Save aniketpant/5610760 to your computer and use it in GitHub Desktop.
Steps to reset Banshee's database.
  1. Close Banshee.
  2. Backup your ~/.config/banshee-1/banshee.db (copy it, do not move or rename it).
  3. Execute the following command: sqlite3 ~/.config/banshee-1/banshee.db "update coretracks set LastSyncedStamp = 0 where PrimarySourceID=1"
  4. Start Banshee. It should now update your folder and file names. It takes quite a long time, depending on how many files you have. You can see how it's working in the bottom left corner.

The above steps come from http://askubuntu.com/a/48490/107558

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment