PDA

View Full Version : RSS question - N most recent photos?


jfriend
Feb-24-2008, 09:16 PM
Are there any RSS parameters that will let me fetch the N most recently uploaded photos from a particular gallery?

devbobo
Feb-24-2008, 10:01 PM
Are there any RSS parameters that will let me fetch the N most recently uploaded photos from a particular gallery?

&ImageCount=xxx

as long as the gallery is ordered with the most recent first.:thumb

jfriend
Feb-24-2008, 10:13 PM
&ImageCount=xxx

as long as the gallery is ordered with the most recent first.:thumb

So, ImageCount=N will fetch the first N photos in the gallery?

So, if I want the most recently upload N photos, I have to sort the gallery by upload date? It would be nice if I didn't have to mess with the web presentation just to getch the N most recent via RSS feed. Is this documented anywhere that I missed?

devbobo
Feb-24-2008, 10:16 PM
So, ImageCount=N will fetch the first N photos in the gallery?

yes


So, if I want the most recently upload N photos, I have to sort the gallery by upload date? It would be nice if I didn't have to mess with the web presentation just to getch the N most recent via RSS feed. Is this documented anywhere that I missed?
date uploaded, date taken, even position as long as it's set to "Descending", so that the most recent appear on the start of the gallery.