Update cache for individual mods
For the length of my mod list the update cache process takes multiple minutes and usually it's just one mod I actually care about getting an update for.
Also, don't think I should make a seperate issue for such a minor thing, but wouldn't you agree that "Update mods" is a more user friendly name for the button? It's not exactly clear to most users that updating the cache would be checking for updates/updating your mods. I know it's got the hover text but I still believe that mentioning a technical word when it doesn't need to be mentioned isn't the best 🙂
There's another endpoint that lists sequential mod update events to significantly reduce update requests: https://docs.mod.io/#get-mods-events
Only issue is it might not list dependency changes and that's one of the things that needs to be checked.
Ok looks like it does show dependency updates under the general MOD_EDITED even type and also works on hidden mods the user has authority to see, so this endpoint should work fine.
Cache updates are now significantly less expensive with 1de3e6a5a0431b40695ad741bd22b1669db3b3d0. I have not yet changed the interface so leaving this open for now.
I want to still request this feature again, because my mod list has like 200 entries and the vast majority of them don't get updated, so it would be excellent if there was a button to update specific mods and their dependencies when I see them updated in mod.io (I subscribe to the mods I use there even with integration enabled to keep track). Maybe my use case is a bit extreme, though tbh I don't think I'm the only one with a long modlist.
This feature has already been implemented in the next version months ago, that truman is procrastinating on releasing (for various reasons). If you pressure him to do it he will eventually 😂
Can you describe how can I build the master branch on Windows or is it too complicated? I'm familiar with CLI.
Assuming you have cargo installed, you just need to clone the repo and then run cargo run --release inside of it to build and run.
This feature has already been implemented in the next version months ago, that truman is procrastinating on releasing (for various reasons). If you pressure him to do it he will eventually 😂
Where is this feature? I built the latest revision from Cargo and I don't see the option to update individual mods.
Once you have built from source, the following will happen:
- Press update cache, it will do the full update that takes ages like normal
- Any subsequent presses of this button will only update any mods that have changed
I see, thanks.