- Thread starter
- #471
Smirnuff said:Hi guys -
I've been looking at the C# source for Banshee this morning and have stumbled across something that may be of interest.
The Audioscrobbler website offers a number of XML sources for obtaining information on similar artists in addition to top albums and track listings on a per artist basis.
To see the XML content replace {0} from any of the following URLs with an artist's name:
http://ws.audioscrobbler.com/1.0/artist/{0}/similar.xml
http://ws.audioscrobbler.com/1.0/artist/{0}/toptracks.xml
http://ws.audioscrobbler.com/1.0/artist/{0}/topalbums.xml
The following XML content is for The Beatles:
Similar artists...
Top tracks...
Top Albums...
It would be nice to see MP using content such as this to offer recommendations, smart playlists and more.
In addition to this little gem the Banshee project has some other pretty nice features and well written code, its a Mono based Linux project with dependencies on GLib so its not possible to compile it for Windows without some changes but is well worth a look.
The project also provides features for connecting to MusicBrainz, including a C# wrapper for the MB API, this coupled with the fact that the above XML feeds can contain the MusicBrainz ID offers great possibilities to make My Music very information rich.
Cheers,
Smirnuff.
Looks interesting. I'll look into this further when I catch up on a couple of other things that are in the works.
Thanks -- Steve