mirror of
https://github.com/zhaarey/go-mp4tag.git
synced 2025-10-23 15:11:07 +00:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user