musicfix

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

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

Expand music directory

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

diff --git a/bin/musicfix b/bin/musicfix @@ -147,6 +147,9 @@ if File.exists? cfgpath cfg.merge! new end +# Expand music directory +cfg['mdir'] = File.expand_path cfg['mdir'] + # Print configuration puts 'Configuration' puts cfg.to_yaml