From 11cbcdc5678841c8835e9e3b625d6b39fc05a5c7 Mon Sep 17 00:00:00 2001 From: Sylvio Cesar Teixeira Date: Fri, 20 Aug 2010 13:48:23 +0000 Subject: - mp3lint is a tool to check collections of audio files for various problems. It is highly configurable, allowing you to specify your preferred format for filenames, minimum bitrate, tests to ignore, etc. Formats checked are currently mp3, ogg, wav, flac, au, and m3u playlists. mp3lint is implemented as separate tools (perl modules), each of which implements a set of testes. There are a total of 32 different tests. WWW: http://erislabs.net/ianb/projects/mp3lint/ PR: ports/148899 Submitted by: Sunpoet Po-Chuan Hsieh --- audio/mp3lint/pkg-descr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 audio/mp3lint/pkg-descr (limited to 'audio/mp3lint/pkg-descr') diff --git a/audio/mp3lint/pkg-descr b/audio/mp3lint/pkg-descr new file mode 100644 index 000000000000..652892a3b0ad --- /dev/null +++ b/audio/mp3lint/pkg-descr @@ -0,0 +1,9 @@ +mp3lint is a tool to check collections of audio files for various problems. It +is highly configurable, allowing you to specify your preferred format for +filenames, minimum bitrate, tests to ignore, etc. + +Formats checked are currently mp3, ogg, wav, flac, au, and m3u playlists. +mp3lint is implemented as separate tools (perl modules), each of which +implements a set of tests. There are a total of 32 different tests. + +WWW: http://erislabs.net/ianb/projects/mp3lint/ -- cgit v1.2.3