| Notes: |
JAlbum treats most files in an folder as “images”, whether
or not the file is really an image file. There are exceptions,
such as ‘header.inc’, ‘footer.inc’,
files ending in ‘.txt’, files ending in ‘.properties’,
and probably others (there is no complete list I am aware of). However,
at this point JAlbum only properly processes jpg image files (it will
pass on other types to the generate album, but will not handle scaling,
etc.). If JAlbum treats a file as an image file, JAlbum will make a thumbnail
for an index page and will create a slide image page. This is undesirable,
unless the file is indeed an image file (including a movie file).
By default, JAlbum ignores files whose names begin with
or ‘.’ (dot, or period). This can be used
to advantage; files that are ignored by JAlbum are nevertheless copied
to the album
output folder, and hence can be used by skins.
BPP can “process” audio files by playing the file in the
backround (audio). Audio files should begin with ‘_’ to
avoid being treated as “images”. The meta.properties
file
is used to tell BPP where to find audio files.
A full explanation of how to handle audio and movie files can be found
here.
Examples:
- river.jpg—an image file
- _iwannaholdyourhand.mp3—an audio file (note that it begins with ‘_’)
- bugsbunny.wmv—a windows media player movie file
|