Yups... it helped me :D Op maandag 7 april 2014 18:49:54 UTC+2 schreef Mike Erickson: > > The album cover photo doesn't have any special designation within the list > of photo entries, but the image URL is returned for each album entry as the > media URI. You should be able to get an album cover URL from the album > entry. In general, the cover is the first photo, but that's not guaranteed. > > If you need to know with photo entry in the album feed is the cover, I > don't believe there is a way to identify that. > > Does that help? > > > On Mon, Apr 7, 2014 at 7:01 AM, OsFa Urbex <[email protected]<javascript:> > > wrote: > >> Hello Y'all, >> >> In the category .... really stupid question... But I use the Version >> 1.0... and I got a really small question... >> >> How the ... do I get the cover image of an album?? Of is there a prop on >> the image that gives me the info that THAT image is the cover?? >> >> What I got: >> >> I loop through all albums like this... >> >> Dim AlbumFeed As PicasaFeed = _service.Query(AlbumQuery) >> For each entry In AlbumFeed.Entries >> Dim ac As New AlbumAccessor(entry) >> next >> >> can I use the "entry" or the "ac" the get the album cover?? >> >> either entry nor ac got a "media" prop I can use... (entry got a >> mediaURI)... >> >> Within the loop I get a feed of all images in that album: >> >> Dim pQuery As PhotoQuery = New PhotoQuery(PicasaQuery.CreatePicasaUri(x, >> y) & "?imgmax=1600") >> >> Dim pFeed As PicasaFeed = _service.Query(pQuery) >> Dim pEntry As PicasaEntry >> For Each pEntry In pFeed.Entries >> [code] >> next >> >> is there a prop or a var within pEntry that I can use to determin if the >> photo is the album cover?? >> >> help?? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Picasa Web Albums API" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]<javascript:> >> . >> To post to this group, send email to >> [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/google-picasa-data-api >> . >> For more options, visit https://groups.google.com/d/optout. >> > >
-- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/d/optout.
