Mikkel Kamstrup Erlandsen wrote: > > > This might be a silly question (or simply answered somewhere I didn't > look)... Why is this api needed anyway? Is it not possible with the > current dbus api to get all items from the audio service with the > metadata property audio.artist?
is it possible via rdf query but it wont be as nice or as efficient as a dedicated method call SOme other things might need some jumping into hoops EG to get a list of all unique albums you would get all album names via RDF Query and then sort them out locally into a unique list. The idea is to have a separate dbus interface for each first class object that provides convenience methods (and better optimizations too) -- Mr Jamie McCracken http://jamiemcc.livejournal.com/ _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
