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 #54

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

Thanks for the PR - I will review it in the next couple of days and let you know if it can be merged.

robermann commented 7 years ago

Yes correct, my pull request should have contained only that commit (I submitted it even before committing the other changes).

By the way, if you are interested, lately I've added two new features:

Both the above options have been added into the Preferences panel.

robermann commented 7 years ago

(see my new pull request for just the fix)

robermann commented 7 years ago

See my next pull request for a new download option.