pkolarov / folders2flickr

Automatically exported from code.google.com/p/folders2flickr
7 stars 2 forks source link

ID tag broken apart by commas causing duplicate file delete to be triggered. #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Comma's in file or folder name
2. Multiple files in same folder
3. On next run finds multiple matching tags as broken up by comma

What is the expected output? What do you see instead?
Report multiple copies and proceeds to delete them

What version of the product are you using? On what operating system?
Ver 1.0, on Ubuntu

Please provide any additional information below.
e.g. /Pictures/Family, cats & stuff/Picture 001.jpg
gets tagged as #/Pictures/Family {new tag} #cats#&#stuff/Picture#001.jpg.... 
Rather than one tag.

I've fixed by adding an additional replace removing any commas in the uploadr 
and the flickr2history. 

Original issue reported on code.google.com by robbie.c...@gmail.com on 5 Sep 2012 at 11:32