I installed it on my server thinking that it would save me time, as opposed to rolling my own. Wow what a mess, css files all over the place. Its taking me longer to create my own theme than if I made it from scratch. My questions are:
- 1) Why use a database? wouldn't that make rearranging album folders a pain?
2) Wouldn't using php to recursively loop through a directory be a little easier? And better for updateing incase you wanted change directory names?
3) From what I understand, php is able to read image metadata such as descriptions. I have never done this has anyone else?