-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] View and play similar songs #565
Comments
If you actually want to take a look at this (would be great!), you could look at the following sections:
|
@kgarner7 I would love to! Thanks for your advice on which sections, I'm very new to react 😅 (more of a Svelte/Vue guy). I have a busy week this week and next due to some travel but likely after that things will settle down. Navidrome/subsonic similar songs seem to fail for me so I'll need to read some docs first. My ultimate goal would be something like spotify's song radios, so: |
Yeah, |
|
Given #650 and the ability to see similar songs in full screen player, I'll mark this as resolved |
I know you can do this in full screen but there should be a context menu item for it and a route to a song's "radio".
I hate feature requesting without contributing to a project so I'm trying to implement this myself but I can't figure out how to navigate to a page from
context-menu-provider.tsx
or where to put the new route (app-router.tsx
? - How do I pass data to routes, like song ID?)I'll figure it out if I get some time
The text was updated successfully, but these errors were encountered: