commit 2fa134eda1b91f679858f5a540d41cde7c004284
parent 7bf764142d501dc8945b993c060d18b15c99fdb6
Author: lostd <lostd@2f30.org>
Date: Tue, 14 Aug 2012 11:15:50 +0000
Remove old comments
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/bin/musicfix b/bin/musicfix
@@ -125,14 +125,6 @@ fl = Dir['*'].select {|f| File.extname(f).match /mp3|ogg|mpc|flac|wv/i}.sort
puts 'Files to process:'
puts fl
-# Some test releases:
-# Sound, The (2) – From The Lions Mouth: 377432
-# Various – Return Of The Banshee: 127565
-# Harold Budd & Brian Eno – The Pearl: 699395
-# Dead Souls Rising – Clepsydre 1993-1999: 1212954
-# Metro Decay – Υπέρβαση: 1766242
-# Dispossessed, The (2) – Sister Mary: 1965566
-
# Get release data
puts "Geting release data..."
discogs = Discogs::Wrapper.new("musicfix")
@@ -192,7 +184,6 @@ fl.each do |ofname|
ft = mkname t
fn = mkname n
x = File.extname(ofname).delete('.').downcase
- #nfname = "#{mdir}/#{fba}-#{my}-#{fb}-#{fv}/#{d}#{fn}-#{fa}-#{ft}.#{x}"
nfname = eval mytrack
puts "Copy track to #{nfname}"
FileUtils.makedirs(File.dirname nfname)
@@ -211,7 +202,6 @@ end
# Also save the first image of the artwork
zz = '0' * (mkdiscnum tl.last.position).join.length
-#imgname = "#{mdir}/#{fba}-#{my}-#{fb}-#{fv}/#{zz}-#{fba}-#{fb}_cover.jpg"
imgname = eval myimage
imgurl = getimgurl r
if imgurl then