add-on path
#1
Is there a path for Kodi repo all add-ons... So basically I want a list that shows every add-on in Kodi repo at one time without sub directories.

It that a already provided or a hack to get this in one list?
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#2
Code:
addons://user/all

Settings > Add-ons > My-Addons > All

You know that you can use $INFO[Container.FolderPath] to find out what a library path is.


EDIT: Oh wait, I see you said from the repo, not installed. I'm not sure if there is something for that.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
That only if it has already been installed right ... I want a complete list installed or not.
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#4
I figured it out...

Code:
addons://search/.

Make sure you have the dot at the end - every single addon will have a dot in it's addon id name (for instance "skin.foo" "script.foo" etc.) so the search path shows everything both installed and not installed -- can't limit to only kodi repo though, it will be for every repo that is installed.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#5
Thanks a bunch... And showing other repos are fine for now I just something in mind I want to try. If I get to pick I can always make a hidden list and use visible tag with a string to filter thing out.

Thank you again
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply

Logout Mark Read Team Forum Stats Members Help
add-on path0