Made the README more detailed

This commit is contained in:
Jamie Hardt
2024-06-29 22:28:24 -07:00
parent d83d5034cd
commit 30c8a191a6

View File

@@ -26,16 +26,19 @@ The `MFBATCH_LIST` file will contain a transcript of all of the flac files
in the selected folder along with their current metadata. in the selected folder along with their current metadata.
```sh ```sh
:set ALBUM 'Test Album 1' :set ALBUM 'Test Album 1'
:set ARTIST 'Test Artist'
:set DESCRIPTION 'Tone file #1, test tone 440Hz' :set DESCRIPTION 'Tone file #1, test tone 440Hz'
:setp TITLE DESCRIPTION "^Tone file #(\d+).*" 'Tone \1'
./tone1.flac ./tone1.flac
:set DESCRIPTION 'Tone file #2, also 440Hz' :set DESCRIPTION 'Tone file #2, also 440Hz'
./tone2.flac ./tone2.flac
:unset DESCRIPTION :unset DESCRIPTION
:set DESCRIPTION 'Tone file #3'
./tone3.flac ./tone3.flac
``` ```
The `MFBATCH_LIST` format allows you to set metadata once and then write values The `MFBATCH_LIST` format allows you to set metadata once and then write values