-
Notifications
You must be signed in to change notification settings - Fork 15
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
Use original media titles in search results #1855
Labels
p: high
High priority
Comments
goto-bus-stop
added a commit
to u-wave/core
that referenced
this issue
May 18, 2022
If not given, üWave will use defaults from the media source. This is important for u-wave/web#1855. Media sources will respond with original titles in search and import requests. When dragging those media into a playlist from search results, the client will not send an artist and title field, and üWave will request them from the media source again, but this time it will respond with derived data.
goto-bus-stop
added a commit
that referenced
this issue
May 18, 2022
Closes #1855 When adding media from search we no longer submit the artist and title to the server. This lets search implementations reply with original metadata, and then we can derive an appropriate artist+title from that when the media is actually added.
goto-bus-stop
added a commit
to u-wave/core
that referenced
this issue
May 18, 2022
If not given, üWave will use defaults from the media source. This is important for u-wave/web#1855. Media sources will respond with original titles in search and import requests. When dragging those media into a playlist from search results, the client will not send an artist and title field, and üWave will request them from the media source again, but this time it will respond with derived data.
goto-bus-stop
added a commit
that referenced
this issue
May 23, 2022
Closes #1855 When adding media from search we no longer submit the artist and title to the server. This lets search implementations reply with original metadata, and then we can derive an appropriate artist+title from that when the media is actually added.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://developers.google.com/youtube/terms/developer-policies#c.-implementing-youtube-features:
This will also make it easier to pick the correct videos, since sometimes very different videos can have a similar derived artist+title.
This is also a server-side task: we will need to send the original title along in API responses.
The text was updated successfully, but these errors were encountered: