scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 4071441155580cd35e6ff80f0ee414a000f6c5b0
parent 51d497f91902c1de5ba51d7619488a6158347459
Author: Haris <haris@feanor.lan>
Date:   Wed, 26 Jun 2013 00:16:01 +0300

wavtomp3 identation fix

Diffstat:
Mwavtomp3 | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/wavtomp3 b/wavtomp3 @@ -33,3 +33,4 @@ while (my ($files, $names) = $all->() ) { chomp (my $stripped = substr ($names, 17)); exec `/usr/local/bin/lame -V2 -q0 --tt \"$stripped\" --tn $numbering --ta \"$artist\" --tl \"$album\" --ty $year --tg \"$genre\" $files "$numbering - $stripped.mp3"`; } +