RSS question - N most recent photos?

jfriendjfriend Registered Users Posts: 8,097 Major grins
Are there any RSS parameters that will let me fetch the N most recently uploaded photos from a particular gallery?
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question

Comments

  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited February 25, 2008
    jfriend wrote:
    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.gif
    David Parry
    SmugMug API Developer
    My Photos
  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited February 25, 2008
    devbobo wrote:
    &ImageCount=xxx

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

    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?
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited February 25, 2008
    jfriend wrote:
    So, ImageCount=N will fetch the first N photos in the gallery?
    yes
    jfriend wrote:
    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.
    David Parry
    SmugMug API Developer
    My Photos
Sign In or Register to comment.