-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Lyrics search support #336
Comments
Well feel free to try it. But that thing with subtitles I would forget until we have exoplayer. |
This comment has been minimized.
This comment has been minimized.
QuickLyric is also GPLv3, available on F-Droid and supports a few different Lyrics Platforms which means it's code could be used in NewPipe. However it doesn't seem to be completely GPLv3-or-later, so it might be good to check that back before using its code to keep NewPipe compatible with newer GPL licenses. (I checked one file which was GPLv3-or-later licensed) Even though you could implement its code I think it might also be a good way to keep Lyrics a separate option:
I actually used QuickLyric with NewPipe before, however there are some errors (mostly at YT(-Music)'s tagging and NewPipe's extraction of it) which could be fixed:
If you like you could also implement an API into QuickLyric and NewPipe to show them directly (and more smooth) in NewPipe. |
I think we have subtitles now on most videos which should be sufficient to display the lyrics of a song (if they provided the lyrics in the subtitles). |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Hi. I'd like to add a feature which would allow a user to see lyrics of songs (if user is watching a music video).
That's how I see it working:
While watching a video, user would click a button. My code would parse the title of the video, look for lyrics in online databases and, in case something was found, a partially transparent box of text with lyrics would show up on the screen. User would be able to scroll the text and close the box.
What do you think about this feature? Any thoughts, suggestions?
As far as I understand, Exoplayer is coming to replace the old videoplayer. So should i try adding this "lyrics" button to Exoplayer?
Any suggestions on where/how should I add this button?
P.S. Maybe I would also be able to add subtitles support in similar way (issue #55)
The text was updated successfully, but these errors were encountered: