UpdateLocalAddons when removing an addon
#1
Does UpdateLocalAddons only work to detect new addons, rather than remove ones that have been manually deleted?

After deleting an addon manually I tried this:

Code:
xbmc.executebuiltin( 'UpdateLocalAddons' )

but the addon stays in the list of available addons (it does get removed following a reboot)
Reply
#2
it should remove, how do you list em after having called the builtin? /me suspects some filesystem cache.
Reply
#3
Spiff, thanks for the reply, I just view the list via the normal video addons menu.
Reply
#4
(2013-03-10, 15:17)spoyser Wrote: Does UpdateLocalAddons only work to detect new addons, rather than remove ones that have been manually deleted?

After deleting an addon manually I tried this:

Code:
xbmc.executebuiltin( 'UpdateLocalAddons' )

but the addon stays in the list of available addons (it does get removed following a reboot)
Yo, u ever find a way around this
Reply
#5
(2016-08-10, 11:43)Demonstratorz Wrote:
(2013-03-10, 15:17)spoyser Wrote: Does UpdateLocalAddons only work to detect new addons, rather than remove ones that have been manually deleted?

After deleting an addon manually I tried this:

Code:
xbmc.executebuiltin( 'UpdateLocalAddons' )

but the addon stays in the list of available addons (it does get removed following a reboot)
Yo, u ever find a way around this


TBH I can't even remember why I was doing it, so I assume not Smile


Sent from my iPhone
Reply

Logout Mark Read Team Forum Stats Members Help
UpdateLocalAddons when removing an addon0