* abcde.conf, abcde, abcde.1
[clinton/abcde.git] / abcde.conf
index 4a35f60..ecd5cd1 100644 (file)
@@ -41,6 +41,7 @@
 #OGGENCODERSYNTAX=default
 #FLACENCODERSYNTAX=default
 #SPEEXENCODERSYNTAX=default
 #OGGENCODERSYNTAX=default
 #FLACENCODERSYNTAX=default
 #SPEEXENCODERSYNTAX=default
+#MPPENCODERSYNTAX=default
 
 # Specify the syntax of the normalize binary here - so far only 'normalize'
 # is supported.
 
 # Specify the syntax of the normalize binary here - so far only 'normalize'
 # is supported.
@@ -80,6 +81,8 @@
 #OGGENC=oggenc
 #FLAC=flac
 #SPEEXENC=speexenc
 #OGGENC=oggenc
 #FLAC=flac
 #SPEEXENC=speexenc
+#MPPENC=mppenc
+
 #ID3=id3
 #ID3V2=id3v2
 #CDPARANOIA=cdparanoia
 #ID3=id3
 #ID3V2=id3v2
 #CDPARANOIA=cdparanoia
 # Speex:
 #SPEEXENCOPTS=
 
 # Speex:
 #SPEEXENCOPTS=
 
+# MPP/MP+ (Musepack):
+#MPPENCOPTS=
+
 #ID3OPTS=
 #ID3V2OPTS=
 #CDPARANOIAOPTS=
 #ID3OPTS=
 #ID3V2OPTS=
 #CDPARANOIAOPTS=
 #VAPLAYLISTDATAPREFIX=''
 
 #This will give the playlist CR-LF line-endings, if set to "y".
 #VAPLAYLISTDATAPREFIX=''
 
 #This will give the playlist CR-LF line-endings, if set to "y".
-#(some hardware players insist on CR-LF line-endings
+#(some hardware players insist on CR-LF line-endings)
 #DOSPLAYLIST=n
 
 # Custom filename munging:
 #DOSPLAYLIST=n
 
 # Custom filename munging:
 # * Translate colons to a space and a dash for Windows compatibility
 # * Eat control characters, single quotes, and question marks
 # * Translate spaces and forward slashes to underscores
 # * Translate colons to a space and a dash for Windows compatibility
 # * Eat control characters, single quotes, and question marks
 # * Translate spaces and forward slashes to underscores
+# * Translate stars into pluses.
 # To change that, redefine the mungefilename function.
 # mungefilename recieves the CDDB data (artist, track, title, whatever)
 # as $1 and outputs it on stdout.
 #mungefilename ()
 #{
 # To change that, redefine the mungefilename function.
 # mungefilename recieves the CDDB data (artist, track, title, whatever)
 # as $1 and outputs it on stdout.
 #mungefilename ()
 #{
-#      echo "$@" | sed s,:,\ -,g | tr \ / __ | tr -d \'\"\?\[:cntrl:\]
+#      echo "$@" | sed s,:,\ -,g | tr \ /\* __+ | tr -d \'\"\?\[:cntrl:\]
+#}
+
+# Custom genre munging:
+# By default we just transform uppercase to lowercase. Not much of a fancy
+# function, with not much use, but one can disable it ot just turn the first
+# Uppercase.
+#mungegenre ()
+#{
+#      echo $CDGENRE | tr "[:upper:]" "[:lower:]"
 #}
 
 #}
 
+
 # Custom pre-read function
 # By default it does nothing.
 # You can set some things to get abcde funtion in better ways:
 # Custom pre-read function
 # By default it does nothing.
 # You can set some things to get abcde funtion in better ways:
 #   your CD device.
 # * Set the CD speed. You can also use the built-in options, but you can also 
 #   set it here. In Debian, eject -x and cdset -x do the job.
 #   your CD device.
 # * Set the CD speed. You can also use the built-in options, but you can also 
 #   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
 #pre_read ()
 #{
 #:
 #pre_read ()
 #{
 #: