This website works better with JavaScript.
Explore
Help
Sign In
Unbewohnte
/
id3ed
Watch
1
Star
0
Fork
You've already forked id3ed
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
⬥ ID3 encoding/decoding library in Go ⬥
id3
id3v1
id3v2
metadata-extraction
mp3-tags
mp3tag
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38
Commits
1
Branch
0
Tags
185 KiB
Tree:
fe2a273115
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fe2a273115'
${ noResults }
id3ed
/
v2
/
v2tag.go
7 lines
77 B
Raw
Normal View
History
Unescape
Escape
※ Fixed a bug in utils, struggled a bit about frames ※
3 years ago
package
v2
❖ Simplified V1 ❖
3 years ago
type
ID3v2Tag
struct
{
Header
Header
⁜ ^Cnimal ID3v2 reading support ! ⁜
3 years ago
Frames
map
[
string
]
Frame
❖ Simplified V1 ❖
3 years ago
}