DanRuta / xVA-Synth

Machine learning based speech synthesis Electron app, with voices from specific characters from video games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nexus Mods Premium - File integrity check

Pendrokar opened this issue · comments

There are times when users that download all voice models, for example Skyrim, have incomplete downloads. There should be an error message for such cases.

Nexus Mods does not offer MD5/SHA1 checksums for download files, only a method for finding files by a MD5 checksum. The other method would be to check the filesize in kilobytes, info which Nexus Mods does offer:
https://github.com/Nexus-Mods/node-nexus-api/blob/af3f1874e3d914df2a881e6faa2b8458957fab60/docs/interfaces/_types_.ifileinfo.md#size

Not sure when and if I will ever have a Nexus Premium subscription to implement this.