Skip to content
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

[enchancement] Skip the download if .zip file exists and passes checksum check #27

Open
Pretzelek opened this issue Oct 29, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Pretzelek
Copy link

Hello
I think it would be great if the app would skip download if the .zip file (created with the -zip option) exists and is valid.
This would make keeping the content up to date with new entries.

@evertonstz evertonstz added the enhancement New feature or request label Dec 13, 2021
@lasers
Copy link

lasers commented May 31, 2023

I'd like something like this, but verification could be done using zipped pkgs instead of extracted zips... based on checksum. That way, the zip files could be named anything, but pyNPS would be smart enough to not care about that and just check the pkgs themselves in the zips.

Example:

❯ unzip -l "PKG/PSV/GAMES/Random Game [PCSA01234] [USA].zip"
Archive:  PKG/PSV/GAMES/Random Game [PCSA01234] [USA].zip
  Length      Date    Time    Name
---------  ---------- -----   ----
800000000  05-31-2023 06:00   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.pkg
---------                     -------
800000000                     1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants