Update README.md

This commit is contained in:
Jamie Hardt
2024-06-29 22:14:25 -07:00
committed by GitHub
parent 283ddf320c
commit d83d5034cd

View File

@@ -8,14 +8,14 @@ line and is designed to be used with your favorite text editor.
## Workflow ## Workflow
1) Create a new `MFBATCH_LIST` file for a directory of FLAC files. ### 1) Create a new `MFBATCH_LIST` file for a directory of FLAC files.
```sh ```sh
$ cd path/to/my/flacs $ cd path/to/my/flacs
$ mfbatch -c $ mfbatch -c
``` ```
2) Edit the `MFBATCH_LIST` file in vim, or nano, or whatever your favorite text ### 2) Edit the `MFBATCH_LIST` file in vim, or nano, or whatever your favorite text
editor is. editor is.
```sh ```sh
@@ -38,7 +38,10 @@ in the selected folder along with their current metadata.
./tone3.flac ./tone3.flac
``` ```
3) After you've made the changes you want to make, write them to the files. The `MFBATCH_LIST` format allows you to set metadata once and then write values
to a run of files all at once.
### 3) After you've made the changes you want to make, write them to the files.
```sh ```sh
$ mfbatch -W $ mfbatch -W