pkscout / script.artistslideshow

Addon to download images and additional information from fanart.tv, theaudiodb.com, and Last.FM of the currently playing artist. The images, along with local fanart, and info can be used by the skin to create a slideshow for the artist being listened to.
http://wiki.xbmc.org/index.php?title=Add-on:Artist_Slideshow
GNU General Public License v2.0
16 stars 17 forks source link

add TheAudioDB and FanArt.tv as artwork sources #31

Closed pkscout closed 11 years ago

pkscout commented 11 years ago

TheAudioDB API information: http://www.theaudiodb.com/forum/viewtopic.php?f=6&t=7 FanArt.tv API Information: http://fanart.tv/api-docs/music-api/ MusicBrainz Python Library: https://github.com/alastair/python-musicbrainz-ngs FanArt.tv Python Library: https://github.com/z4r/python-fanart

pkscout commented 11 years ago

Have to wait until XBMC fully implements MusicBrainz IDs.

pkscout commented 11 years ago

I am bringing this back to live status, as it looks like one of the two current image providers for AS has gone away. I'm going to try and figure out how to get MusicBrainz IDs using the artist name, cache that, and then use it to enable searching on the other two services.

pkscout commented 11 years ago

Got an api key for fanart.tv. Requested one for theaudiodb. Musicbrainz apparently doesn't require an account or API key for searching.

pkscout commented 11 years ago

Got theaudiodb api key. Started separate branch (musicbrainz) and have initial code in place to pull a musicbrainz ID.

pkscout commented 11 years ago

fanart.tv support is now in alpha. Man was that a pain.

pkscout commented 11 years ago

1.5.3.006 is out for testing. I'm testing 1.5.3.007 internally. This includes musicbrainz, theaudiodb.com, and fanart.tv support.

pkscout commented 11 years ago

1.5.4 shipped with fixes.