musicfix

music file renamer and tagger
git clone git://git.2f30.org/musicfix
Log | Files | Refs | README | LICENSE

commit 59f6e32a766e43cc06a9a3f9c9873366c1c9fa53
parent b95aa02fe8c40ef76bc5bf42fe8151aa079de141
Author: lostd <lostd@2f30.org>
Date:   Tue, 14 Aug 2012 10:40:19 +0000

Also save the release id to the comment field

Diffstat:
Mbin/musicfix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/musicfix b/bin/musicfix @@ -204,6 +204,7 @@ fl.each do |ofname| f.tag.track = tn f.tag.year = y.to_i f.tag.genre = g + f.tag.comment = "Discogs: #{r.id}" f.save end end