Hello,
What do you mean by album subtitle? As far as i can see my picasa
albums have the following data:
Title
Date
Description
Place Taken
which you should be able to get trough
getTitle()
getGphotoTimestamp() (at least, that's what i use)
getSummary()
getLocation() (if i'm not mistaken)
What field are you looking for? where can i find it?
Nanne
On Jan 15, 5:21 pm, tenbosch <jeff...@gmail.com> wrote:
I've tried to use several different methods, but I just can't figure
it out. The code below, doesn't work, is my last straw...
$strAlbumDescription = $objAlbum->getSubtitle();