[Amarok] improved filtering in the collection browsers, no

Maximilian Kossick maximilian.kossick at googlemail.com
Thu Dec 24 10:01:43 CET 2009


QStringList tables << "album" << "artist" << "genre" << "composer" << "year";
foreach( const QString &table, tables )
{
    m_collection->databaseUpdater()->deleteAllRedundant( table );
}

...or similar to the snippet above

On Thu, Dec 24, 2009 at 1:39 AM, Casey Link <unnamedrambler at gmail.com> wrote:
> Max or Jeff, could one of you kindly write some SQL foo to properly
> delete tracks from the database? I'll stick it my upcoming
> CollectionLocation/Organize patches.
>
> Casey
>


More information about the Amarok-devel mailing list