salimoha / googlecl

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

repeated picasa get on diffrent images in same album, creates multiple folders with "-x" prefix (x=1..n). #440

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
carl-emil@carlemil-G73Jw:/media/DATA/PicasaBackup$ google picasa get --title 
"2011-10-08 Castle Combe" --photo "_MG_0004.JPG" --dest 
"/media/DATA/PicasaBackup/"
Downloading _MG_0004.JPG to /media/DATA/PicasaBackup/2011-10-08 Castle 
Combe/_MG_0004.jpeg
carl-emil@carlemil-G73Jw:/media/DATA/PicasaBackup$ google picasa get --title 
"2011-10-08 Castle Combe" --photo "_MG_0004.JPG" --dest 
"/media/DATA/PicasaBackup/"
Downloading _MG_0004.JPG to /media/DATA/PicasaBackup/2011-10-08 Castle 
Combe-1/_MG_0004.jpeg
carl-emil@carlemil-G73Jw:/media/DATA/PicasaBackup$ google picasa get --title 
"2011-10-08 Castle Combe" --photo "_MG_0007.JPG" --dest 
"/media/DATA/PicasaBackup/"
Downloading _MG_0007.JPG to /media/DATA/PicasaBackup/2011-10-08 Castle 
Combe-2/_MG_0007.jpeg
carl-emil@carlemil-G73Jw:/media/DATA/PicasaBackup$ ls
2011-10-08 Castle Combe  2011-10-08 Castle Combe-1  2011-10-08 Castle Combe-2
carl-emil@carlemil-G73Jw:/media/DATA/PicasaBackup$ 

What is the expected output? What do you see instead?
The expected output would be one folder with 3 images in it, just like it shows 
up on the web when viewing the images there 
(https://picasaweb.google.com/117383097040108962159/20111008CastleCombe#) and 
not 3 folders with one picture in each.
So my problem is that the second and third images ends up in folders with the 
prefix "-1" and "-2". 
Is this due to me using the googlecl in a incorrect way, or is this a bug ?

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
carl-emil@carlemil-G73Jw:/media/DATA/PicasaBackup$ google --version
google 0.9.13
carl-emil@carlemil-G73Jw:/media/DATA/PicasaBackup$ uname -a
Linux carlemil-G73Jw 3.0.0-12-generic-pae #20-Ubuntu SMP Fri Oct 7 16:37:17 UTC 
2011 i686 i686 i386 GNU/Linux
carl-emil@carlemil-G73Jw:/media/DATA/PicasaBackup$ python -V
Python 2.7.2+

Please provide any additional information below.

Original issue reported on code.google.com by erbs...@gmail.com on 23 Oct 2011 at 9:07

GoogleCodeExporter commented 9 years ago
Would be nice with some sort of response to this. Is it the expected behavior 
or a bug ?

Original comment by erbs...@gmail.com on 31 Oct 2011 at 6:51

GoogleCodeExporter commented 9 years ago
Is there a reason why we should report issue we have with the googlecl if you 
will not even bother to respond ? 
Would be nice with a simple, "It's not a bug" comment at least :D

Original comment by erbs...@gmail.com on 18 Nov 2011 at 10:20

GoogleCodeExporter commented 9 years ago
I'm also affected,

It could be a nice improvement!

I just want this to use like, 
'google picasa get --title "Instant Upload" "/media/PicasaBackup/"'
periodically.

And have all my photos downloaded, to the media center folder, so it will 
eventually be displayed in my TV, and screen saver!

So it must NOT make insane new folders, NEITHER, repeate the downloading of 
previously downloaded photos.

Original comment by rafare...@gmail.com on 9 Dec 2012 at 11:46