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

drop urls into playlists #644

Closed
goto-bus-stop opened this issue May 18, 2017 · 1 comment · Fixed by #3043
Closed

drop urls into playlists #644

goto-bus-stop opened this issue May 18, 2017 · 1 comment · Fixed by #3043

Comments

@goto-bus-stop
Copy link
Member

It'd be neat if, in addition to drag/dropping existing media items and search results between playlists, you could also drag youtube and soundcloud URLs. if you have soundcloud open in one tab and you find a great track, you can just drag the url into a üWave playlist instead of copy/pasting the url into the search box and dragging it from there.

@goto-bus-stop
Copy link
Member Author

This is easy to do entirely client-side for youtube videos because you can derive the sourceID from the URL, but for SoundCloud it would be best with a server-side change so you can add songs by their URL through the API.

I think we could just have u-wave-source-soundcloud accept a url in the sourceID when adding a song, and have it return the actual numeric SoundCloud sourceID in its response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant