Versions in this module Expand all Collapse all v1 v1.2.1 Oct 12, 2024 v1.2.0 Oct 2, 2024 v1.1.1 Sep 28, 2024 v1.1.0 Sep 28, 2024 v1.0.0 Sep 27, 2024 Changes in this version + type AlbumSearchType struct + Data []AlbumTypeMinimal + type AlbumTracksType struct + Count int + Data []TrackType + FilteredCount int + FilteredItems []int + Next int + Total int + type AlbumType struct + ALB_CONTRIBUTORS struct{ ... } + ALB_ID string + ALB_PICTURE string + ALB_TITLE string + ARTISTS []ArtistType + ARTIST_IS_DUMMY bool + ART_ID string + ART_NAME string + DIGITAL_RELEASE_DATE string + EXPLICIT_ALBUM_CONTENT struct{ ... } + EXPLICIT_LYRICS *string + NB_FAN int + NUMBER_DISK string + NUMBER_TRACK string + PHYSICAL_RELEASE_DATE *string + PRODUCER_LINE string + PROVIDER_ID string + RANK string + RANK_ART string + STATUS string + TYPE string + TYPE_INTERNAL string + UPC string + type AlbumTypeMinimal struct + ALB_ID string + ALB_PICTURE string + ALB_TITLE string + ARTISTS []ArtistType + ARTIST_IS_DUMMY bool + ART_ID string + ART_NAME string + AVAILABLE bool + EXPLICIT_ALBUM_CONTENT struct{ ... } + NUMBER_TRACK string + PHYSICAL_RELEASE_DATE string + TYPE string + TYPE_INTERNAL string + VERSION string + type AlbumTypePublicApi struct + Artist ContributorsPublicApi + Available bool + Contributors []ContributorsPublicApi + Cover string + CoverBig string + CoverMedium string + CoverSmall string + CoverXL string + Duration int + ExplicitContentCover int + ExplicitContentLyrics int + ExplicitLyrics bool + Fans int + GenreID int + Genres GenreTypePublicApiList + ID int + Label string + Link string + MD5Image string + NbTracks int + Rating int + RecordType string + ReleaseDate string + Share string + Title string + Tracklist string + Tracks TrackDataPublicApiList + Type string + UPC string + type ArtistDataPublic struct + ID int + Name string + Tracklist string + Type string + type ArtistInfoType struct + ARTIST_IS_DUMMY bool + ART_ID string + ART_NAME string + ART_PICTURE string + FACEBOOK *string + NB_FAN int + TWITTER *string + TYPE_INTERNAL string + type ArtistInfoTypeMinimal struct + ARTIST_IS_DUMMY bool + ART_ID string + ART_NAME string + ART_PICTURE string + LOCALES LocalesType + NB_FAN int + TYPE_INTERNAL string + type ArtistSearchType struct + Data []ArtistInfoTypeMinimal + type ArtistType struct + ARTISTS_SONGS_ORDER string + ARTIST_IS_DUMMY bool + ART_ID string + ART_NAME string + ART_PICTURE string + LOCALES LocalesType + RANK string + ROLE_ID string + TYPE_INTERNAL string + type ChannelDataType struct + BackgroundColor string + Data []DataType + ID string + ItemID string + Pictures []PicturesType + Target string + Title string + Type string + Weight int + type ChannelSearchType struct + Count int + Data []ChannelDataType + Total int + type ContributorsPublicAPI struct + ID int + Link string + Name string + Picture string + PictureBig string + PictureMedium string + PictureSmall string + PictureXL string + Radio bool + Role string + Share string + Tracklist string + Type string + type ContributorsPublicApi struct + ID int + Link string + Name string + Picture string + PictureBig string + PictureMedium string + PictureSmall string + PictureXL string + Radio bool + Share string + Tracklist string + Type string + type DataType struct + BackgroundColor string + Description *string + ID string + Logo *string + Name string + Pictures []PicturesType + Slug string + TYPE_INTERNAL string + Title string + Type string + type DiscographyType struct + ArtID int + CacheVersion int + Count int + Data []AlbumType + FilteredCount int + NB int + Start int + Total int + type ExplicitTrackContent struct + ExplicitCoverStatus int + ExplicitLyricsStatus int + type GeneresType struct + GenreID int + GenreName string + type GenreTypePublicApi struct + ID int + Name string + Picture string + Type string + type GenreTypePublicApiList struct + Data []GenreTypePublicApi + type LiveSearchType struct + Data []interface{} + type LocalesType map[string]struct + func (lt *LocalesType) UnmarshalJSON(data []byte) error + type LyricsSync struct + Duration StringOrInt + Line string + LrcTimestamp string + Milliseconds string + type LyricsType struct + LYRICS_COPYRIGHTS *string + LYRICS_ID *string + LYRICS_SYNC_JSON []LyricsSync + LYRICS_TEXT string + LYRICS_WRITERS *string + type MediaType struct + HREF string + TYPE string + type NativeAdsType struct + AdvertisingData struct{ ... } + Data interface{} + ID string + ItemID string + Type string + Weight int + type PicturesType struct + MD5 string + Type string + type PlaylistChannelItemsType struct + Data interface{} + Description string + ID string + ItemID string + LayoutParameters struct{ ... } + Pictures []struct{ ... } + Subtitle string + Target string + Title string + Type itemType + Weight int + type PlaylistChannelSectionsType struct + Alignment string + GroupID string + HasMoreItems bool + Items []PlaylistChannelItemsType + Layout string + Related struct{ ... } + SectionID string + Target string + Title string + type PlaylistChannelType struct + Expire int + GA struct{ ... } + PageID string + Persistent bool + Sections []PlaylistChannelSectionsType + Title string + Version string + type PlaylistInfo struct + Checksum string + DateAdd string + DateCreate string + DateMod string + Description string + HasArtistLinked bool + IsEdito bool + IsSponsored bool + NbFan int + NbSong int + ParentUserID string + ParentUserPicture string + ParentUsername string + PictureType string + PlaylistID string + PlaylistPicture string + Status StringOrInt + TYPE_INTERNAL string + Title string + Type string + UserID string + type PlaylistInfoMinimal struct + DateAdd string + DateMod string + HasArtistLinked bool + NbSong int + ParentPlaylistID string + ParentUserID string + ParentUserPicture string + ParentUsername string + PictureType string + PlaylistID string + PlaylistPicture string + Status StringOrInt + TYPE_INTERNAL string + Title string + Type string + type PlaylistSearchType struct + Data []PlaylistInfoMinimal + type PlaylistTracksType struct + Count int + Data []TrackType + FilteredCount int + FilteredItems []int + Next *int + Total int + type ProfileSearchType struct + Data []ProfileTypeMinimal + type ProfileType struct + IS_FOLLOW bool + NB_ARTISTS int + NB_FOLLOWERS int + NB_FOLLOWINGS int + NB_MP3S int + TOP_TRACK AlbumTracksType + USER UserProfileType + type ProfileTypeMinimal struct + BLOG_NAME string + FIRSTNAME string + IS_FOLLOW bool + LASTNAME string + TYPE_INTERNAL string + USER_ID string + USER_PICTURE string + type RadioSearchType struct + Data []RadioType + type RadioType struct + RADIO_ID string + RADIO_PICTURE string + TAGS []string + TITLE string + TYPE_INTERNAL string + type Rights struct + StreamAds *string + StreamAdsAvailable *bool + StreamSub *string + StreamSubAvailable *bool + type SearchType struct + ALBUM AlbumSearchType + ARTIST ArtistSearchType + AUTOCORRECT bool + CHANNEL ChannelSearchType + FUZZINNESS bool + LIVESTREAM LiveSearchType + ORDER []string + PLAYLIST PlaylistSearchType + QUERY string + RADIO RadioSearchType + SHOW ShowSearchType + TOP_RESULT []interface{} + TRACK TrackSearchType + USER ProfileSearchType + type SearchTypeCommon struct + Count int + FilteredCount int + FilteredItems []int + Next int + Total int + type ShowEpisodeType struct + Available bool + Duration string + EpisodeDescription string + EpisodeDirectStreamURL string + EpisodeID string + EpisodePublishedTime string + EpisodeStatus string + EpisodeTitle string + EpisodeUpdateTime string + FilesizeMP332 string + FilesizeMP364 string + MD5Origin string + ShowArtMD5 string + ShowDescription string + ShowID string + ShowIsAdvertisingAllowed string + ShowIsDirectStream string + ShowIsDownloadAllowed string + ShowIsExplicit string + ShowName string + TrackToken string + TrackTokenExpire int + Type string + type ShowSearchType struct + Data []ShowEpisodeType + type ShowType struct + Data struct{ ... } + Episodes struct{ ... } + FavoriteStatus bool + type SongContributors struct + Author []string + Composer []string + Engineer []string + MainArtist []string + Mixer []string + MusicPublisher []string + Producer []string + Publisher []string + Writer []string + func (sc *SongContributors) UnmarshalJSON(data []byte) error + type SongType struct + ALB_ID string + ALB_PICTURE string + ALB_TITLE string + ARTISTS []ArtistType + ARTIST_IS_DUMMY bool + ART_ID string + ART_NAME string + ART_PICTURE string + DATE_START string + DISK_NUMBER StringOrInt + DURATION StringOrInt + EXPLICIT_LYRICS *StringOrBool + EXPLICIT_TRACK_CONTENT ExplicitTrackContent + FILESIZE StringOrInt + FILESIZE_AAC_64 StringOrInt + FILESIZE_FLAC StringOrInt + FILESIZE_MP3_128 StringOrInt + FILESIZE_MP3_256 StringOrInt + FILESIZE_MP3_320 StringOrInt + FILESIZE_MP3_64 StringOrInt + FILESIZE_MP4_RA1 StringOrInt + FILESIZE_MP4_RA2 StringOrInt + FILESIZE_MP4_RA3 StringOrInt + GAIN string + ISRC string + LYRICS *LyricsType + LYRICS_ID int + MD5_ORIGIN string + MEDIA []MediaType + MEDIA_VERSION string + PROVIDER_ID string + RANK string + RIGHTS Rights + SMARTRADIO StringOrInt + SNG_CONTRIBUTORS *SongContributors + SNG_ID string + SNG_TITLE string + STATUS int + S_MOD int + S_PREMIUM int + TRACK_NUMBER StringOrInt + TRACK_TOKEN string + TRACK_TOKEN_EXPIRE int + Type string + URL_REWRITING string + VERSION *string + type StringOrBool bool + func (s *StringOrBool) UnmarshalJSON(data []byte) error + type StringOrInt int + func (s *StringOrInt) UnmarshalJSON(data []byte) error + type TrackDataPublicApi struct + Artist ArtistDataPublic + Duration int + ExplicitContentCover int + ExplicitContentLyrics int + ExplicitLyrics bool + ID int + Link string + MD5Image string + Preview string + Rank int + Readable bool + Title string + TitleShort string + TitleVersion string + Type string + type TrackDataPublicApiList struct + Data []TrackDataPublicApi + type TrackSearchType struct + Data []TrackType + type TrackType struct + FALLBACK *SongType + TRACK_POSITION *int + type TrackTypePublicAPI struct + Album struct{ ... } + Artist ContributorsPublicAPI + AvailableCountries []string + BPM float64 + Contributors []ContributorsPublicAPI + DiskNumber StringOrInt + Duration StringOrInt + ExplicitContentCover int + ExplicitContentLyrics int + ExplicitLyrics *StringOrBool + Gain float64 + ID int + ISRC string + Link string + MD5Image string + Preview string + Rank int + Readable bool + ReleaseDate string + Share string + Title string + TitleShort string + TitleVersion *string + TrackPosition int + Type string + type UserProfileType struct + BLOG_NAME string + COUNTRY string + COUNTRY_NAME string + DISPLAY_NAME string + PRIVATE bool + SEX string + TYPE_INTERNAL string + USER_ID string + USER_PICTURE string + type UserType struct + Address *string + Birthday string + BlogName string + City *string + Country string + Email string + Firstname string + Lang string + Lastname string + Phone *string + Sex string + Type string + UserID string + Zip *string