LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

cuetag

apply CUE sheet metadata to audio files

TLDR

Tag FLAC files from CUE sheet
$ cuetag [album.cue] [track*.flac]
copy
Tag specific tracks
$ cuetag [album.cue] [track01.flac] [track02.flac]
copy
Tag Ogg Vorbis files
$ cuetag [album.cue] [track*.ogg]
copy
Tag MP3 files (requires id3v2)
$ cuetag [album.cue] [track*.mp3]
copy

SYNOPSIS

cuetag file.cue audiofile...

DESCRIPTION

cuetag transfers metadata from a CUE sheet to audio files. It reads track information (title, performer, ISRC, etc.) from the CUE sheet and writes appropriate tags to the corresponding audio files.The tool automatically detects file format and uses the appropriate tagging method: metaflac for FLAC, vorbiscomment for Ogg Vorbis, and id3v2/id3tag for MP3. Files must be named so that track order matches (typically from shnsplit output).Tags transferred include: title, artist/performer, album, track number, genre, date, and ISRC codes if present in the CUE sheet.

SUPPORTED FORMATS

FLAC: Uses metaflac (standard tags)Ogg Vorbis: Uses vorbiscommentMP3: Uses id3v2 or id3tag

INSTALL

sudo apt install cuetools
copy
sudo dnf install cuetools
copy
sudo pacman -S cuetools
copy
brew install cuetools
copy
nix profile install nixpkgs#cuetools
copy

CAVEATS

Requires format-specific tagging tools installed (metaflac, vorbiscomment, id3v2). Files must be in the same order as CUE sheet tracks. CUE sheets with limited metadata produce sparse tags. Encoding issues may occur with non-ASCII characters.

HISTORY

cuetag is part of cuetools, a collection of utilities for working with CUE sheet files. The tools were created by Svend Sorensen to facilitate working with CD images and their metadata. They remain essential for processing single-file album rips into tagged individual tracks.

SEE ALSO

RESOURCES

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