Versions in this module Expand all Collapse all v0 v0.1.0 Jan 4, 2025 Changes in this version + type Album struct + Added time.Time + Duration *int16 + ID uuid.UUID + ImageURL *string + ImplicitlyAdded bool + Release *time.Time + Source string + StreamingID *string + Title string + Tracknum *int16 + type AlbumArtist struct + AlbumID uuid.UUID + Appearance bool + ArtistID uuid.UUID + type Artist struct + Added time.Time + ID uuid.UUID + ImageURL *string + ImplicitlyAdded bool + StreamingID *string + Title string + type PlayedAlbum struct + AlbumID *uuid.UUID + ID uuid.UUID + ImageURL *string + Played time.Time + Release *time.Time + StreamingID *string + Title string + type PlayedAlbumArtist struct + AlbumID uuid.UUID + Title string + type Playlist struct + Added time.Time + Description *string + ID uuid.UUID + Title string + type PlaylistTrack struct + PlaylistID uuid.UUID + TrackID uuid.UUID + type Syncrun struct + Last time.Time + type Track struct + AlbumID uuid.UUID + Disc int16 + Duration int16 + ID uuid.UUID + Num int16 + Path *string + StreamingID *string + Title string + Version *string + type TrackArtist struct + ArtistID uuid.UUID + TrackID uuid.UUID