Release Artist Slideshow addon (with skin and addon integration)
(2020-11-22, 11:55)intelligirl Wrote: Hi, I need your kind support.
I am using the latest version of kodi 18.9, AS 3 and a modified Estuary skin by me.
the AS is working fine with my offline music library, and i can see artists' photos in the background, but not when streaming radio music.

My steaming radio parameters are as follows:
$INFO[MusicPlayer.ChannelName] -> RADIO STATION NAME which can be changed on the .ps streaming file.
$INFO[MusicPlayer.Title] -> ARTISTNAME - ALBUM received automatically from the provider as the stream plays.

The AS plugin is reading the radio station name (MusicPlayer.ChannelName), so it is downloading 0 pictures every time.
Is there any programming way to fix this?
thanks!
AS uses a Python call to get the title of the playing song:

xbmc.Player().getMusicInfoTag().getTitle()

That is populated by Kodi core when a song starts playing, and I'm not 100% sure where the logic is for that, but I do know it isn't related to the info labels in the skin (i.e. it gets set well before the skin gets involved). So short of compiling a custom version of Kodi core or somehow rewriting the stream header, I don't think there's any way to fix that.
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
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
RE: Artist Slideshow addon (with skin and addon integration) - by pkscout - 2020-11-22, 19:09
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