You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo 'delete from coretracks where TrackID in (select trackid from (select TrackID as trackid, count(TrackID) as c from coretracks group by TitleLowered,ArtistID,AlbumID,Title) where c > 1);' | sqlite3 banshee.db