DanRuta / xVA-Synth

Machine learning based speech synthesis Electron app, with voices from specific characters from video games
GNU General Public License v3.0
590 stars 54 forks source link

Nexus Mods Premium - File integrity check #54

Open Pendrokar opened 10 months ago

Pendrokar commented 10 months ago

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

Pendrokar commented 6 months ago

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