Audio Tag Fix
Downloaded tracks usually have garbage metadata. This writes proper ID3 title / artist / album tags using ffmpeg.
- If you don't pass
artist, it parsesArtist - Title.mp3filenames. - Pass
artist/albumto force them on every file.
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
dir |
yes | — | Folder of audio files |
artist |
no | (from filename) | Force artist on all files |
album |
no | — | Set album on all files |
format |
no | mp3 | Extension to process |
Requires ffmpeg.
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
countresulttagged
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
dir |
string | yes | — | Folder of audio files to tag. |
artist |
string | no | — | Force this artist on all files (else parsed from 'Artist - Title' filename). |
album |
string | no | — | Set this album on all files (optional). |
format |
string | no | mp3 |
File extension to process. |