Addon type xbmc.audioencoder
#1
This should be a real one, honest!

Is this missing from the types for a reason or just missed? If I do:

Code:
{"jsonrpc": "2.0", "method": "Addons.GetAddons", "params": {  }, "id": "libAddons"}
I'll get everything including:
Code:
{
                "addonid": "audioencoder.xbmc.builtin.wma",
                "type": "xbmc.audioencoder"
            },
            {
                "addonid": "audioencoder.xbmc.builtin.aac",
                "type": "xbmc.audioencoder"
            },
but
Code:
{"jsonrpc": "2.0", "method": "Addons.GetAddons", "params": { "type": "xbmc.audioencoder" }, "id": "libAddons"}
errors and the type isn't actually listed in introspec so the error makes sense.
Image
AWXi - Ajax web interface. Wiki
Reply
#2
Yeah this is a bug. The addon type list needs to be manually adjusted whenever something is added so this (and probably others) was missed.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
See PR7001.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#4
Thanks for the fix.

For historical searches if you want to get the missing ones you'll need to retrieve the entire addon list and parse out the ones you want until Isengard release.
Image
AWXi - Ajax web interface. Wiki
Reply

Logout Mark Read Team Forum Stats Members Help
Addon type xbmc.audioencoder0