cabbey
Oct-21-2007, 03:17 PM
title pretty much says it all... 1.2.1 json endpoint, this image is known to have the smugmungous sizes created, but the getURLs endpoint doesn't seem to know that... makes it hard to detect if an image has already been regenerated with the bigger sizes. (an optimization I was hoping to use in my tool) Also makes it hard to know when processing on a given image has finished so that you can send another to be processed. (another feature I was hoping to implement... rate limiting so I don't flood you folks.)
2007-10-21 17:12:10.184 tester[24414] image urls are:
{
Image = {
AlbumURL = "http:\\/\\/cabbey.smugmug.com\\/gallery\\/3213902\\/1\\/36416973";
LargeURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-L-2.jpg";
MediumURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-M-2.jpg";
OriginalURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-O-2.jpg";
SmallURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-S-2.jpg";
ThumbURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-Th-2.jpg";
TinyURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-Ti-2.jpg";
id = 36416973;
};
method = "smugmug.images.getURLs";
stat = ok;
}
2007-10-21 17:12:10.184 tester[24414] image urls are:
{
Image = {
AlbumURL = "http:\\/\\/cabbey.smugmug.com\\/gallery\\/3213902\\/1\\/36416973";
LargeURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-L-2.jpg";
MediumURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-M-2.jpg";
OriginalURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-O-2.jpg";
SmallURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-S-2.jpg";
ThumbURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-Th-2.jpg";
TinyURL = "http:\\/\\/cabbey.smugmug.com\\/photos\\/36416973-Ti-2.jpg";
id = 36416973;
};
method = "smugmug.images.getURLs";
stat = ok;
}