wacs.cfg: fsloc section

Table 11.1. FSLoc: File Storage Locations

VariableDescriptionTypical Value
imagesLocation within the filesystem of the top of the images tree from which Wacs is to operate./home/wacs/images
videosLocation within the filesystem of the top of the videos tree. /home/wacs/videos
dvdsLocation within the filesystem of the top of the dvds tree. /home/wacs/dvds

Table 11.2. FSLoc: Icon & Glyphs

VariableDescriptionTypical Value
glyphsLocation of the glyphs (icons and artwork) within the file system. /var/www/html/wacs/glyphs
seticonsWhere the small icons for each set generated by generate are to be placed, and thus where the wacs programs can fetch them from./home/wacs/data/iconcache
officonsLocation where the official icons provided by the source site are stored; these are not necessarily even close to the thumbnails we generate from the image sets themselves and we may well not have them for all sets, depending upon where the sets came from. These will only be used if their location is specified in the sofficon fields in the sets table./home/wacs/data/seticons
vidiconsWhere the icons for video files can be found./home/wacs/data/vidicons
dvdiconsWhere the icons for DVD covers can be found (for a future project where Wacs knows about appearances by your favourite models on DVDs in your collection)./home/wacs/data/dvdicons
addiconsWhere the additional icons can be found - this is prepended to the value of saddicons from the sets table if it is set and the directory pointed to is assumed to contain only additional icons for this set./var/www/html/wacs/addicons
modiconsWhere the normal-sized headshot icons for the models are to be found. These are usually around 120 x 156 pixel jpeg images./var/www/html/wacs/icons
modbigiconsCertain Wacs applications (like wacsmodelpage) will use a larger icon for the model if present, these are typically somewhere around 260 x 330 pixel jpeg images but can vary quite considerably. This is the location of these larger icons./var/www/html/wacs/bigicons

Table 11.3. FSLoc: Applications & Documents

VariableDescriptionTypical Value
thumbcacheWhen wacsthumbs creates a set of thumbnail images for a set, these are cached to speed display on a future occasion. This is the location where this cache is stored. It may optionally be stored in a subdirectory of the location pointed to by contentt if direct protected access to these files is required./home/wacs/cache/thumbs
minicacheWhen wacsthumbs creates a set of minature thumbnail images for a set, these are cached to speed display on a future occasion. This is the location where this cache for these extra-small version thumbnails are stored. It may optionally be stored in a subdirectory of the location pointed to by contentt if direct protected access to these files is required./home/wacs/cache/thumbs
scalecacheWhere rescaled versions of the various set icons are cached after the resized version has been created. This is the location where the resized versions are stored. It may optionally be stored in a subdirectory of the location pointed to by contentt if direct protected access to these files is required./home/wacs/cache/scaled
contentiWhere the cached versions of the image set download files (.zips, etc) are stored if content caching is active./var/www/html/contenti
contentvWhere the cached (and sometimes processed) versions of the video set files (.mp4, .mpg, .wmv, etc) are stored if content caching is active./var/www/html/contentv
contentdWhere the extracted versions of scenes from the DVDs can be found if content caching is active. This may include links to the raw .iso images, the expanded DVD files (VIDEO_TS etc) or extracted and encoded versions./var/www/html/contentd
contenttWhere the thumbnails and scaled images are to be placed IF direct protected access to them has been enabled using serverturl. /var/www/html/contentt
downloadSpecifies the directory into which new downloads are to be placed. This is used by the automatic download tools./home/wacs/download
archiveSpecifies the directory into which the downloaded zip files are placed after they've been unpacked. You are expected to either write them off to removable media (CD-R, DVD-R, etc) or just delete them. If it is set to a single hyphen "-", Archive will not be offered as an option in the unpack manager./home/wacs/archive/zips
leasedirThis specifies the directory in which the leases file will be created. If this does not exist, the lease file (name as specified below in the security section) will be created in /tmp./var/run/wacs
tooldirThis is the location where the command line tools like refresh, chkmodel, etc can be found./usr/local/bin
imgtooldirThis is the location of the NetPBM tools like pnmtojpeg . If left blank (the default), the standard search path will be used./usr/bin/Pbm
cgibindirThis is the location of the cgi-bin directory, ie where all the wacs cgi programs should be installed./usr/share/wacs/cgi-bin
htmldirThis the location of the wacs HTML documents tree, and is used for installing glyphs, etc./var/www/html/wacs
wacsdirThis is the location of the Wacs resources directory; in packaged installations and some others, many of the above will be in sub-directories of this one. The initial use for this attribute is for the wacssetup command to be able to locate the creation directory but it was made generic to allow for other uses in future. New in Wacs 0.8.4. /usr/share/wacs