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