tag
tag copied to clipboard
ID3, MP4 and OGG/FLAC metadata parsing in Go
I copied an mp3 file and changed the tag info (album, title, and artist), and hashed the origin and the copy, and they came up as different values. The format...
when i use ope 
Another small patch, but needs thought: ``` diff --git a/vorbis.go b/vorbis.go index c250615..bf8fc96 100644 --- a/vorbis.go +++ b/vorbis.go @@ -64,7 +64,11 @@ func (m *metadataVorbis) readVorbisComment(r io.Reader) error { if...
I encountered this issue with my program [alto](https://github.com/ItsLychee/alto) where I was expecting the `%artist%` variable to return `m.c["artist"]`, which is the actual `artist` field defined within the metadata, but it...
Hi, I was wondering if the tag cmd could have an option like `tag foo.flac --title` to only print the value, and not the rest of the keys, or values?...
I am trying to get metadata from songs but now I get this weird panic . Everything was working fine before and now i am getting panics for the same...
Fixes #52 I've manually (with a hex editor) adjusted the content of the ID3v2.2 test file to match the spec defined here: https://id3.org/id3v2-00 (Linked from https://id3.org/Developer%20Information) The file shows up...
Fix UFID error: "expected to split UFID data into 2 pieces"