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

Fix for issue #52 #55

Closed robermann closed 7 years ago

robermann commented 7 years ago

Issue #52: "Saving with title as name overwrites files when multiple images have same title".

When a file is already present in the directory, we add now a counter so that the new file name is unique.

floydpink commented 7 years ago

Thank you!