From db842af5629fce914a087df1ba536a63d4eaf87e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 11 Jan 2012 14:47:36 +0100 Subject: reverting support for multi-directors --- videomv.pl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/videomv.pl b/videomv.pl index 9ba34c5..a21bc33 100755 --- a/videomv.pl +++ b/videomv.pl @@ -419,13 +419,6 @@ if (&is_symlink($real_new_path)) { $new_director =~ tr@/@_@; $new_director =~ s/[[:cntrl:]]//; - my @new_directors = split / *, */, $new_director; - die "Can't find a suitable director.\n" unless @new_directors; - my $lastdir = pop @new_directors; - $new_director = join ", ", @new_directors; - $new_director .= " & " if @new_directors; - $new_director .= $lastdir; - # Create directory if it doesn't exist my $new_dirname = catfile ($directors, $new_director); unless (-d $new_dirname) { -- cgit v1.2.3