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

adding file creation and modified date support + more debugging output

Open mfyz opened this issue 6 years ago • 2 comments

  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 photos in that page and page indicators aside of the album/photoset currently downloading for better understanding to the progress of the download. Example:

[file -  90/500 at the page 1/2 - photo set: Auto Upload] 2,647,529   2.01MB/s

mfyz avatar Nov 06 '18 20:11 mfyz

Cool, thank you for your Pull Request.

Please change the variables to Camel Case. For example, $total_photos has to be $totalPhotos.

For a complete list of all failed checks see: https://travis-ci.org/TheFox/flickr-cli/jobs/451572044

TheFox avatar Nov 07 '18 09:11 TheFox

@TheFox clean build. Let me know if need more tweaks.

mfyz avatar Nov 09 '18 02:11 mfyz