Release Artist Slideshow addon (with skin and addon integration)
Hello.

Here is French strings.xml

http://xbmclogs.com/show.php?id=5957

For addon.xml :

Code:
<summary lang="fr">Télécharger les images et les informations additionnelles de l'artiste en cours de lecture</summary>
<description lang="fr">Cett addon permet de télécharger les images et les informations additionnelles depuis Last.FM et htbackdrops.com de l'artiste en cours de lecture. Les images, ainsi que les images locales, et les informations peuvent être utilisées par le thème pour créer un diaporama pour l'artiste que vous êtes en train d'écouter.</description>

Now my questions Big Grin

Does your addon can be called from the skin in daemon mode without having song played.

I have found in the wiki how to start script.artistslideshow in daemon mode :
http://wiki.xbmc.org/index.php?title=Add...er_Screens

And your script can be called from another addon :
http://wiki.xbmc.org/index.php?title=Add...ther_addon

But can I call it directly from the skin ? Or do I have to write an addon/script to call your addon/script ?

For example, at skin init, I start your script in daemon mode.
When I enter a specific window (artist information window for example), I want to start slideshow, so if I set up property CURRENTARTIST to my windows and use :
Code:
<onload>RunScript(script.artistslideshow,windowid=WINDOW_ID&artistfield=CURRENTARTIST)</onload>
and define multimage object in my window, slideshow will work ?

And when exiting artist info window, I just have to set CURRENTARTIST to blank ?

I'm a newbie in skin modding so before losing my hear scratching my head because it doesn't work, I ask if it's possible Big Grin

Thanks.
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
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
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by mikebzh44 - 2012-08-01, 10:06
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
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