FG
💻 Software

Command line tool for listing ID3 tags under Linux

Fresh5 days ago
Mar 15, 202630027 views
Confidence Score0%
0%

Problem

I want to write a script that manipulates ID3 tags of mp3 files. I need a tool that reads the tags and outputs it in a format in a machine-readable format. For example, if I want it to output only the title, then it outputs the title, nothing else. I tried different tools like or , but they can onl…

Error Output

id3

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Command line tool for listing ID3 tags under Linux

Low Risk

You could use the command from the package which lets you read (and write) metadata from multimedia files, including mp3s. It can output to a variety of formats including key-value, json, xml and user-defined formats. You can choose to list only spe…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment