diff -ur audiotag-0.18.orig/audiotag audiotag-0.18/audiotag --- audiotag-0.18.orig/audiotag 2007-09-26 16:02:31.000000000 +0300 +++ audiotag-0.18/audiotag 2008-02-15 14:43:44.000000000 +0200 @@ -464,8 +464,8 @@ foreach (sort { $a cmp $b } keys %$info) { $plus_tags{$_} ||= "==="; push @result, "$plus_tags{$_} $_: $info->{$_}"; - push @cmd, "--remove-vc-field", $_; - push @cmd, "--set-vc-field", "$_=$info->{$_}"; + push @cmd, "--remove-tag", $_; + push @cmd, "--set-tag", "$_=$info->{$_}"; } push @cmd, $file; }