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

New command to add md5 checksum machine tags #20

Closed
samwilson opened this issue Sep 29, 2017 · 3 comments
Closed

New command to add md5 checksum machine tags #20

samwilson opened this issue Sep 29, 2017 · 3 comments
Assignees

Comments

@samwilson
Copy link
Contributor

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 to md5.

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.

@samwilson samwilson self-assigned this Sep 29, 2017
@TheFox
Copy link
Owner

TheFox commented Oct 8, 2017

I would rather use sha1 as default instead. But this is a good idea.

@samwilson
Copy link
Contributor Author

Yes, sha1 sounds good. Will do.

@samwilson
Copy link
Contributor Author

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
Projects
None yet
Development

No branches or pull requests

2 participants