LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kid3

audio tag editor supporting MP3, Ogg Vorbis, FLAC, MPC, MP4/AAC, and other

TLDR

Start Kid3
$ kid3
copy
Open directory
$ kid3 [/path/to/music]
copy
Command-line tagging
$ kid3-cli -c "[get title]" [file.mp3]
copy
Set tag value
$ kid3-cli -c "[set title 'My Song']" [file.mp3]
copy
Batch convert
$ kid3-cli -c "[fromtag '%{artist} - %{title}' 2]" [*.mp3]
copy

SYNOPSIS

kid3 [options] [directory]kid3-cli [options] [files...]

DESCRIPTION

Kid3 is an audio tag editor supporting MP3, Ogg Vorbis, FLAC, MPC, MP4/AAC, and other formats. It can edit ID3v1, ID3v2, APE, Vorbis, and other tag formats.The application provides batch editing, filename-to-tag and tag-to-filename conversion, and import from online databases like MusicBrainz and Discogs.

PARAMETERS

directory

Music directory to open.
-c command
Execute command (kid3-cli).

CLI COMMANDS

$ # Get tag
kid3-cli -c "get artist" song.mp3

# Set multiple tags
kid3-cli -c "set artist 'Band'" -c "set album 'Album'" song.mp3

# Rename from tags
kid3-cli -c "fromtag '%{track} - %{title}' 2" *.mp3

# Export to CSV
kid3-cli -c "export export.csv 'CSV'" .
copy

INSTALL

sudo apt install kid3
copy
sudo dnf install kid3
copy
sudo pacman -S kid3
copy
sudo zypper install kid3
copy
nix profile install nixpkgs#kid3
copy

CAVEATS

Different tag versions may conflict. Batch operations should be previewed. Some formats have tag limitations.

HISTORY

Kid3 was created by Urs Fleisch as a simple tag editor for KDE. It evolved to support many formats and became available on multiple platforms.

SEE ALSO

id3v2(1), easytag(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid