-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Famous addon not appearing on search result despite being on github #384
Comments
hi there, thanks for opening a ticket. A few things:
Strongbox can't deal with github repositories like this one in it's current state, with no releases available and nothing to download. The next best thing would be introducing support for cloning repositories and keeping them updated, probably switching between branches or tags. Can you think of any features you'd like to see if I added support for git repos? |
About the fonts I have installed arch linux manually so that's how a fontless distro looks I guess. All the icons characters are missing because I didn't installed a font with them. My $CONFIGHOME/fontconfig/fonts.conf (Hack font isn't installed yet)
Now, about features. It would be cool if there would be some api to extend or make plugins for, so cases like this one could be managed and dealt one by one with simple scripts and a template to follow. I guess strongbox need some information to check updated state (now by cheking release tab version or some api in wow interface) but it could be a python script that has a function getVersion() and provides that information. There are some addons that have complex updating processes that would benefit from this, like Trade Skill Master which needs an entire application and extra steps to work properly and it's a pain to update. The thing is, the more addons a manager supports the better. And if it's robust and flexible even more. I found strongbox looking for alternatives to curseforge but after seen how painful is going to be managing addons in linux I'm starting to plan some way to bypass curseforge exclusiveness (Maybe with selenium and their website, or with scripts and the addons repositories). I could stay without updates for a while too, but it's not like there are other alternatives for my situation other than try to make curseforge work on linux (I'm not gonna even try because they could be making another master move and destroy my setup again anyways). I hate when community efforts like these have to be strongly monetized... |
It sounds like you might be interested in a more hackable addon manager. I maintain a list of other addon managers here: https://ogri-la.github.io/wow-addon-managers/ If you select 'unfiltered' from the presets drop down in the top left hand corner you can filter addon managers by programming language. For example, here is a list of addon managers written in Python that are still maintained. If you discovered other addon managers in your searching that are not on the list I'd love to know about them. I'll add 'plugin support' to my TODO file for consideration but if it does happen it won't be any time soon. There has been some success in getting the Curse client running under Wine from what I hear. [edit] and thankyou for your fontconfig, I'll do some investigation into that. |
The missing font issue fixed here: #388 I'll close this issue when it gets a release. |
I was trying the app for the first time and looked for Bagnon. The results only showed plugins for that specific addon but not the main one.
Seems like bagnon has releases disabled even though the code is still there. This is all related to the curseforge exclusive thing they are trying to impose. I was wondering if it is possible to automate the management of addons like this one
The text was updated successfully, but these errors were encountered: