Skip to content
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

Support importing playlists from spotify (web frontend) #101

Open
Ethazeriel opened this issue Nov 1, 2022 · 0 comments
Open

Support importing playlists from spotify (web frontend) #101

Ethazeriel opened this issue Nov 1, 2022 · 0 comments
Assignees
Labels
polish making a feature better
Milestone

Comments

@Ethazeriel
Copy link
Owner

Having written the issue title I suppose this is a thing we already do (the entire point of the bot, in fact...) but I'd like to be able to see all of my spotify playlists in the web frontend, pick from the list to view all the tracks, then somehow add those to the queue.

I suppose this is actually several features wrapped into one;

  • Acquire-from-web support
  • Web endpoints using authenticated spotify requests
  • new web track object that can work from just a TrackSource

I had forgotten this code entirely, but currently if we send the web parent a request to queue things the code is just

case 'queue':
  // yeah I have no idea what the fuck I want to do here
break;

We should probably figure that out.

@Ethazeriel Ethazeriel added the polish making a feature better label Nov 1, 2022
@Ethazeriel Ethazeriel added this to the web frontend milestone Nov 1, 2022
@Whuppee Whuppee self-assigned this Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
polish making a feature better
Projects
None yet
Development

No branches or pull requests

2 participants