Skip to content

Instantly share code, notes, and snippets.

@oxguy3
Last active November 26, 2017 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oxguy3/43ccc0c77cc5fb5ca1aca26c38b0ef93 to your computer and use it in GitHub Desktop.
Save oxguy3/43ccc0c77cc5fb5ca1aca26c38b0ef93 to your computer and use it in GitHub Desktop.
things I want to add/change/fix in flickr2commons

flickr2commons to-do list

Trivial fixes

  • Make all the input boxes wider
  • Fix "select all" functionality (you can de-select all/all-with-tag, but you can't select all/all-with-tag)
  • Un-hide the label for the "don't use automatic description from flickr" checkbox

Minor features/additions

  • If an upload fails, re-show the checkbox so that the user can fix the issue and try again.
  • Allow the user to change how the author is credited
  • Allow the description to be wrapped with a language tag
  • Add an "offset" number input box (to be used in tandem with the existing "max pictures" input box; so that you can manually iterate through a very large album a couple hundred images at a time)
  • Automatically correct/warn the user if any of their filenames are invalid (e.g. if they're too long, have consecutive spaces, have illegal characters, etc).
  • Don't allow the transfer to be started until confirming OAuth Uploader is authorized (so that every single photo doesn't fail with the same error message).

Major features/additions

  • Add a progress bar while the transfer is in progress
  • Add some sort of multi-selection tool (i.e. selecting/de-selecting many photos in a row with just a few clicks instead of having to manually click every individual checkbox).
  • Allow the user to save some of their preferences via cookies (stuff like "should auto-detect categories be on by default?", default language tag for description, default "append everywhere"/"every description")
  • Allow image previews to be enlarged -- maybe just open a lightbox if you click/hover the previews, or maybe experiment with some sort of slideshow-type thing???
@harry-wood
Copy link

harry-wood commented Nov 26, 2017

Actually where is the flickr2commons source code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment