musicfix

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

commit 860722b14e072223622f7cfbc7393c5e5eb8f527
parent 1a301155f38b0ad6c45ec20a2a9dc88682db0fce
Author: lostd <lostd@2f30.org>
Date:   Tue,  1 Jan 2013 11:28:01 +0000

No finishing command by default

Diffstat:
Mbin/musicfix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/musicfix b/bin/musicfix @@ -138,7 +138,7 @@ cfg = {} cfg['mdir'] = '/var/music' cfg['track'] = '"#{mdir}/#{fba}-#{my}-#{fb}-#{fv}/#{d}#{fn}-#{fa}-#{ft}.#{x}"' cfg['image'] = '"#{mdir}/#{fba}-#{my}-#{fb}-#{fv}/#{zz}-#{fba}-#{fb}_cover.jpg"' -cfg['after'] = '"mpc update #{fba}-#{my}-#{fb}-#{fv}"' +#cfg['after'] = '"mpc update #{fba}-#{my}-#{fb}-#{fv}"' # User configuration overrides cfgpath = File.expand_path('~/.musicfix')