Documentation
¶
Index ¶
Constants ¶
View Source
const ( APIKEY = "12dec50313f885d407cf8132697b8712" EndPoint = "https://ws.audioscrobbler.com/2.0" )
Variables ¶
This section is empty.
Functions ¶
func GetYouTubeDLPath ¶
func GetYouTubeDLPath() string
func RegisterHooks ¶ added in v0.0.2
func RegisterHooks()
Types ¶
type ArtistInfo ¶
type ArtistInfo struct {
Name, MBID string
}
type TrackInfo ¶
type TrackInfo struct {
Title, MBID string
Tags []string
Artist *ArtistInfo
Album *AlbumInfo
}
func FetchTrackInfo ¶
type VideoInfo ¶
func FetchVideoInfo ¶
func FetchVideoInfo(result *search.SearchResult) (*VideoInfo, error)
Click to show internal directories.
Click to hide internal directories.