From 4dd276428398eb389945d3a403f9150205cd6659 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 11 Dec 2020 19:29:43 +0100 Subject: [PATCH] Updated Import collection library and playlists data from Clementine (markdown) --- ...t-collection-library-and-playlists-data-from-Clementine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Import-collection-library-and-playlists-data-from-Clementine.md b/Import-collection-library-and-playlists-data-from-Clementine.md index b9080d3..42c4abb 100644 --- a/Import-collection-library-and-playlists-data-from-Clementine.md +++ b/Import-collection-library-and-playlists-data-from-Clementine.md @@ -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;