From 64ee2138146b1bfc2e5c1342a8f3e12fe828bd38 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 30 Jun 2024 11:42:23 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 156fef9..56da4a3 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@ $ cd path/to/my/flacs $ mfbatch -c ``` -### 2) Edit the `MFBATCH_LIST` file in vim, or nano, or whatever your favorite text -editor is. +### 2) Edit the `MFBATCH_LIST` file in you `$EDITOR` ```sh $ mfbatch --edit From 0c8c7167c036a2cf3e22709f5c70a87df08ebea3 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 30 Jun 2024 11:43:02 -0700 Subject: [PATCH 2/4] Update README.md Fixed typos --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 56da4a3..c0d1b79 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@ $ cd path/to/my/flacs $ mfbatch -c ``` -### 2) Edit the `MFBATCH_LIST` file in you `$EDITOR` - +### 2) Edit the `MFBATCH_LIST` file in your `$EDITOR`. ```sh $ mfbatch --edit ``` From 316762ebd7dd7763c62e43494ada6e758a52a394 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 30 Jun 2024 11:52:14 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d1b79..ae6b6e6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ $ cd path/to/my/flacs $ mfbatch -c ``` +`mfbatch` will scan the current working directory and +all subdirectories recursively. You can use a `-p` option +to switch to another directory before scanning. + ### 2) Edit the `MFBATCH_LIST` file in your `$EDITOR`. ```sh $ mfbatch --edit @@ -40,7 +44,8 @@ in the selected folder along with their current metadata. ``` The `MFBATCH_LIST` format allows you to set metadata once and then write values -to a run of files all at once. +to a run of files all at once. Several commands are available to manipulate +the metadata written to the files. ### 3) After you've made the changes you want to make, write them to the files. From 2812421ee208a7e046c7a0f02c788d974d5b0020 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 30 Jun 2024 11:54:53 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae6b6e6..f90aa28 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,7 @@ the metadata written to the files. ```sh $ mfbatch -W ``` + +Writing metadata is interactive, `mfbatch` will display the +metdata to be written to each file and metadata can be +edited interactively at a prompt before writing.