commit 4071441155580cd35e6ff80f0ee414a000f6c5b0
parent 51d497f91902c1de5ba51d7619488a6158347459
Author: Haris <haris@feanor.lan>
Date: Wed, 26 Jun 2013 00:16:01 +0300
wavtomp3 identation fix
Diffstat:
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"`;
}
+