|
|
A meta.properties File ExampleThe album folder structure for this example is shown below. The album created can be viewed here.
By default, JAlbum will process all files in a folder as if they are intended to be part of the album, which causes thumbnail and slide ‘images’ as well as slide image pages to be created for audio files, wallpaper files, and pretty much anything else. To work around this, by default BPP ignores files beginning with an underscore (‘_’) and with a period (‘.’), as well as files with extension ‘.mp3’, ‘.wav’, ‘.wma’, ‘.rm’, and ‘.mid’ . This FAQ describes how to add other extensions to the list of files JAlbum ignores. Hence the wallpaper and audio image files in this example all begin with ‘_’. We want our album to have the following characteristics:
The contents of the three meta.properties files are given below: meta.properties file in the folder ‘my_vacation’
folderTitle=My Best Vacation
folderHeader=Vacation 2003 folderFooter=Photos taken with a Canon A70 camera folderVoice=_my_vacation.mp3 (see note A) title.leaving.jpg=Leaving Home description.leaving.jpg=My bags are packed, I'm ready to go voice.leaving.jpg=_audio_files/_leaving.mp3 (note B) Notes: meta.properties file in the folder ‘at_the_river’
folderTitle=The Wide Missouri
folderFooter=Andrew took these pictures! title.river.jpg=Missouri River description.river.jpg=We're bound away across the wide Missouri voice.river.jpg=../_audio_files/_river.mp3 (note C) title.bridge.jpg=Bridge Across the Wide Missouri slideBackgroundImage=_slide_bkgrnd.jpg indexBackgroundImage=_index_bkgrnd.jpg Notes: meta.properties file in the folder ‘day_3’
folderHeader=This header comes from meta.properties
folderFooter=This footer comes from meta.properties folderIcon=sunset.jpg title.sunset.jpg=Sunset over the river description.sunset.jpg=This description comes from meta.properties slideBackgroundImage= (note D) indexBackgroundImage= Notes: |