diff --git a/Import-collection-library-and-playlists-data-from-Clementine.md b/Import-collection-library-and-playlists-data-from-Clementine.md index 7574d21..26d038a 100644 --- a/Import-collection-library-and-playlists-data-from-Clementine.md +++ b/Import-collection-library-and-playlists-data-from-Clementine.md @@ -156,6 +156,11 @@ SELECT ROWID, `UPDATE strawberry.playlist_items SET song_id = "";` +`DELETE FROM strawberry.songs_fts;` + +`INSERT INTO strawberry.songs_fts (ROWID, ftstitle, ftsalbum, ftsartist, ftsalbumartist, ftscomposer, ftsperformer, ftsgrouping, ftsgenre, ftscomment)` +`SELECT ROWID, title, album, artist, albumartist, composer, performer, grouping, genre, comment` +`FROM strawberry.songs;` Use the following command to restore all album covers cached in Clementine: