Updated versions to match latest release
This commit is contained in:
parent
a0fee76d2d
commit
486db6f743
|
@ -14,7 +14,7 @@
|
||||||
# 0.1.1: Added command-line wrapper, cleaned code
|
# 0.1.1: Added command-line wrapper, cleaned code
|
||||||
# 0.1: Initial code
|
# 0.1: Initial code
|
||||||
|
|
||||||
$VERSION = "0.2"
|
$VERSION = "0.2.3";
|
||||||
$HELP_MSG = "# Music Burner v$VERSION\n\tusage: burnmusic <cdspeed> <device> <files>\n";
|
$HELP_MSG = "# Music Burner v$VERSION\n\tusage: burnmusic <cdspeed> <device> <files>\n";
|
||||||
$temp_dir = '/tmp/burnmusic-' . `whoami`;
|
$temp_dir = '/tmp/burnmusic-' . `whoami`;
|
||||||
|
|
||||||
|
|
2
cdripper
2
cdripper
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
use CDDB_get qw( get_cddb );
|
use CDDB_get qw( get_cddb );
|
||||||
|
|
||||||
$VERSION = "0.2";
|
$VERSION = "0.2.3";
|
||||||
$HELP_MSG = "# CD Ripper v$VERSION\n\tusage: cdripper [--no-cddb] [-a] " .
|
$HELP_MSG = "# CD Ripper v$VERSION\n\tusage: cdripper [--no-cddb] [-a] " .
|
||||||
"[-y] [-o num] [target_directory]\n\n" .
|
"[-y] [-o num] [target_directory]\n\n" .
|
||||||
"Options:\n-a:\t\tAsk users about multiple CDDB options\n" .
|
"Options:\n-a:\t\tAsk users about multiple CDDB options\n" .
|
||||||
|
|
2
conv2ogg
2
conv2ogg
|
@ -21,7 +21,7 @@
|
||||||
# changed to use command-line args
|
# changed to use command-line args
|
||||||
# 0.0.1: Initial bash script
|
# 0.0.1: Initial bash script
|
||||||
|
|
||||||
$VERSION = "0.2";
|
$VERSION = "0.2.3";
|
||||||
$HELP_MSG = "# MP3 - Ogg Converter v$VERSION\n\tusage: mp32ogg <files>";
|
$HELP_MSG = "# MP3 - Ogg Converter v$VERSION\n\tusage: mp32ogg <files>";
|
||||||
$DEC_ERROR = "Couldn't find a decoder to use. Please install one of mplayer, mpg321, or mpg123";
|
$DEC_ERROR = "Couldn't find a decoder to use. Please install one of mplayer, mpg321, or mpg123";
|
||||||
$ENC_ERROR = "Couldn't find oggenc, which is necessary for encoding. Please install the package that provides oggenc (probably named 'oggenc' or 'vorbistools')";
|
$ENC_ERROR = "Couldn't find oggenc, which is necessary for encoding. Please install the package that provides oggenc (probably named 'oggenc' or 'vorbistools')";
|
||||||
|
|
2
dirclean
2
dirclean
|
@ -15,7 +15,7 @@
|
||||||
# 0.2 - aligned version with ds-audiotools
|
# 0.2 - aligned version with ds-audiotools
|
||||||
# 0.1 - initial version
|
# 0.1 - initial version
|
||||||
|
|
||||||
$VERSION = "0.2";
|
$VERSION = "0.2.3";
|
||||||
$HELP_MSG = "# dirclean v$VERSION\n\tusage: dirclean <directory>\n\t";
|
$HELP_MSG = "# dirclean v$VERSION\n\tusage: dirclean <directory>\n\t";
|
||||||
|
|
||||||
foreach (@ARGV)
|
foreach (@ARGV)
|
||||||
|
|
2
fixname
2
fixname
|
@ -25,7 +25,7 @@
|
||||||
# 0.0.2: Takes command-line arguments instead of parsing entire directory
|
# 0.0.2: Takes command-line arguments instead of parsing entire directory
|
||||||
# 0.0.1: basic code in place
|
# 0.0.1: basic code in place
|
||||||
|
|
||||||
$VERSION = "0.2";
|
$VERSION = "0.2.3";
|
||||||
$HELP_MSG = "# Filename fixer v$VERSION\n\tusage: fixname <files>\n\t fixname -o \"name\"\n";
|
$HELP_MSG = "# Filename fixer v$VERSION\n\tusage: fixname <files>\n\t fixname -o \"name\"\n";
|
||||||
|
|
||||||
die $HELP_MSG if ($#ARGV < 0);
|
die $HELP_MSG if ($#ARGV < 0);
|
||||||
|
|
Reference in New Issue
Block a user