-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to verify downloaded/known issues and volumes #154
Comments
Some ideas on verifications:
|
Seems like it would tie in well with a general 'Check Files' page. The layout would be similar to the 'Library Import' page; let me explain:
This would require a few other things to happen first, before we can start on this:
This sounds like a great addition to Kapowarr, but it's going to be for after the stable release. |
Yep, to start you could generate all the check errors and just have a redownload button. The file gets replaced with the new version anyways, so there wouldn't be a big need to delete (at this stage). The delete can be added after if needed. Then the blocklist portion could also be added after, by inserting a function call before the download starts, once that capability has been built out to track the URLs. |
Is your feature request related to a problem? Please describe.
One thing that would be nice is if Kapowarr could verify that each zip/rar/cbz/cbr was usable.
Describe the solution you'd like
Perhaps there could be a verify button on each volume (to check all issues in the volume) and a button on each issue that would verify that the rar/zip/cbr/cbz was able to open, and had either pages in it or a folder of pages in it.
Also a new navigation page would need to be added to list all known verification errors and what the errors were. This way, if a user gets an invalid file from somewhere, they can be surfaced here as either not being able to open or it opens but has no pages inside. For folders, it could just verify that pages exist.
This could then be extended at a later point to mark issues that are missing metadata tags/files, and any other possible common errors with files.
Additional context
N/A
The text was updated successfully, but these errors were encountered: