Hi,
in my app I’m getting a list of music add-ons via “Addons.GetAddons” to display it to the user, including add-on description. How do I get the top level path of the add-on to open with “Files.GetDirectory”? There seems to be no property in the returned data.
Instead of “Addons.GetAddons”, I can use “Files.GetDirectory” with “directory” = “addons://sources/audio”, this way I get the top level path in the “file” property, however, I don’t get add-on descriptions.
Thanks,
Markus