v17 About those disabled addons after deleting addons.db - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: v17 About those disabled addons after deleting addons.db (/showthread.php?tid=322860) Pages:
1
2
|
RE: About those disabled addons after deleting addons.db - jim_p - 2018-01-04 You are right, they show up in search. Good riddance. I never read the notifications when the dependencies are being installed. Looking for them in the relevant addon.xml is much easier. One question though. Why weren't they marked as orphans when the skin was removed? What did they (both or each one on its own) depend on that prevented them from being marked? RE: About those disabled addons after deleting addons.db - host505 - 2018-01-04 I think only those under "Manage dependencies" can be marked as orphaned. ie uncategorised scripts that don't work standalone. Not sure if the aforementioned add-ons can work standalone though, in which case it would be a flaw. About the addon.xml, I know, I was pointing a way to do it via GUI that you asked. RE: About those disabled addons after deleting addons.db - jim_p - 2021-09-21 3 years, 2 major versions and a dozen subversions later and not one thing has changed. I removed plugin.video.playthis from all my systems (running 18.9 or 19.1 everywhere) since I found a better solution for my "cast to" needs. And script.module.youtube.dl, direct dependency of playthis, remains installed although and is not shown as an orphan. I had to use search in order to find and remove it. ---edit And to stay ontopic One good thing that v19 brought was the EnableAddon action. Now I can simply enable a disabled addon with Code: kodi-send --action="EnableAddon(plugin.video.youtube)" |