1 message in com.googlegroups.google-picasa-data-apipicasa album to bbcode
FromSent OnAttachments
orvt...@gmail.com01 Apr 2007 15:40 
Subject:picasa album to bbcode
From:orvt...@gmail.com (orvt@gmail.com)
Date:04/01/2007 03:40:14 PM
List:com.googlegroups.google-picasa-data-api

I have been working on a shell script to get an album of picasa to be 'postable' in most forums applications (bbcode). so far i can post all the pictures but it seems to be getting only the original size pics even throug i am graping for thumbs.

here is what i have till now.

cat testme.html | grep -i --color jpg | gnused -e 's/\<media/\n\<media/ g' | grep thumb | awk '{print $2}' | gnused -e s/url\=\'/\[img\]/g -e 's/JPG/JPG\[\/img\]\n/g' -e 's/jpg/jpg\[\/img\]\n/g' | grep -E '^\ [img' | sort | uniq

where testme.html is the out put of:

curl
http://picasaweb.google.com/data/feed/base/user/orvtech/albumid/5048270890409477969?kind=photo

Desktop/testme.html

I will keep looking into this and keep you guys updated on this