Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Artist, ArtistSong, Track, music.v1alpha1.GetAlbumDetailsResponse, music.v1alpha1.GetAlbumsResponse
string id = 1
string title = 2
string cover = 3
string release_date = 4
int32 year = 5
string artist = 6
repeated string genres = 7
repeated Song tracks = 8
Used in: ArtistSong, Track, music.v1alpha1.GetArtistDetailsResponse, music.v1alpha1.GetArtistsResponse
string id = 1
string name = 2
string picture = 3
string bio = 4
string website = 5
repeated string genres = 6
repeated string images = 7
repeated Album albums = 8
Used in: Artist
string id = 1
string title = 2
string artist = 3
repeated Artist artists = 4
float duration = 5
int32 disc_number = 6
int32 track_number = 7
optional Album album = 8
Used in: Track
string id = 1
string content = 2
Used in: Album
string id = 1
string title = 2
repeated SongArtist artists = 4
float duration = 5
int32 disc_number = 6
int32 track_number = 7
Used in: Song
string id = 1
string name = 2
Used in: music.v1alpha1.AddItemResponse, music.v1alpha1.AddTrackRequest, music.v1alpha1.AddTracksRequest, music.v1alpha1.CreateRequest, music.v1alpha1.CreateResponse, music.v1alpha1.GetCurrentlyPlayingSongResponse, music.v1alpha1.GetItemsResponse, music.v1alpha1.GetNextTrackResponse, music.v1alpha1.GetPlaylistDetailsResponse, music.v1alpha1.GetPreviousTrackResponse, music.v1alpha1.GetTrackDetailsResponse, music.v1alpha1.GetTracklistTracksResponse, music.v1alpha1.GetTracksResponse, music.v1alpha1.LoadTracksRequest, music.v1alpha1.PlayNextRequest, music.v1alpha1.RemoveItemResponse, objects.v1alpha1.Playlist, objects.v1alpha1.Tracklist
string id = 1
string title = 2
optional Album album = 3
repeated Artist artists = 4
float duration = 5
int32 disc_number = 6
int32 track_number = 7
optional Lyrics lyrics = 8
string uri = 9
string artist = 10