abcde.1, abcde.conf
[clinton/abcde.git] / abcde.conf
CommitLineData
72d7162b 1# System defaults for abcde version 2.2.x
c9c2ca27 2# Nothing in this file is uncommented by default.
3#
4# If you wish to override these system-wide settings, create your own
5# .abcde.conf file in your home directory.
6
81bc6204 7# CDDB options
8
c9c2ca27 9# If you wish to use a different CDDB server, edit this line.
10# If you just wanted to use a proxy server, just set your http_proxy
11# environment variable - wget will use it correctly.
12#CDDBURL="http://freedb.freedb.org/~cddb/cddb.cgi"
13
f7c6d185 14# The CDDB protocol level.
15# Right now 5 is latin1 output and 6 is UTF8 encoding.
16#CDDBPROTO=6
17
c9c2ca27 18# The CDDB protocol requires hello information, including a valid username
19# and hostname. If you feel paranoid about giving away such info, edit this
20# line - the format is username@hostname.
21#HELLOINFO="`whoami`@`hostname`"
22
23# This controls the email address CDDB changes are submitted to.
24#CDDBSUBMIT=freedb-submit@freedb.org
25
26# The following options control whether or not fetched CDDB entries
27# are cached locally in $CDDBLOCALDIR
28#CDDBCOPYLOCAL="n"
29#CDDBLOCALDIR="$HOME/.cddb"
6d81edb6 30#CDDBLOCALRECURSIVE="n"
c9c2ca27 31
81bc6204 32# If NOSUBMIT is set to y, then abcde will never prompt asking if you
33# wish to submit your edited cddb file.
34#NOSUBMIT=n
35
36# If NOCDDBQUERY is set to y, then abcde will never even try to access
37# the CDDB server; running abcde will automatically drop you into a
38# blank cddb file to edit at your leisure. This is the same as the
39# -n option. NOCDDBQUERY=y implies NOSUBMIT=y.
40#NOCDDBQUERY=n
41
c9c2ca27 42# Select here if you want to use the locally stored CDDB entries.
43# This is useful if you do a lot of editing to those CDDB entries.
44# Also, other tools like Grip store CDDB entries under $HOME/.cddb,
45# so they can be reused when ripping CDs.
46#CDDBUSELOCAL="n"
47
8fe929a7 48# List, separated with a comma, the fields we want the parsing function to
9ff5088c 49# output. Defaults to YEAR and GENRE, for a complete list of fields provided by
50# CDDB.
51# The fields are not case sensitive. Actually, "y,g" will work as fine as "Y,G"
52# or "YEAR, GENRE"
8fe929a7 53#SHOWCDDBFIELDS=year,genre
9ff5088c 54
c9c2ca27 55# Specify the style of encoder to use here -
56# oggenc, vorbize - for OGGENCODERSYNTAX
57# lame, gogo, bladeenc, l3enc, xingmp3enc, mp3enc - for MP3ENCODERSYNTAX
12c5d978 58# flac - the only supported for FLACENCODERSYNTAX at the moment
59# speexenc - the only encoder for SPEEXENCODERSYNTAX
60# mppenc - encoder for MPPENCODERSYNTAX
61# default is a valid option for oggenc, lame, flac, speexenc and mppenc.
c9c2ca27 62# Currently this affects the default location of the binary, the variable
63# to pick encoder command-line options from, and where the options are
64# given.
c9c2ca27 65#MP3ENCODERSYNTAX=default
66#OGGENCODERSYNTAX=default
67#FLACENCODERSYNTAX=default
68#SPEEXENCODERSYNTAX=default
99d009fa 69#MPPENCODERSYNTAX=default
56672932 70#AACENCODERSYNTAX=default
c9c2ca27 71
72# Specify the syntax of the normalize binary here - so far only 'normalize'
73# is supported.
74#NORMALIZERSYNTAX=default
75
76# CD reader program to use - currently recognized options are 'cdparanoia',
1b94d6b7 77# 'cdda2wav', 'dagrab', 'cddafs' (Mac OS X only) and 'flac'.
c9c2ca27 78#CDROMREADERSYNTAX=cdparanoia
79
f00ed3e7 80# CUE reader program to use.
81# Right now we only support 'mkcue', but this might change in the future.
82#CUEREADERSYNTAX=default
83
c9c2ca27 84# Keep the wav files after encoding. Set it to "y" and remove "clean" from
85# the list of default actions, since we purge the temp directory as default.
86#KEEPWAVS=n
87
88# Track padding: force abcde to pad tracks using 0, so every song uses a two
89# digit entry. If set to "y", even a single song encoding outputs a file like
90# 01.my_song.ext
91#PADTRACKS=n
92
d0491de2 93# Define if you want abcde to be non-interactive.
94# Keep in mind that there is no way to deactivate it right now in the command
95# line, so setting this option makes abcde to be always non-interactive.
96#INTERACTIVE=n
97
c9c2ca27 98# Specify 'nice'ness of the encoder, the CD reader and the distmp3 proc.
99# This is a relative 'nice'ness (that is, if the parent process is at a
100# nice level of 12, and the ENCNICE is set to 3, then the encoder will
101# run with an absolute nice value of 15. Note also, that setting these
102# to be empty will result in some default niceness increase (4 in tcsh
103# and 10 using the bsdutils' nice).
104#ENCNICE=10
105#READNICE=10
106#DISTMP3NICE=10
107
108# Paths of programs to use
109#LAME=lame
c1bbe6c3 110#TOOLAME=toolame
c9c2ca27 111#GOGO=gogo
112#BLADEENC=bladeenc
113#L3ENC=l3enc
114#XINGMP3ENC=xingmp3enc
115#MP3ENC=mp3enc
116#VORBIZE=vorbize
117#OGGENC=oggenc
118#FLAC=flac
119#SPEEXENC=speexenc
9f659ada 120#MPPENC=mppenc
56672932 121#AACENC=faac
9f659ada 122
c9c2ca27 123#ID3=id3
124#ID3V2=id3v2
125#CDPARANOIA=cdparanoia
126#CDDA2WAV=cdda2wav
127#CDDAFS=cp
128#CDDISCID=cd-discid
129#CDDBTOOL=cddb-tool
130#EJECT=eject
131#MD5SUM=md5sum
132#DISTMP3=distmp3
133#VORBISCOMMENT=vorbiscomment
c008b56d 134#METAFLAC=metaflac
72d7162b 135#NORMALIZE=normalize-audio
c9c2ca27 136#CDSPEED=eject
6119aaa1 137#VORBISGAIN=vorbisgain
138#MKCUE=mkcue
9ff5088c 139#MKTOC=cdrdao
140#DIFF=diff
c9c2ca27 141
142# Options to call programs with:
143
144# If HTTPGET is modified, the HTTPGETOPTS options should also be defined
145# accordingly. If HTTPGET is changed, the default options will be set,
146# if HTTPGETOPTS is empty or not defined.
147#HTTPGET=wget
148# for fetch (FreeBSD): HTTPGETOPTS="-q -o -"
149# for wget: HTTPGETOPTS="-q -O -"
150# for curl (MacOSX): HTTPGETOPTS="-f -s"
151#HTTPGETOPTS="-q -O -"
152
153# MP3:
154#LAMEOPTS=
c1bbe6c3 155#TOOLAMEOPTS=
c9c2ca27 156#GOGOOPTS=
157#BLADEENCOPTS=
158#L3ENCOPTS=
159#XINGMP3ENCOPTS=
160#MP3ENCOPTS=
161
162# Ogg:
163#VORBIZEOPTS=
164#OGGENCOPTS=
165
166# FLAC:
da01ddc3 167#FLACOPTS="-f"
c9c2ca27 168
169# Speex:
170#SPEEXENCOPTS=
171
99d009fa 172# MPP/MP+ (Musepack):
12c5d978 173# For the encoder options take a look at the manpage. Set them like this:
174# MPPENCOPTS='--xtreme' if you wish to set more options then:
175# MPPENCOPTS='--xtreme --skip 20 --fade 10'
99d009fa 176#MPPENCOPTS=
177
56672932 178# M4A/AAC
179#AACENCOPTS=
180
c9c2ca27 181#ID3OPTS=
182#ID3V2OPTS=
183#CDPARANOIAOPTS=
184#CDDA2WAVOPTS=
185#CDDAFSOPTS="-f"
186#CDDBTOOLOPTS=
187#EJECTOPTS=
188#DISTMP3OPTS=
189#NORMALIZEOPTS=
190#CDSPEEDOPTS="-x"
191#CDSPEEDVALUE=""
6119aaa1 192#MKCUEOPTS=""
9ff5088c 193#MKTOCOPTS=""
194#DIFFOPTS=""
6119aaa1 195#VORBISCOMMENTOPTS="-R"
196#METAFLACOPTS="--no-utf8-convert"
c1bbe6c3 197#DIFFOPTS=""
c9c2ca27 198
199# Actions to take
200# Comma-separated list of one or more of the following:
f7c6d185 201# cddb,cue,read,normalize,encode,tag,move,playlist,clean,default
c9c2ca27 202# encode implies read
203# normalize implies read
204# tag implies cddb,read,encode
205# move implies cddb,read,encode,tag
206# playlist implies cddb
f7c6d185 207# An action can be added to the "default" action by specifying it along with
208# "default", without having to repeat the default ones:
209# ACTIONS=default,playlist
210# The default action list (referenced as "default") is defined in the following
211# comment:
c9c2ca27 212#ACTIONS=cddb,read,encode,tag,move,clean
213
c9c2ca27 214# CD device you want to read from
1b94d6b7 215# It can be defined as a singletrack flac file, but since it might change from
216# file to file it makes little sense to define it here.
c9c2ca27 217#CDROM=/dev/cdrom
c008b56d 218# If we are using the IDE bus, we need CDPARANOIACDROMBUS defined as "d"
219# If we are using the ide-scsi emulation layer, we need to define a "g"
220#CDPARANOIACDROMBUS="d"
c9c2ca27 221
222# If you'd like to make a default location that overrides the current
223# directory for putting mp3's, uncomment this.
224#OUTPUTDIR=`pwd`
225
226# Or if you'd just like to put the temporary .wav files somewhere else
227# you can specify that here
228#WAVOUTPUTDIR=`pwd`
229
230# OUTPUTTYPE can be either "ogg", "mp3", "flac" or "spx", or a combination
231# of them separated with ",": "ogg,mp3".
232#OUTPUTTYPE=ogg
233
234# Output filename format - change this to reflect your inner desire to
235# organize things differently than everyone else :)
236# You have the following variables at your disposal:
237# OUTPUT, GENRE, ALBUMFILE, ARTISTFILE, TRACKFILE, and TRACKNUM.
238# Make sure to single-quote this variable. abcde will automatically create
239# the directory portion of this filename.
240# NOTICE: OUTPUTTYPE has been deprecated in the OUTPUTFORMAT string.
241# Since multiple-output was integrated we always append the file type
242# to the files. Remove it from your user defined string if you are getting
243# files like ".ogg.ogg".
244#OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'
245
246# Like OUTPUTFORMAT but for Various Artists discs.
d6718558 247#VAOUTPUTFORMAT='Various-${ALBUMFILE}/${TRACKNUM}.${ARTISTFILE}-${TRACKFILE}'
c9c2ca27 248
56672932 249# Like OUTPUTFORMAT and VAOUTPUTFORMAT but for the ONEFILE rips.
250#ONETRACKOUTPUTFORMAT=$OUTPUTFORMAT
251#VAONETRACKOUTPUTFORMAT=$VAOUTPUTFORMAT
252
c9c2ca27 253# Define how many encoders to run at once. This makes for huge speedups
254# on SMP systems. Defaults to 1. Equivalent to -j.
255#MAXPROCS=2
256
257# Support for systems with low disk space:
258# n: Default parallelization (read entire CD in while encoding)
259# y: No parallelization (rip, encode, rip, encode...)
260#LOWDISK=n
261
81bc6204 262# If set to y, enables batch mode normalization, which preserves relative
8fe929a7 263# volume differences between tracks of an album.
264#BATCHNORM=n
265
266# Enables nogap encoding when using the 'lame' encoder.
267#NOGAP
81bc6204 268
c9c2ca27 269# Set the playlist file location format. Uses the same variables and format
270# as OUTPUTFORMAT. If the playlist is specified to be in a subdirectory, it
271# will be created for you and the playlist will reference files from that
272# subdirectory.
273#PLAYLISTFORMAT='${ARTISTFILE}-${ALBUMFILE}.${OUTPUT}.m3u'
274# If you want to prefix every filename in a playlist with an arbitrary
275# string (such as 'http://you/yourstuff/'), use this option
276#PLAYLISTDATAPREFIX=''
277
278#Like PLAYLIST{FORMAT,DATAPREFIX} but for Various Artists discs:
279#VAPLAYLISTFORMAT='${ARTISTFILE}-${ALBUMFILE}.${OUTPUT}.m3u'
280#VAPLAYLISTDATAPREFIX=''
281
282#This will give the playlist CR-LF line-endings, if set to "y".
99d009fa 283#(some hardware players insist on CR-LF line-endings)
c9c2ca27 284#DOSPLAYLIST=n
285
286# Custom filename munging:
287# By default, abcde will do the following to CDDB data to get a useful
288# filename:
289# * Translate colons to a space and a dash for Windows compatibility
290# * Eat control characters, single quotes, and question marks
291# * Translate spaces and forward slashes to underscores
7acef70b 292# * Translate stars into pluses.
c9c2ca27 293# To change that, redefine the mungefilename function.
8fe929a7 294# mungefilename receives the CDDB data (artist, track, title, whatever)
c9c2ca27 295# as $1 and outputs it on stdout.
296#mungefilename ()
297#{
40c61684 298# echo "$@" | sed s,:,\ -,g | tr \ /\* __+ | tr -d \'\"\?\[:cntrl:\]
c9c2ca27 299#}
300
7acef70b 301# Custom genre munging:
302# By default we just transform uppercase to lowercase. Not much of a fancy
8fe929a7 303# function, with not much use, but one can disable it or just turn the first
7acef70b 304# Uppercase.
305#mungegenre ()
306#{
307# echo $CDGENRE | tr "[:upper:]" "[:lower:]"
308#}
309
310
c9c2ca27 311# Custom pre-read function
312# By default it does nothing.
8fe929a7 313# You can set some things to get abcde function in better ways:
c9c2ca27 314# * Close the CD tray using eject -t (if available in eject and supported by
315# your CD device.
316# * Set the CD speed. You can also use the built-in options, but you can also
317# set it here. In Debian, eject -x and cdset -x do the job.
99d009fa 318# KEEP IN MIND that executables included in pre_read must be in your $PATH or
319# you have to define them with full /path/to/binary
65f3ebb1 320# Uncomment and substitute the ":" with your commands.
c9c2ca27 321#pre_read ()
322#{
323#:
324#}
325
65f3ebb1 326# Custom post-read function
327# By default it does nothing.
8fe929a7 328# You can set some things to get abcde function in better ways:
65f3ebb1 329# * Store a copy of the CD TOC.
330# KEEP IN MIND that executables included in post_read must be in your $PATH or
331# you have to define them with full /path/to/binary
332# Uncomment and substitute the ":" with your commands.
333#post_read ()
334#{
335#:
336#}
337
c9c2ca27 338# If you'd like to have abcde eject the cdrom after all the tracks have been
339# read, uncomment the following line.
340#EJECTCD=y
341
342# To encode on the remote machines foo, bar, baz, quux, and qiix, as well as
343# on the local machine (requires distmp3 to be installed on local machine and
344# distmp3host to be installed and running on all remote machines - see README)
345#REMOTEHOSTS=foo,bar,baz,quux,qiix
b7f1cc84 346
347# Set to obtain some information about actions happening in the background
37282563 348# Useful if you have a slow network or CDDB servers seem unresponsive.
b7f1cc84 349#EXTRAVERBOSE=n