added isrc meta tag

This commit is contained in:
2026-04-16 16:08:53 +02:00
parent 797bf434e6
commit 1ad9a3196d
2 changed files with 15 additions and 0 deletions

View File

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