|
|
The meta.properties File(example meta.properties file) (list of meta.properties variables) Meta.properties files are used by both JAlbum and BluPlusPlus. JAlbum generates a meta.properties file whenever a user enters either a folder title or a folder comment via the JAlbum main window. BluPlusPlus does not generate a meta.properties file, but there are BPP-specific properties that can be added to a pre-existing meta.properties file or entered into a new meta.properties file. A meta.properties file allows one to provide the following in one convenient location:
Note that the first four items can also be accomplished by other methods. The format of a meta.properties fileA meta.properties file is a text file that consists of lines of text that end with a carriage return. The format of each line is ‘keyword=value’. Each keyword is described below (spaces before or after the ‘=’ are not permitted): folderTitle=a title for current folder title.imagefilename1.extension=slide title 1 <--this
means put ‘title.’ in front of the name of the image file title.imagefilename2.extension=slide title 2 title.imagefilename3.extension=slide title 3 etc. ‘extension’ is a three-letter file extension, typically ‘jpg’ for image files. All of the individual items are optional and may be omitted. Specifying a path to a desired fileIn order for BPP to see the specified icon/image and voice files, the correct path to the file must be specified. If the specified file is in the same folder as the meta.properties file, nothing unusual needs to be done; just give the name of the file. If the file is NOT in the same folder as the meta.properties file, a relative path from the meta.properties file folder must be provided (see example). Placement of a meta.properties fileA meta.properties file operates at the folder level. That is, the meta.properties file must be placed in the folder of images for which one wishes to provide information. Inheritability of meta.propertiesThe values set by a meta.properties file at a given level for the variables indexBackgroundImage and slideBackgroundImage are inherited by subalbums of that level unless explicitly changed by another meta.properties file. |