From a95aa05bbfe44dc256a0f6c5bf8fb55a1d7c12ef Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Mon, 8 Dec 2014 21:28:40 -0800 Subject: [PATCH] Added output notice, so users won't think the script alters their files without consent. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 47418d4..fa78ce4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ collection, and when the Hy Programming Language came out, I decided it was time for a minor exercise. Rewriting mp\_suggest in Hy was a perfect opportunity. +mp\_suggest does *not* alter your MP3 files; instead, it +prints to stdout a simple Bash script that invokes the command-line +program id3v2; you can capture that script and run it by hand, or pipe +the output of mp\_suggest through sed to make +changes on the fly, or just run the output straight into Bash with a +unix pipe. + Writing mp_suggest was an interesting exercise in returning to Lisp after all these years. I find that I really enjoyed it (although, honestly, Hy's debugging facilities leave a lot to be desired). The