flickr-uploader
flickr-uploader copied to clipboard
Upload a directory of media to Flickr to use as a backup to your local storage
## What's the problem this feature will solve? I need a command-line flickr uploader, and this one looks perfect. But this one is written with a different problem in mind....
Hi, I added a feature to manipulate the name of the path before computing the album name. Example: REMOVE_PATH_PARTS = ["/Output$","/\d{4}-(0[1-9]|1[0-2])-([0-9]{2})$"] The first regex will remove the "Output" name from...
Consider new option `--remove-ignored` to address IGNORED_REGEX changes in a similar way to how option `--remove-excluded` handles changes in EXCLUDED_FOLDERS configuration
REUPLOAD deleted files from Flickr... - on function `uploadFile` - A) File loaded. Not recorded on DB. Update local DB. - B) Not loaded. Not recorded on DB. Upload file...
- shebang `#!/usr/bin/env python` form virtualenv 3.6 from Ubuntu gets changed to a particular and **unusable** shebang - check [Don't touch my shebang](https://stackoverflow.com/questions/1530702/dont-touch-my-shebang)
- Would be nice to update ALL tags on replacePhoto and not only the mandatory checksum tag as FLICKR maintains the tags from the first load. - It would require...
Hello, It's me again, I have 2 questions: - if I have the exact same pic in 2 separate folders, you wrote in the FAQ that it's loaded twice. Since...