Skip to content

cumulus13/gotag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoTag

GoTag is a simple desktop application for viewing MP3 tag information and cover art.

Features

  • 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)

Build Instructions

  1. Install Go and dependencies:

    go get fyne.io/fyne/v2
    go get github.com/dhowden/tag
  2. Place your icon.png file in the same folder as the source code.

  3. Build the app:

    go build -o gotag.exe

Usage

gotag.exe "path/to/your/file.mp3"

Example:

gotag.exe "C:\TEMP\01. Fallen.mp3"

UI Structure

  • Tab "Tag Info": Cover art at the top, tag info below.
  • Tab "Cover & Lyrics": Cover art at the top, lyrics below (if available).

Notes

  • The window icon will only appear if icon.png is 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.

License

MIT


Author

Hadi Cahyadi

Coffie

Buy Me a Coffee

Donate via Ko-fi

Support me on Patreon

About

simple desktop application for viewing MP3 tag information and cover art

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors