Visible need if specific addon is active
#1
Hi,


I need a Visible if a specific addon is active/running

example:
Code:
<visible>system.addon.IsActivate(plugin.audio.shoutcastradio)</visible>


ore:
Code:
<visible>system.addon.IsRunning(plugin.audio.shoutcastradio)</visible>

dharma 10.1 ore later
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
#2
nothing ?
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
#3
I use :

Code:
<visible>substring(container.folderpath,plugin://plugin.program.advanced.launcher)</visible>
Image
To learn more, click here.
Reply
#4
THX igotdvds,

your example works but it not works with

Code:
script://script.xxx
ore
plugin://plugin.video.rtl.now

must be ?

Code:
plugin://plugin.program.xxx
I needed at Home for this script script.artistslideshow
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
#5
i kinda feel embarrassed 'cause i forgot to include this info in the readme of script.artistslideshow....

you can use:
Code:
Window(Visualisation).Property(ArtistSlideshowRunning)
to check if the script is running.

it will return True when running and will be empty when not.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#6
ronie Wrote:i kinda feel embarrassed 'cause i forgot to include this info in the readme of script.artistslideshow....

you can use:
Code:
Window(Visualisation).Property(ArtistSlideshowRunning)
to check if the script is running.

it will return True when running and will be empty when not.

You should be ashamed of yourself. Seriously. Wink
Image
To learn more, click here.
Reply
#7
the script uses the window property internally to check if it's already running,
so you can't start it twice.

i thought it was of little interest to skinners....
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#8
ronie Wrote:the script uses the window property internally to check if it's already running,
so you can't start it twice.

i thought it was of little interest to skinners....

because you thought wrongSmile

BIG THX
that's great, oh well, I would once again open to the pySmile. ... again no matter what learned. For the first one it was a very good Help !

The topic is not yet on table. If anyone knows how else I can use in the visible current running addons, that would be very nice.

greetz dj
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply

Logout Mark Read Team Forum Stats Members Help
Visible need if specific addon is active0