MarginalHacks.com DaveSource.com GetDave.com - all the current Dave Pointers. Daveola.com - My home. A l b u m 

Home

Themes/Examples

Languages

Plugins

License

Download

Documentation
. it de fr nl hu

Mailing List

CHANGELOG

Praises

Contact

Plugins

There are a variety of plugins that modify the behavior of album. Furthermore, if you know a little perl, you can write your own!

Here is a list of individual plugins, as well as links to the plugin files.

Plugins require v3.10 or higher to run!

Plugin Description

captions/db/digikam
Kevin Barter
Get the image caption from the Digikam description.    .. (expand)

DBD::SQLite is required and not installed! (collapse)


captions/exif/exiftool
David Ljung Madison
Alternate method of getting exif info using exiftool, can also read IPTC metadata    .. (expand)

This is useful for Windows users that may have problems with jhead. (collapse)


captions/exif/mouseover
David Madison
Add a mouseover window to images that displays photo EXIF info.

captions/format/audio
Scott J. Bertin
Adds audio to image pages.    .. (expand)

captions/format/hide_shorten
David Ljung Madison
Caption shortener    .. (expand)

You can change the option length with: -hide_shorten:length (collapse)


captions/format/no_dash
David Ljung Madison
Converts dashes '-' to spaces ' ' for names. Only converts names based on files (as opposed to captions) Avoids converting dates "<num>-<num>"

captions/paypal/simple
David Ljung Madison
Paypal linker. Adds simple paypal links to each image.    .. (expand)

sunset.jpg Beautiful Sunset .50 Here is the caption (collapse)


dir_thumbs/captions
David Madison
Pick directory thumbnail based on captions.txt file.    .. (expand)

Based on ideas from Dave Hansen <http://www.sr71.net/> (collapse)


dir_thumbs/file
Joey Richards
Specify an image for the directory thumbnail.

extra/rss
Jason Dufair
Generates an rss feed for recently added/updated albums and images

extra/rss2
Igor S. Livshits
Generates RSS 2.0 feeds for recently added or changed items in albums

format/meta
David Ljung Madison
Adds meta tags to the <head> section of album pages.

Thanks to Ty [tyr poczta fm] for the suggestion!


images/autorot
David Ljung Madison
Autorotates images based on EXIF captions. Uses 'jhead' program, and does rotation the first time it sees the image. Idea credit: Fridtjof Busse, who is too lazy to type jhead himself. :)

images/epeg
Scott J. Bertin
Uses enlightenment 'epeg' (or Image::Epeg if available) to scale jpegs.    .. (expand)

Requires epeg version 0.9.0.004 or higher. (collapse)


images/xy_cache
David Ljung Madison
Caches the image size information in a database to speedup album generation. Bug: The xy database never gets cleaned. If you move images or alter them, it will just continue to grow. Remove it if it gets too big. .. (expand)

Thanks to Johann Botha [joe frogfoot com] for the suggestion! (collapse)


org/hide_regex
David Hansen
Hide any albums that match a regex.

org/link
Matt Forrest
If the image is a link, use a link for the medium and thumbnail. The image must be in an album readable by the webserver    (or have a 'tn/' directory)

org/reorganizer
Scott J. Bertin
Have images stored in one place appear in albums elsewhere.    .. (expand)

This plugin uses many hooks, and modifies album's internal data structures. Not all hooks are used for their intended purpose, so it should be loaded as the first plugin if possible. (collapse)


org/specified_sort
Scott J. Bertin
Sort pics/dirs as specified in a file (default "album.order").    .. (expand)

If an item appears twice in the file, the order of that item will depend on the first occurence that is found when the search is made. This creates interesting possibilities for ordering with and without the reverse_sort option. If you put an item both first and last in the file, it will appear first regardless of the reverse_sort option, assuming no unknowns, or an [:UNKNOWNS:] line between the 2 occurrences. (collapse)


utils/capindex
David Ljung Madison
Creates an HTML captioned index of all the photos in a hierarchy of albums.

utils/create_plugin
David Ljung Madison
Create a new plugin framework by answering a few simple questions

utils/mv
David Ljung Madison
This will move images from one album to another. It also moves associated files (thumbnails, medium) and updates captions.txt    .. (expand)

You can view usage with: % album -mv -h (collapse)

These pages were, of course, generated by a perl script with this source