Gmansolf / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

picasa post: add option to sync files #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Say I upload 100 files to an album in picasa.  Later, I edit a few of them.  It 
would be nice to be able to say

google picasa post --sync *.jpg

and have it figure out which files were changed and just replace those files.

Original issue reported on code.google.com by kevin.la...@gmail.com on 24 Jun 2010 at 6:12

GoogleCodeExporter commented 8 years ago
Also, if you have 100's of albums, there is no option to sync them all at once. 
It would save lot of time time to have command line that starts to sync an 
album.

Original comment by srini4...@gmail.com on 28 Jun 2010 at 4:35

GoogleCodeExporter commented 8 years ago
Attached a "simple" sync patch. It means only skips the existing files 
depending on which tasks are running (post or get). 

By the moment, it does not figure out the changed files. I've started a 
discussion here: 
http://groups.google.com/group/googlecl-discuss/browse_thread/thread/8c761724110
7251e

Original comment by ferranb@gmail.com on 29 Jun 2010 at 12:48

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by tom.h.mi...@gmail.com on 24 Jul 2010 at 1:14

GoogleCodeExporter commented 8 years ago
if is possible to "mount" as a file system , we can rsync it.

Original comment by skoria...@gmail.com on 12 Jun 2011 at 4:34

GoogleCodeExporter commented 8 years ago
Hello, I'm interested in this option. What is he status of this issue?

Original comment by syse...@gmail.com on 19 Jul 2011 at 10:26

GoogleCodeExporter commented 8 years ago
I've starred the issue, but I wanted to say "me too."  It'd be wonderful to be 
able to do incremental download and upload.  As a first step, syncing only new 
files would be great.  It looks like the discussion thread has information 
about a checksum field that would make detecting changed files feasible.

Original comment by vand...@google.com on 8 Dec 2011 at 6:38

GoogleCodeExporter commented 8 years ago
Would merging the naive implementation be a reasonable thing to do so this bug 
can move forward? 

The case of photos changing but their identifiers staying the same is something 
one could encounter trivially, granted. As long as the limitations are made 
clear, though, I think this patch would provide value to users. 

Original comment by l...@faraone.cc on 7 Jul 2013 at 10:42