Hello, these days, I am playing with python-fuse and tracker. I am currently trying to code a little demonstration of a fuse FS to browse 'Music' Services (by Album and Artist). In order to finish to code this, I need a few additions to the dbus interface.
By chance Jamie McCracken already announced he will code the functions I need: * GetArtists - returns unique list of all artists (includes stats for no of tracks per artist) * GetAlbums - returns unique list of all album names (includes stats for no of tracks per album) * GetTracks - returns list of all music tracks * GetAlbumsByArtists - returns unique list of all albums for a specified artist (includes stats for no of tracks per album) * GetTracksByArtists - returns unique list of all tracks for a specified artist (includes stats for no of tracks per artist) * GetTracksByAlbum - returns unique list of all tracks for a specified album http://jamiemcc.livejournal.com/1657.html Is there any news about the status of such code? Thanks, Julien _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
