Release Artist Slideshow addon (with skin and addon integration)
(2014-09-08, 18:51)pkscout Wrote:
(2014-09-08, 10:36)JohnyBee Wrote: Hi
Thanks for this add-on is great Big Grin
I have a request. Can you add a small modification.
When I listen to the radio tags are show as artist-name (no spaces) and AS does not recognize the artist.
Maybe the code:
default.py
(...)
line 333
try:
    playingartist = playing_song [0: (playing_song.find ('-')) - 1]
except RuntimeError:
(...)
convert to:
(...)
 try:
    playing_song playingartist = [0: (playing_song.find ('-'))]
    playingartist = playingartist.strip ()
except RuntimeError:
(...)
It works for me.

Which streaming service is this? I might be able to do something different, but I need to have a service with which I can test.

Quote:I have a second request. Is the AS may download ClearLOGO from fanart.tv? It would be wonderful.Huh

Artist Slideshow is meant to display images of the artists, not download all the various kinds of art available. If you want something like that, there are other add ons that will download clear art, album art, and all that other stuff.

Hi pkscout...

Streaming service:
http://91.121.89.153:8250

Of course you are right that other add-ons downloading all different kinds of art, but this is done only for the local library (not for streaming service). It would be nice while listening to music with a streaming service to watch the artist ClearLOGO.
I would have done little mod in the skin and it would be perfect.
AS works perfectly.
However, can you give to convince?
AS could download clearlogo to temporary folder (for example ArtistClearlogo in (..) \ addon_data \ script.artistslideshow \), or share the link (same as AS for similar artists).
I would be very grateful.
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 JohnyBee - 2014-09-09, 10:08
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