mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user