Versions in this module Expand all Collapse all v0 v0.1.0 Jan 4, 2025 Changes in this version + type AddPlaylistOpt struct + Description string + Title string + type AddStreamingOpt struct + ID string + type AddTrackOpt typedID + type Album struct + Added time.Time + Artists []Artist + ImageURL string + Release *time.Time + Title string + type AlbumDisc struct + Tracks []Track + type AlbumFull struct + Album Album + Discs []AlbumDisc + type AlbumSource struct + AlbumRef LookupOpt + Disc int + From int + Limit int + type Artist struct + Added time.Time + ImageURL *string + Title string + type ArtistFull struct + Albums []Album + Appearances []Album + Artist Artist + InLibrary []Album + PopularTracks []Track + SingleAndEPs []Album + type EnqueueOpt struct + Album AlbumSource + Clear bool + Playlist PlaylistSource + Popular PopularSource + Position InsertPosition + Row PageEntrySource + Source Source + type Entry struct + Albums []Album + Playlists []Playlist + Title string + Tracks []Track + Type EntryType + type EntryType string + const AlbumsEntry + const PlaylistsEntry + const TracksEntry + type GetStreamOpt typedID + type ID struct + InLibrary bool + LibID uuid.UUID + StreamingID string + type IDType string + var Library IDType = "library" + var Streaming IDType = "streaming" + type InsertPosition string + const End + const Next + type LookupOpt typedID + type PageEntrySource struct + From int + Limit int + Title string + type Playlist struct + Description *string + ImageURL string + Title string + type PlaylistFull struct + Playlist Playlist + Tracks []Track + type PlaylistSource struct + From int + Limit int + PlaylistRef LookupOpt + type PopularSource struct + ArtistID string + From int + Limit int + type SearchOpt struct + Query string + type SearchRes struct + Library SourceRes + Streaming SourceRes + type SeekOpt struct + Position *int + type SetVolOpt struct + Volume int + type SlimSearchEntry struct + ImageURL *string + SubTitle string + Title string + type SlimSearchRes struct + Albums []SlimSearchEntry + Artists []SlimSearchEntry + Results int + Tracks []SlimSearchEntry + type Source string + const FromAlbum + const FromPageEntry + const FromPlaylist + const FromPopular + type SourceRes struct + Albums []Album + Artists []Artist + Tracks []Track + type Track struct + Album Album + Artists []Artist + Duration int + DurationReadable string + ImageURL string + Num int + Title string