flickr-downloadr / flickr-downloadr-gtk

A cross-platform desktop app, written in Mono that would download (all or selected) photos from your photostream in their selected size along with their description, title and tags.
https://flickrdownloadr.com/
MIT License
177 stars 41 forks source link

Saving with title as name overwrites files when multiple images have same title #52

Closed MikeCroall closed 7 years ago

MikeCroall commented 7 years ago

Implementing a simple check whether such a file already exists and appending (1), (2), or whatever number necessary would avoid this, allowing all images to be downloaded instead of some being overwritten.

robermann commented 7 years ago

In my fork I added a fix appending a sequential number if the image already exists.

robermann commented 7 years ago

(close the issue)