Open GoogleCodeExporter opened 9 years ago
The create command will take paths to photos. Maybe just update the create task
so that it will intelligently interpret a directory as both an album title and
photo paths?
Original comment by thmil...@google.com
on 4 Oct 2010 at 8:50
Currently, this seems to work:
$ google picasa create --title mountain *.jpg
With that command the album "mountain" is created and all the jpg files in
current directory are uploaded.
What about something like the following?
$ google picasa create --src path/to/beach
This would create the "beach" album and add all the photo files in path/to/beach
Original comment by ferranb@gmail.com
on 5 Oct 2010 at 2:29
Yup, that's what I'm thinking. Should be pretty easy to do.
Original comment by tom.h.mi...@gmail.com
on 5 Oct 2010 at 11:01
Attached patch proposal. If accepted, the usage will be as follow:
$ google picasa create --title jumping # Just creates the jumping album
$ google picasa create /home/user/photos # Creates "photos" album and upload
all photos inside directory
$ google picasa create summer # Mmm... will create "summer" album and try to
upload photos inside "summer"... Can be confusing...
$ google picasa create --src /home/user/photos # Creates "photos" album and
upload all photos inside
$ google picasa create --title jumping --src /home/user/photos1
/home/user/photos2 # Creates jumping album and post photos inside both dirs
$ google picasa create --src /home/user/photos1 /home/user/photos2 # Creates
photos1 album and post photos in both dirs
Bonus feature:
$ google picasa post --title summer --src /home/user/photos1 /home/user/photos2
*jpg # post all photos on dirs in "summer" album
Original comment by ferranb@gmail.com
on 8 Oct 2010 at 12:54
Attachments:
Any feedback about the provided patch? Thanks
Original comment by ferranb@gmail.com
on 18 Oct 2010 at 8:30
Original issue reported on code.google.com by
ferranb@gmail.com
on 4 Oct 2010 at 12:16