tag icon indicating copy to clipboard operation
tag copied to clipboard

ID3, MP4 and OGG/FLAC metadata parsing in Go

Results 33 tag issues
Sort by recently updated
recently updated
newest added

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 ![微信截图_20220527145202](https://user-images.githubusercontent.com/56343410/170646985-fc8d1ff7-c844-485f-bf88-d6a1c48728ff.png)

Is there any plan to write tags ?

enhancement

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"