Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New release 338
  • Loading branch information
Klink committed Apr 18, 2012
1 parent d51281c commit 21e0e72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LATESTIS
@@ -1 +1 @@
337
338
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
stalag13-utils (2.338-20120418) unstable; urgency=low

* Upstream release

-- Mathieu Roy <klink@bender.stalag13.ici> Wed, 18 Apr 2012 08:22:06 +0200

stalag13-utils (2.337-20120418) unstable; urgency=low

* Upstream release
Expand Down
6 changes: 2 additions & 4 deletions usr/local/bin/stalag13-cleanup-music-directory-02-rename.pl
Expand Up @@ -82,10 +82,7 @@
die "style = $style; band = $band ; album = $album, exit working $dir " unless ($style and $band and $album);

# various artists case
if ($band eq "-----VARIOUS ARTISTS-----") {
$is_va = 1;
$band = 0;
}
$is_va if ($band eq "-----VARIOUS ARTISTS-----");

# create the destination directory,
# FIXME: seems to be some issues with accentued characters, not sure
Expand Down Expand Up @@ -149,6 +146,7 @@
# always extract the correct band name
# (yes, not uberclean to call so many times lltag, but let's
# keep it stupid/simple)
$band = 0;
print "Extract BAND from $file (various artists)... ";
open(ALBUMINFO, "lltag -S \"$importdir/$dir/$file\" |");
while(<ALBUMINFO>) {
Expand Down

0 comments on commit 21e0e72

Please sign in to comment.