|
NAMEmp3lintskip - writes .mp3lintskip files from mp3lint outputSYNOPSISmp3lintskip [-o] [-m] [-g] [-l] [-v] [-d path] [-D] [-h] (file|-)...DESCRIPTIONmp3lintskip is used with mp3lint(1) to write .mp3lintskip files to suppress warnings generated by mp3lint. For instance, if you have an album that you only have a low bitrate copy of, and cannot find a higher bitrate version, or you have a directory of radio plays that you don't care are in mono, you can use this to suppress those warnings on future runs of mp3lint, so you only get warned about new problems.Depending on the options set (-g or -l), mp3lintskip either writes to per-directory .mp3lintskip files, or writes a global file called .mp3lintskip-global in your $HOME directory. The latter can be used to permanently ignore certain warnings in all directories, and can be used for tests you don't care about or don't agree with. Default messages to ignore can also be set in your .mp3lintrc file, see mp3lintrc(5). WARNING: mp3lintskip works by filtering the output of mp3lint, so it has no effect on the -f (fix) option to mp3lint(1). OPTIONS
EXAMPLES
FILES
ENVIRONMENT
BUGSNone known. Please report any found to ianb@nessie.mcc.ac.ukSEE ALSOmp3lint(1), mp3lint-tools(3), mp3lintsum(1), mp3lintrc(5), mp3-archive-tools(1)AUTHORIan Beckwith <ianb@nessie.mcc.ac.uk>COPYRIGHTCopyright 2003 Ian Beckwith <ianb@nessie.mcc.ac.uk>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Visit the GSP FreeBSD Man Page Interface. |