Importing from Flickr without mangling tags?
dmd
Registered Users Posts: 8 Beginner grinner
I've been wanting to migrate from Flickr to Smugmug for several years now, but the lack of a usable migration tool has gotten in the way.
The problem with Smugglr is that it has a bug - it mangles tags because it uses the tag body instead of the raw property. This means that the tag "John Q. Public" on Flickr ends up as "johnqpublic" on SmugMug.
I have tens of thousands of family photos, dating back to the 19th century, each one painstakingly tagged via years of research. I really don't want all that work mangled.
This bug seems like it should be easily fixable... any suggestions?
The problem with Smugglr is that it has a bug - it mangles tags because it uses the tag body instead of the raw property. This means that the tag "John Q. Public" on Flickr ends up as "johnqpublic" on SmugMug.
I have tens of thousands of family photos, dating back to the 19th century, each one painstakingly tagged via years of research. I really don't want all that work mangled.
This bug seems like it should be easily fixable... any suggestions?
0
Comments
Did you also try the Migratr tool available from here?
http://www.callingshotgun.net/about/migratr/
Maybe it works better for your photos?
SmugMug Support Hero
the tag gets transferred as 'danieldrucker' instead of 'Daniel Drucker'.
Migratr has the same problem.
That gives a response like this:
That uses the 'cooked' form of the tags.
To get the correct form of the tags, one needs to run flickr.photos.getInfo against each individual photo. That method gives a response like this:
Note the 'raw' property which contains the correct version of the tag.