flickr-cli icon indicating copy to clipboard operation
flickr-cli copied to clipboard

A command-line interface to Flickr. Upload and download photos, photo sets, directories via shell.

Results 15 flickr-cli issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 3.8.1 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies

Well, after approx 400MB this time, the download fails. Is it related to the presence of video files? RAM? ``` [file] 5,081,470 2.52MB/s [file] 4,318,808 [file] 4,543,231 701.10kB/s [file] 3,508,027...

Following the instructions, after composer install the auth command fails, because there's no config path. Adding the config path fails because there's no config fille. Could you add a config.yml.dist...

1) created files were having "now()" to their creation and modified timestamps. used flickr photo meta data to update after file creation on the fs. 2) added photo number, total...

Hello. I tried to delete the photoset using this command: ``` $ docker run --rm -it -u 1000:1000 -v /tmp/x:/mnt:ro -v /home/pruzicka/.flickr-cli:/data:ro thefox21/flickr-cli delete -vvv "2017.08.25-Vltava" [2018-06-24 18:39:48] delete.DEBUG: Load...

flickr error

Is is possible to modify the album metadata, specifically the title and description? Maybe something like ./flickr-cli album "OriginalAlbum" "Description" [--title "New Album Name"] Are there ways to move albums...

There was no error message if the endpoint returned a valid SimpleXML object but it contained an error message. This displays one now (for example, a permissions error).

I've followed the instructions for creating an API Key on Flickr, but when I attempt to upload, I'm getting a persissions error: $xml = $apiFactoryVerbose->upload($filePath, $fileName, $description, $tags); ``` 'code'...

Is there a way how to disable the progress bar? If I run something like with redirection to file: ```bash ( docker run --rm -it -u $(id -u):$(id -g) -v...