I do not understand what you mean, it will look like this:

data/pictures/gallery/original/2009/someAlbum1/pic1.jpg
data/pictures/gallery/original/2009/someAlbum1/pic2.jpg
...
data/pictures/gallery/original/2009/someAlbum2/pic1.jpg
...
data/pictures/gallery/original/2010/someOtherAlbum1/pic1.jpg
...

=>

data/pictures/gallery/processed/1024x768/2009/someAlbum1/pic1.jpg
data/pictures/gallery/processed/1024x768/2009/someAlbum1/pic2.jpg
...
data/pictures/gallery/processed/1024x768/2009/someAlbum2/pic1.jpg
...
data/pictures/gallery/processed/1024x768/2010/someOtherAlbum1/pic1.jpg
...

is this flat structure? And could you pleas show me better? And what about
save event listener? There si problem, that listener will need to check if
saved node is album folder or something else (e.g. article), because if I am
right, event listener is registered for whole repository.

Could someone tell me how yours photo gallery look like and how process
pictures?

Thank you very much.

Reply via email to