How to know path of my add on?
#1
Hello

I installed my custom "add on" and it run as

 <onclick>ActivateWindow(Videos,addons://sources/video/)</onclick>

then it shows my video "add on" list window.It works fine.

However, I would like to run my specific video addon like this

<onclick>ActivateWindow(Videos,addons://sources/video/myaddon/)</onclick>

to do that, I need my addon path (If I have correct)

Can you advise me how to know the path of video app?
Reply
#2
Thread moved to addon development.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
if you want to run a plugin from within a skin, you need to use the 'addon id'.

for instance, this will run the youtube plugin:
xml:
<onclick>ActivateWindow(Videos,plugin://plugin.video.youtube/)</onclick>
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
#4
(2020-05-23, 12:41)ronie Wrote: if you want to run a plugin from within a skin, you need to use the 'addon id'.

for instance, this will run the youtube plugin:
xml:
<onclick>ActivateWindow(Videos,plugin://plugin.video.youtube/)</onclick>
Appreciate. It works.
Reply

Logout Mark Read Team Forum Stats Members Help
How to know path of my add on?0