Release Artist Slideshow addon (with skin and addon integration)
New Beta Available

v.1.5.3.009
- widened tolerance on 16:9 proportion check from last.fm
- musicbrainz lookup now validates artist based on releases, recordings, then works
- updated musicbrainz search to better deal with featured artists
- updated musicbrainz search to work with add-ons that call AS remotely
- fixed bug where cached images wouldn't be merged for featured artists

You can get it at https://github.com/pkscout/script.artist...master.zip

A note about the updates for the external add-on support. Your external add-on can now call AS and pass skin label names for album name and MusicBrainz ID. The MusicBrainz information can contain a comma delimited list of MusicBrainz IDs that are in the same order as the artists for the song. Neither album nor MusicBrainz ID are required, but the album is highly recommend if possible, as it makes the MusicBrainz search faster.

The call for AS would now look something like this:

Code:
artistslideshow = "RunScript(script.artistslideshow,windowid=%s&artistfield=%s&titlefield=%s&albumfield=%s&mbidfield=%s)"
        % (xbmcgui.getCurrentWindowId(), "CURRENTARTIST", "CURRENTTITLE", "CURRENTALBUM", "CURRENTMBID")
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by pkscout - 2013-07-05, 06:01
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5