View Single Post
11/01/20, 04:45 PM   #3
Pypaut
Join Date: Oct 2020
Posts: 2
Originally Posted by Baertram View Post
No it's not possible as the addon DB is not accessible via any tools.
Minion is an exception as it was created/supported by the ESOUI website.

All you can do is parse webiste code here at esoui, check for the unique addonId in the website url:
Code:
https://www.esoui.com/downloads/info1091-AutoRechargeandrepair.html
addonId is 1091 so you'd need to split it from the link.

Start a download of the most up2date version of the addon via:
https://www.esoui.com/downloads/dl<addonId>/
Code:
https://www.esoui.com/downloads/dl1091/
But this won't help you to get a list of addons, so I do not recommand into building any addon manager.
Hello, thanks for the answer.

Well, if not a manager, at least I can automate the installation of own addons configuration. Since I usually install the same everytime and they have many dependencies, I'll gain a lot of time by scripting it.

Greatly appreciated, thank you!
  Reply With Quote