App-MaMGal

 view release on metacpan or  search on metacpan

TODO  view on Meta::CPAN

different locale (or with some modified options, when they are implemented).
There could also be an option to just remove generated files, rather than
creating them.

There are some features in imageindex which would be nice to have, such as
graphic smileys, or greater ability to control the appearance of pages.

Ability to rapidly move from a directory to any of its parents by clicking on a
component of the path displayed at the top of the page.

Parallel processing - having all CPUs busy generating the gallery would be
nice, but need to think AT LEAST of the following possibly non-thread-safe
calls first:
 - fork (to call mplayer): possibly fork off a worker process before starting any threads
 - localtime/gmtime: :-/
 - readdir: only ever call from the main thread?
 - thread-safety of other modules that we use

Investigate the possibility of speeding up loading of creation timestamp from
the EXIF data, possibly by caching it. Currently it constitutes most of the
processing time for regenerating the top-most index file.



( run in 0.499 second using v1.01-cache-2.11-cpan-87723dcf8b7 )