Following up on yesterdays journal entry about Pipelines, I now have
Segment::Loader::Album
Segment::Loader::Image
Segment::Render::Album
Segment::Render::Image
Application::Image
Application::Album
in my pipeline and it works. Nice small maintainable code chunks that do exactly what they say they on the tin. The only slightly bizare bit is the applications, which merely take the rendering of the item and place it in the correct place for the templates.
Cool!