Documentation ¶
Overview ¶
MusicBrainz
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Release ¶
type Release struct {
Date, Status, Title string
ArtistCredit []struct {
Name string
Artist struct{ Id string }
} `json:"artist-credit"`
Media []struct {
TrackCount int `json:"track-count"`
Tracks []struct {
Length int
Title string
}
}
}
func NewRelease ¶
type ReleaseGroup ¶
type ReleaseGroup struct {
Releases []Release
}
Click to show internal directories.
Click to hide internal directories.