I'm attempting to download from a site which orders its files like this:
h++p://www.somesite.com/folder/001/1a.jpg
h++p://www.somesite.com/folder/001/2a.jpg
h++p://www.somesite.com/folder/001/3a.jpg
h++p://www.somesite.com/folder/001/4a.jpg
h++p://www.somesite.com/folder/001/1b.jpg
h++p://www.somesite.com/folder/001/2b.jpg
h++p://www.somesite.com/folder/001/3b.jpg
h++p://www.somesite.com/folder/001/4b.jpg
h++p://www.somesite.com/folder/001/1c.jpg
h++p://www.somesite.com/folder/001/2c.jpg
h++p://www.somesite.com/folder/001/3c.jpg
h++p://www.somesite.com/folder/001/4c.jpg
h++p://www.somesite.com/folder/001/1d.jpg
h++p://www.somesite.com/folder/001/2d.jpg
h++p://www.somesite.com/folder/001/3d.jpg
h++p://www.somesite.com/folder/001/4d.jpg
h++p://www.somesite.com/folder/002/1a.jpg
h++p://www.somesite.com/folder/002/2a.jpg
h++p://www.somesite.com/folder/002/3a.jpg
h++p://www.somesite.com/folder/002/4a.jpg
h++p://www.somesite.com/folder/002/1b.jpg
h++p://www.somesite.com/folder/002/2b.jpg
...etc
If I can get the gallery to generate in the correct order, then my download manager will also grab them in the right order... thus if I then sort the destination folder by file date, things'll be peachy without having to rename anything after the fact. I do know enough javascript to write the half-dozen lines of code to generate the desired gallery in less time than I've just spent searching for a flashgot-oriented answer to this problem, though I have to consider the big-picture time gains of learning to use this very excellent add-on to its fullest

If you could please lay out the basic steps to getting something like this working with a javascript function within Flashgot, that might serve as an easy enough example for others to follow (I couldn't see any examples of javascript functions for Build Gallery on these forums, after looking through all 4 pages of results for the search term 'gallery'). I'm off to write that self-serving code now, but I'll definitely check back for the real answer at a later date
