Documentation ¶
Overview ¶
Package acoustid is not production ready.
Index ¶
Constants ¶
View Source
const ( // ACOUSTID_URI is the root URI for all the AcoustID requests. ACOUSTID_URI = "http://api.acoustid.org/v2/lookup?client=" // ACOUSTID_LOOKUP defines the standard lookup used throughout this package. // Both release and recording IDs are required by MusicBrainz. ACOUSTID_LOOKUP = "&meta=recordings+releases+tracks" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseEvent ¶
Click to show internal directories.
Click to hide internal directories.