Bug: If a single track is an album, I can't see the rest of the album or add the rest of the album to my library #1963
Closed
JeffersonBledsoe
started this conversation in
Feature requests and ideas
Replies: 3 comments
-
|
You will not see any request because the api is a persistent websocket session. Do the command you got from the console is what was sent to the server and most likely processed there but maybe a bit slow |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Btw better not use the discussions for reporting issues but use the issue tracker instead. I never look here for issue reports |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@marcelveldt Continuing in https://github.com/music-assistant/hass-music-assistant/issues/1974 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The below video shows the following process:
movie.mov
When I press "Add to album" on the spotify alternative version from the "broken" album view, I get the following message appear in the console. No network request is made in the network tab.
{ "command": "music/library/add_item", "message_id": 12, "args": { "item": { "item_id": "7btiyhWzUfzxN3ijSiBpC8", "provider": "spotify", "name": "Only Built 4 Cuban Linx...", "version": "", "sort_name": "only built 4 cuban linx...", "uri": "spotify://album/7btiyhWzUfzxN3ijSiBpC8", "external_ids": [], "media_type": "album", "provider_mappings": [ { "item_id": "7btiyhWzUfzxN3ijSiBpC8", "provider_domain": "spotify", "provider_instance": "spotify", "available": true, "audio_format": { "content_type": "ogg", "sample_rate": 44100, "bit_depth": 16, "channels": 2, "output_format_str": "ogg", "bit_rate": 320 }, "url": "https://open.spotify.com/album/7btiyhWzUfzxN3ijSiBpC8", "details": null } ], "metadata": { "description": null, "review": null, "explicit": null, "images": [ { "type": "thumb", "path": "https://i.scdn.co/image/ab67616d0000b27310f55f2af876cc662fc4ec12", "provider": "url" } ], "genres": null, "mood": null, "style": null, "copyright": null, "lyrics": null, "label": null, "links": null, "chapters": null, "performers": null, "preview": null, "popularity": null, "last_refresh": null, "checksum": null }, "favorite": false, "timestamp_added": 0, "timestamp_modified": 0, "year": 1995, "artists": [ { "item_id": "2yQf6b8hxahZaT5dHlWaB1", "provider": "spotify", "name": "Raekwon", "version": "", "sort_name": "raekwon", "uri": "spotify://artist/2yQf6b8hxahZaT5dHlWaB1", "external_ids": [], "media_type": "artist", "provider_mappings": [ { "item_id": "2yQf6b8hxahZaT5dHlWaB1", "provider_domain": "spotify", "provider_instance": "spotify", "available": true, "audio_format": { "content_type": "?", "sample_rate": 44100, "bit_depth": 16, "channels": 2, "output_format_str": "?", "bit_rate": 320 }, "url": "https://open.spotify.com/artist/2yQf6b8hxahZaT5dHlWaB1", "details": null } ], "metadata": { "description": null, "review": null, "explicit": null, "images": null, "genres": null, "mood": null, "style": null, "copyright": null, "lyrics": null, "label": null, "links": null, "chapters": null, "performers": null, "preview": null, "popularity": null, "last_refresh": null, "checksum": null }, "favorite": false, "timestamp_added": 0, "timestamp_modified": 0 } ], "album_type": "album" } } }Beta Was this translation helpful? Give feedback.
All reactions