Updated Import collection library and playlists data from Clementine (markdown)

Jonas Kvinge 2020-12-11 19:29:43 +01:00
parent 73d41f00cd
commit 4dd2764283
1 changed files with 2 additions and 2 deletions

@ -17,9 +17,9 @@ Type the following commands to attach both databases;
ATTACH '/home/username/.local/share/strawberry/strawberry/strawberry.db' AS strawberry;
ATTACH '/home/username/.config/Clementine/clementine.db' AS clementine;
-- Delete all existing songs, playlists and playlist items in the strawberry.db:
Delete all existing songs, playlists and playlist items in the strawberry.db.
-- This must be done when importing all data from Clementine because playlists are based on ROWIDs.
This must be done when importing all data from Clementine because playlists are based on ROWIDs.
DELETE FROM strawberry.directories;