From fb471499a6ab3a8f6f0aadf36ccf4d69277af642 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Wed, 3 Mar 2010 20:02:34 +0100 Subject: [PATCH] Fixed Encoder#apply_tags usage. --- rb-rip | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rb-rip b/rb-rip index 164d581..33c96bf 100755 --- a/rb-rip +++ b/rb-rip @@ -324,9 +324,8 @@ album.tracks.each_with_index do |t, i| puts "Ripping: #{track_no}. #{t.name} => #{file + enc.suffix}" `#{rip_cmd} | #{encode_cmd}` - apltags = enc.apply_tags(file + enc.suffix, metadata) puts "Applying tags..." - `#{apltags} > /dev/null` + enc.apply_tags(file + enc.suffix, metadata) end rplgain_cmd = enc.compute_replaygain(files) -- 2.30.2