X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/6119aaa112a3345a45195f0c6eaefe658d24e107..c008b56d27dadfc312cead7a0dd7c0c415a693ef:/abcde.conf diff --git a/abcde.conf b/abcde.conf index b049eff..84c20ec 100644 --- a/abcde.conf +++ b/abcde.conf @@ -112,6 +112,7 @@ #MD5SUM=md5sum #DISTMP3=distmp3 #VORBISCOMMENT=vorbiscomment +#METAFLAC=metaflac #NORMALIZE=normalize-audio #CDSPEED=eject #VORBISGAIN=vorbisgain @@ -180,6 +181,9 @@ # CD device you want to read from #CDROM=/dev/cdrom +# If we are using the IDE bus, we need CDPARANOIACDROMBUS defined as "d" +# If we are using the ide-scsi emulation layer, we need to define a "g" +#CDPARANOIACDROMBUS="d" # If you'd like to make a default location that overrides the current # directory for putting mp3's, uncomment this. @@ -273,11 +277,24 @@ # set it here. In Debian, eject -x and cdset -x do the job. # KEEP IN MIND that executables included in pre_read must be in your $PATH or # you have to define them with full /path/to/binary +# Uncomment and substitute the ":" with your commands. #pre_read () #{ #: #} +# Custom post-read function +# By default it does nothing. +# You can set some things to get abcde funtion in better ways: +# * Store a copy of the CD TOC. +# KEEP IN MIND that executables included in post_read must be in your $PATH or +# you have to define them with full /path/to/binary +# Uncomment and substitute the ":" with your commands. +#post_read () +#{ +#: +#} + # If you'd like to have abcde eject the cdrom after all the tracks have been # read, uncomment the following line. #EJECTCD=y