add date metadata

This commit is contained in:
2026-04-16 16:39:03 +02:00
parent 1ad9a3196d
commit fa0e2a5103
2 changed files with 15 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ type Metadata struct {
TotalTracks int
Comment *string
ISRC *string
Date *string
}
func ReadAudioTags(filePath string) (*Metadata, error) {