mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #90] [Feature request] Artist / album / track radio #32
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tobiasrenkin on GitHub (Dec 16, 2022).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/90
Hi,
really love the client. However, I really miss the ability to play artist / album / track radios. To me these are really one of the top spotify features, and it would be nice if these could be added.
Thanks!
@aome510 commented on GitHub (Dec 16, 2022):
Hi @tobiasrenkin, great to hear that you like
spotify-player. The app does support play artist / album / track radios. You can do this by select an artist / album / track item, triggerShowActionsOnSelectedItem(bind tog aby default) then selectBrowseRecommendationsaction. A radio page is then generated using get-recommendations API.This radio page is kinda different from what you have in the official app in a way that it's a radio playlist with finite songs (50 max) while the official one is an "infinite" list.
@tobiasrenkin commented on GitHub (Dec 19, 2022):
OK thanks that works!
Still, it would be great to have a better way to play an album or artist radio. Most of the time I am in the context view, for example for an Album. What you suggest gives recommendations based on a song, not on an album or an artist. To get that, I need to go back to the search page, search for the Album or Artist that is already playing and then trigger the action on that result.
@aome510 commented on GitHub (Dec 19, 2022):
Yeah, you're absolutely right :). I realized that recently and will work on an improvement soon.
@aome510 commented on GitHub (Dec 23, 2022):
@tobiasrenkin implemented new features in https://github.com/aome510/spotify-player/pull/92. Either you can try the latest build of
masterbranch or wait for new release, which should be coming soon.Now, the app supports all track, album, artist, playlist radios like Spotify. In addition,
spotify-playernow uses different APIs that allow the recommended tracks shown up in the radio page similar to what of the official Spotify app.I also added several
GoTo...Radioactions for each Spotify item type, so you won't need to go back to search page to trigger an action.@aome510 commented on GitHub (Dec 26, 2022):
Should be fixed in https://github.com/aome510/spotify-player/releases/tag/v0.10.0. Feel free to reopen this issue if encounter any related issues.