Podcast Support
Bart Cerneels
bart.cerneels at kde.org
Sun Nov 22 10:07:21 CET 2009
On Sun, Nov 22, 2009 at 03:27, Mathias Panzenböck
<grosser.meister.morti at gmx.net> wrote:
> Oh, and shouldn't there be the subclasses SqlPodcastArtist, SqlPodcastAlbum,
> SqlPodcastGenre, SqlPodcastComposer and SqlPodcastYear that overload the
> tracks(), hasAlbumArtist(), albumArtist() and albums() methods using appropriate
> sql queries?
>
> -panzi
>
Nope. The way we do it now works fine and without any additional code.
We are not doing lookups on the Meta fields like querymaker does.
There speed matters and direct SQL lookups are needed.
But we just need them to get sorting and grouping working in The Playlist.
Bart
More information about the Amarok-devel
mailing list