Nexus-Mods / NexusMods.App

Home of the development of the Nexus Mods App
https://nexus-mods.github.io/NexusMods.App/
GNU General Public License v3.0
1.03k stars 47 forks source link

Refresh remote metadata #2008

Closed erri120 closed 1 month ago

erri120 commented 1 month ago

Need to figure when and how we refresh. Whether that's on command, periodically, or both.

erri120 commented 1 month ago

@Sewer56 @LukeNexusMods required for mod updates.

Sewer56 commented 1 month ago

Originally I noted this as part of PR review, leading to this ticket being made.

It only dawned on me this morning; I actually also solved this as part of writing the update code too; and efficiently to boot. I can now simply add (literally) a few lines to also fetch and update the main mod page details with the files.

Will fully handle and close this when we talk to backend and then fully migrate mod updates to V2. Maybe it may be possible to fetch files with main Mod page, as Tim alluded to yesterday; that is a question I too, have, so I'll wait till we find that out.