From cc230ea16cd1d6c5f4259bf942387b1f77c87fc9 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 25 Jun 2024 23:31:29 -0700 Subject: [PATCH] More implementation --- mfbatch/__main__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index 56afe4c..af4cb18 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -34,9 +34,7 @@ from tqdm import tqdm # set-incr KEY INITIAL # KEY in next file will be set to INITIAL which will be incremented by # one for each file processed. -# set-pattern TO FROM PATTERN REPL -# Set key TO to FROM after matching against PATTERN in each subsequent -# file. + METAFLAC_PATH = '/opt/homebrew/bin/metaflac'