Kodi Community Forum

Full Version: add-on path
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
That only if it has already been installed right ... I want a complete list installed or not.
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.
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