GoTag is a simple desktop application for viewing MP3 tag information and cover art.
- Display MP3 tag info (title, artist, album, genre, year, track, etc.)
- Show cover art (if available)
- Show lyrics (if available)
- ESC or Q shortcut to quit the app
- Modern look with cyan font color (
#00FFFF) - Custom window icon (use
icon.png)
-
Install Go and dependencies:
go get fyne.io/fyne/v2 go get github.com/dhowden/tag
-
Place your
icon.pngfile in the same folder as the source code. -
Build the app:
go build -o gotag.exe
gotag.exe "path/to/your/file.mp3"Example:
gotag.exe "C:\TEMP\01. Fallen.mp3"- Tab "Tag Info": Cover art at the top, tag info below.
- Tab "Cover & Lyrics": Cover art at the top, lyrics below (if available).
- The window icon will only appear if
icon.pngis found and valid. - If cover art does not appear, make sure your MP3 file has embedded cover art in JPEG/PNG format.
- Quit shortcut (
ESC/Q) only works when the window is focused.
MIT
