ESOLinuxAddonManager
Very simple addon manager for Elder Scrolls Online running on Linux. Well, more a downloader for now.
Currently it's quite ugly but it gets the job done!
How to use
- Download the app from releases
- Put it in any folder you wish
- Make sure the app has permissions to run (is set to executable)
- After opening the app, add
- Your ESO addon location. For example, for me it is
/mnt/sda3/steam/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/
- Paste links to ESOUI.com addon pages, one per line. One link should look like, for example:
https://www.esoui.com/downloads/info602-Azurah-InterfaceEnhanced.html
- Press download
- If you have issues, the text below download button should tell you whats happening
- Your ESO addon location. For example, for me it is
- All your data is saved to text files
- List of addons are in
addons.txt
- The ESO addon location is saved in
addonslocation.txt
- List of addons are in
TODO:
- Make the app prettier
- Add cute icon
- Test for bugs etc etc
- Support for TTC price fetching
- Support for checking if files need updating
- Support for deleting addons
How to build
- Make sure you have PyGObject installed: https://pygobject.readthedocs.io/en/latest/
- To run the app from python, just type
python3 main.py
- You can build the app into single file with
pyinstaller main.py --onefile
Contributing
If you want to contribute, hop on my Discord! https://discord.gg/PZkYZRx
I have no proper guidelines yet set so I want to chat about it first.