1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
# This is a sample "config" file for tkcdlayout.
# Copy and edit this file, then run "NewCDLayout.pl -config=thefile"
#Base filename used for all generated files. Your choice.
#The only mandatory option. All others are optional.
cdn=CDName
#CD title
Title="My own CD"
#Layout directory. Can be anything, including /tmp.
lay="~/.tkcdlayout/layouts"
#CD Layout type
# taf = Title and files
# btas = Big title and subtitle
layout_type=taf
#Which page do you want ?
# (front, back or both)
page=both
#If you chose both, then you might want a different layout type for both pages
# In this case, layout_type is used for the front page only, and this option
# for the back page
back_layout_type=btas
# ---------------------------------------------------------------------
# The following is used for the 'taf' type only
#CD directory, the one to which the files will be read
# (can be the CD or somewhere on the hard disk, of course !)
cddir="/mnt/burnt"
#Exclude pattern - files you don't want in the list
exclude=""
#Maxdepth in making the list of file
#Set to a VERY big number if you don't want limitations (50?)
maxdepth=2
#Set to yes to have only dirs in the list of files
dironly=yes
# ---------------------------------------------------------------------
# The following is used for the 'btas' type only
subtitle="My Subtitle"
|