- Issue #11 implemented.
- Fixed assignment to nil map error for the custom field.
- UpperCustom func, pass false to disable uppercasing custom tags' names for read & write.
This commit is contained in:
Sorrow446
2024-01-30 22:02:06 +00:00
committed by GitHub
parent 467689a441
commit 8773ee4341
4 changed files with 134 additions and 16 deletions

View File

@@ -62,6 +62,7 @@ type MP4 struct {
f *os.File
path string
size int64
upperCustom bool
}
type MP4Box struct {
@@ -297,6 +298,7 @@ type MP4Tags struct {
ItunesArtistID int32
Lyrics string
Narrator string
OtherCustom map[string][]string
Pictures []*MP4Picture
Publisher string
Title string