InTouch Hub · Blue Isle Software

Audio Tag Fix

Fix the metadata on downloaded audio: set ID3 title/artist/album tags (derived from 'Artist - Title' filenames or supplied explicitly) using ffmpeg.

Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.

audioaudio-videoid3metadatamusictags

Audio Tag Fix

Downloaded tracks usually have garbage metadata. This writes proper ID3 title / artist / album tags using ffmpeg.

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.

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.