Index of /www/projects/mp3-names
mp3_names.pl
compare mp3 names or directories with mp3s
written by Andreas 'ads' Scherbaum <ads@wars-nicht.de>
history:
- based on an older script
- 10.10.2004 first reimplementation
- 22.11.2004 (almost) completed
- 06.12.2004 execute option added
new function for target directories
usage:
mp3_names.pl [options] parameter1 parameter2
options are:
--help -h this help
--search-for-doubles -d search for doubles in both lists
--ignore-doubles -i ignore doubles (want-have-list as parameter2)
--print-cp -c print cp commands from parameter1 to parameter2
--print-rm -r print rm commands for parameter2
--verbose -v give some detailed output
--percent -p percent value for matching (defaults to 90)
--execute -e execute given cp and rm commands
(instead of printing them)
--status -s get file status and bitrate for every mp3
(needs check_mp3.pl in $PATH)
--cp-1 target directory for copying first argument
--cp-2 target directory for copying second argument
--examples print some examples
parameter[1|2]:
- single mp3 name (ends with .mp3) or
- text file (ends with .txt) with mp3s line per line or
- directory with mp3s
check_mp3.pl
check mp3
usage: check_mp3.pl file.mp3 [bitrate]
bitrate defaults to 112 bit
check_mp3s.pl
check mp3s
usage: check_mp3s.pl [-r] directory [bitrate]
bitrate defaults to 112 bit
-r will remove defect mp3s
old/
contains old code for this program