X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/40c61684c009618f1180fc5e02b6d469a7d4bfb1..7acef70b718082c76c122caae92aadb4bbb55ef1:/abcde.1?ds=sidebyside diff --git a/abcde.1 b/abcde.1 index 61b88b3..b163e0c 100644 --- a/abcde.1 +++ b/abcde.1 @@ -321,6 +321,17 @@ slash munging (UNIX cannot store a file with a '/' char in it) as well as the control character munging (NULs can't be in a filename either, and newlines and such in filenames are typically not desirable). .TP +.B mungegenre +mungegenre () is a shell function used to modify the $GENRE variable. As +a default action, it takes $GENRE as $1 and outputs the resulting value +to stdout converting all UPPERCASE characters to lowercase. +.TP +.B pre_read +pre_read () is a shell function which is executed before the CDROM is read +for the first time, during abcde execution. It can be used to close the CDROM +tray, to set its speed (via "setcd" or via "eject", if available) and other +preparation actions. The default function is empty. +.TP .B EJECTCD If set to "y", abcde will call eject(1) to eject the cdrom from the drive after all tracks have been read.