-
Notifications
You must be signed in to change notification settings - Fork 9
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
New command to add md5 checksum machine tags #20
Labels
Comments
I would rather use |
Yes, sha1 sounds good. Will do. |
samwilson
added a commit
to samwilson/flickr-cli
that referenced
this issue
Jan 18, 2018
samwilson
added a commit
to samwilson/flickr-cli
that referenced
this issue
Jan 18, 2018
Okay, I've started work on this in #34. I think it needs some work on the logging and usability perhaps.... let's discuss in that PR though. :-) |
samwilson
added a commit
to samwilson/flickr-cli
that referenced
this issue
Jan 18, 2018
samwilson
added a commit
to samwilson/flickr-cli
that referenced
this issue
Feb 4, 2018
samwilson
added a commit
to samwilson/flickr-cli
that referenced
this issue
Feb 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As described in various places (e.g.) the easiest way to get a checksum of an uploaded file is to add your own md5 tag in the form
checksum:md5=xxxxxx
.I propose a new command,
checksums
that takes a--hash
parameter that specifies what hash function to use, and default tomd5
.What do you think?
The idea is that then any uploading tool can check to see if a file has already been uploaded, and a duplicate-finding tool can find (exact) duplicates very easily.
The text was updated successfully, but these errors were encountered: