ShokoServer icon indicating copy to clipboard operation
ShokoServer copied to clipboard

Reimplementing / reactivating file hash checker from old JMM server

Open t0815 opened this issue 2 years ago • 2 comments

Suggestion

Im wondering, if it would be possible, we could get back the file-verification feature back. It was actually quite handy to find damaged/corrupted files.

t0815 avatar Apr 06 '23 15:04 t0815

The code actually still exists iirc. What it needs is UI, api, and cleanup, mostly.

da3dsoul avatar Apr 06 '23 15:04 da3dsoul

Linking #555 to this for the eventual code cleanup.

This is the only screenshot I apparently have of it. But I remember how it works.

JMM-Server-Integrity-Check

Some notes on the utility.

  • Can be expanded so it's similar to File Search, user can select specific series, last 100 files or their entire collection if they so choose.
  • As this is a background task, user will be notified when done, for now maybe a persistent toast notification that has to be manually closed.
  • Output is a filterable list, passed, failed, unknown.
  • Output can be exported.

I'll add the UI work to my list.

ElementalCrisis avatar Apr 07 '23 04:04 ElementalCrisis