Documentation
¶
Index ¶
- func GetAlbumUrl(id string) (map[string]string, int)
- func RunsText(j gjson.Result) (s string)
- func ShelfRenderer(j gjson.Result) map[string]interface{}
- type Artist
- type ArtistMore
- type ArtistNext
- type Charts
- type Explore
- type Genre
- type Genres
- type Item
- type Items
- type Lyrics
- type MediaSession
- type MoreItem
- type Next
- type Options
- type Thumbnail
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShelfRenderer ¶
Types ¶
type Artist ¶
type Artist struct {
Title string `json:"title"`
Description string `json:"description,omitempty"`
BrowsePlaylistId string `json:"browsePlaylistId,omitempty"`
PlaylistId string `json:"playlistId,omitempty"`
SubscriberCount string `json:"subscriberCount,omitempty"`
Thumbnails []Thumbnail `json:"thumbnails"`
Items Items `json:"items"`
More ArtistMore `json:"more"`
}
type ArtistMore ¶
type ArtistNext ¶
func GetArtistNext ¶
func GetArtistNext(id, params, ct, v string) (ArtistNext, int)
type Charts ¶
type Explore ¶
type Explore struct {
TrendingId string `json:"trendingId"`
ChartsId string `json:"chartsId"`
Albums []Item `json:"albums_and_singles"`
Trending []Item `json:"trending"`
}
func GetExplore ¶
type Genre ¶
type Item ¶
type Item struct {
Id string `json:"id"`
Title string `json:"title"`
Sub string `json:"subtitle,omitempty"`
SubId string `json:"subId,omitempty"`
Thumbnails []Thumbnail `json:"thumbnails,omitempty"`
}
func NavigationButton ¶
type MediaSession ¶
Click to show internal directories.
Click to hide internal directories.