Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: upload photo descriptions from .picasa.ini #24

Open
and7ey opened this issue Aug 29, 2014 · 9 comments
Open

Feature request: upload photo descriptions from .picasa.ini #24

and7ey opened this issue Aug 29, 2014 · 9 comments
Milestone

Comments

@and7ey
Copy link

and7ey commented Aug 29, 2014

Could you please modify the script to upload photo descriptions from .picasa.ini? (hopefully, the script will be able to upload it for already uploaded photos too)

Thanks in advance!

@trickortweak
Copy link
Owner

This request is similar to importing the favorites from picasa.ini files. When or if we end up parsing picasa.ini files, I'll consider this request.

@and7ey
Copy link
Author

and7ey commented Aug 29, 2014

Sorry, I haven't found similar open issue.

@grenness
Copy link

Sorry for my ignorance; I have lot's of pictures on my Synology NAS organized in folders.
When I use flickr-uploader, is there any way I can have it create Albums in Flickr based on the folders on my NAS? Running flickr-uploader now all my pics get a tag based on the folder they came from, so I can probably do 'something' in Flickr to sort them into Albums based on tags (I'm new to Flickr, came from Picasa), but it would be really cool if it could be done during the upload...
Otherwise a great tool!
Minor suggestion: add ".thumbnails" to the default set of files to ignore...

@lodoss5
Copy link
Collaborator

lodoss5 commented Oct 11, 2014

Hi, script is creating albums (sets) in Flickr based on folders, it is method createSets() which is used and called just before adding tags, so it is weird you have tags but no sets :s
Can you uncomment line 969 (#flick.displaySets()) and run script again to display the albums infos you have in your database?

@grenness
Copy link

Sure, I'll try that in a moment!

@grenness
Copy link

Hm, I need to continue later today. Tried to delete all 21 thousand photos (lots of thumbnails...) that had been uploaded, but the Flickr server appears to not like such big jobs.
So I'll probably just delete my entire account and start over, with a new API key etc.
But first the wife needs me to do stuff outside ;-)

@grenness
Copy link

Sorry for the delay, something came up.
But I just tried again with the uncommented line 969, but doesn't seem to help.
Here's a screenshot of the meta info for one of the recently uploaded images, you see that your brilliant script adds both the "auto-upload" tag and a tag with the name of the local (NAS) folder - the last one is what I would like to have created as an album in flickr but it doesn't happen, all pics go into my photostream.
I cancelled the script, would it make any difference to let it run through all my pics and videos?

image

@lodoss5
Copy link
Collaborator

lodoss5 commented Oct 13, 2014

Hi,
Line 969 was just to add some logs in the result, not to fix it.
You have to let the script finish if you want albums to be created in Flickr.
I reviewed code of the script and in fact tags are given during the upload of each file, not after (but there is a method after to tag files if they were not tagged...), then after all files are uploaded, albums are created.

@grenness
Copy link

OK, thanks!
Then I'll restart the script (I've deleted the db file to start from scratch) and let it run to the end (will probably take 24 hours or more - I have lots of photos and videos).

@oPromessa oPromessa added this to the Defer milestone Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants