musicfix

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

commit c2bc66b943e3bcea4a7df42b042b6b6da9668d85
parent 117d95c064ef371e387202d570e4401f9fe14ce8
Author: lostd <lostd@2f30.org>
Date:   Thu, 22 Nov 2012 06:59:04 +0000

More expected interactive prompts

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

diff --git a/bin/musicfix b/bin/musicfix @@ -151,11 +151,11 @@ end if tl.length != fl.length then puts "Found #{tl.length} tracks for #{fl.length} music files." if fl.length < tl.length then - print "Use only the first #{fl.length} entries? [N/y] " + print "Use only the first #{fl.length} entries? [y/N] " else # Limit files to available tracks fl = fl.first tl.length - print "Use only the first #{fl.length} files? [N/y] " + print "Use only the first #{fl.length} files? [y/N] " end res = STDIN.readline.strip exit unless res == 'y'