Overview
TagQt provides comprehensive metadata editing capabilities through theMetadataHandler class, supporting multiple audio formats including MP3, FLAC, OGG, M4A, and WAV files.
Supported Formats
TagQt uses the mutagen library to handle various audio formats:- MP3 - ID3 tags (Easy ID3 and full ID3)
- FLAC - Vorbis comments
- OGG - Vorbis comments
- M4A/MP4 - iTunes-style atoms
- WAV - ID3 tags
Standard Metadata Fields
The following fields are available for editing in the sidebar:Basic Tags
- Title - Track title (
title) - Artist - Track artist (
artist) - Album - Album name (
album) - Album Artist - Album artist (
albumartist) - Year - Release date (
date) - Genre - Music genre (
genre)
Track Info
- Track Number - Track position (
tracknumber) - Disc Number - Disc position (
discnumber) - Track Total - Total tracks (FLAC/OGG:
TRACKTOTAL) - Disc Total - Total discs (FLAC/OGG:
DISCTOTAL)
Extended Metadata
- BPM - Beats per minute (
bpm) - Initial Key - Musical key (
initialkey) - ISRC - International Standard Recording Code (
isrc) - Publisher - Record label (
organization) - Comment - Free-form comment (
comment)
Media Content
- Lyrics - Song lyrics (embedded)
- Cover Art - Album artwork (embedded)
Single File Editing
When a single file is selected, the sidebar displays all metadata fields for editing:Saving Changes
Save changes using Ctrl+S or the Save button:When saving, TagQt automatically saves cover art to
cover.jpg in the same directory if cover art exists in the file.Format-Specific Handling
Disc Numbers (FLAC/OGG)
For FLAC and OGG formats, disc numbers support thenumber/total format:
Track Totals
FLAC and OGG files support theTRACKTOTAL field:
File Information
The sidebar displays read-only file information:Bitrate
Audio bitrate in kbps
Sample Rate
Sample rate in kHz
File Size
File size in MB
Keyboard Shortcuts
Editing Shortcuts
Editing Shortcuts
- Ctrl+S - Save changes
- Ctrl+O - Open folder
- Escape - Exit global edit mode
Next Steps
Batch Operations
Learn about editing multiple files at once
Auto-Tagging
Automatically fetch metadata from MusicBrainz
