I am going through install process now (version 6.5). Haven't installed yet, but saw some misspellings/changes and knew I would forget them later:
In album.cfg.clean:
# 1 = Use flatfile DB authenticaiton. Must set auth_db parameter for this to work.
(change "Image" to "Movie" below
# Valid Image extensions. Only files ending in these extensions will be considered a movie....
(corrected spelling of separately)
# Number of rows used to display photos and movies (albums are displayed separately).
(I corrected spelling of its below)
# Number of "most popular photos" to display. If zero, don't display any. A photo's popularity is defined by its # of views and ratings. If both of these are disabled, there are no popular photos.
# Use the first thumbnail in an album as its "representative" thumbnail.
In album.pl:
# NOTE: The doucmentation shown below in the POD (Plain Old Documentation)
(next line I removed apostrophe from "it's")
# 1 = Special - Nothing has this code, so you can add a ,1 to any debug statement to make it stand out on its own
(I corrected spelling of "directly")
# Display Images directly (for shrouding)
(the comment seems like it should be changed to mention hmac instead of MD5, but I may be wrong)
# Set to 1 to skip MD5 checking. (Best for flatfile authentication, when MD5 include errors pop up...)
if (!$::skip_hmac)
(I'm pretty sure there's an extra . below. I'm 50% sure the extra ../ in front of each of these should be taken care of in the config file.)
$::file_movie_icon="../.$::img_dir/$::movie_icon";
(fix "local")
# Pull off web vars for local use