-
Notifications
You must be signed in to change notification settings - Fork 567
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
plugin: Refined Lyrics #1768
plugin: Refined Lyrics #1768
Conversation
Now that YTMD supports Solid.js. see https://github.com/th-ch/youtube-music/tree/master/src/plugins/in-app-menu |
@JellyBrick Thanks, I'll be using that for the UI! Although, it would be nice if we could hook into web components, but alas I've failed to monkey patch them many times. |
can't wait! Glad to pass the torch onto you |
PS: I've been inactive because it has been the exam season for the past 2 months. (Normally it would only last one month) |
I am once again actively working on this. |
awesome |
- Partially implemented YTMusic as a lyrics provider - Made a fake stub for Genius lyrics, will implement later - Reorganized the plugin code
Looks like youtube provides synced lyrics on their own! Either way, I am going to use them :^) Also, I'd like some input about genius lyrics, from what I can gather they do not provide synced lyrics. |
I noticed that we are already using an excellent library named My hunch is that the client/version that (It may appear that they do support that, but the music endpoints use a hard-coded client type and version) |
Indeed, they are only available on the mobile Flutter app (Android/iOS) |
Hi, idk if this can help in some way... But on vanilla youtube music (web) i'm using a script which permits live lyrics on youtube music web. Basically this is possible thanks to musixmatch APIs and lyrics. In case you're interested: |
any news from this? is this viable to put into the app? @Tortillas-IT found an interesting repo.. It looks like injecting the script when load the YTM Edit: found another one that looks like have been updated here |
The news are that I am not to be trusted to not procrastinate 😭 |
Look what i found, looks so much better (it's a browser exstension): https://github.com/boidushya/better-lyrics/ |
How can it look better when I haven't even made the plugin yet? Like, you are comparing "nothing" (my unfinished plugin) to "something" It ain't even an apples to oranges level of comparison |
No bro, there is a misunderstanding... I was comparing the first repo i sent and the last one 😅 I didn't explain myself well, sorry |
Looks like, it's better to create an issue for it |
Hey creator of this extension here, thanks to @MulverineX who brought this thread to my attention. I'm just hashing out some final deets to make my backend open source. Feel free to get in touch with me if you want to discuss anything specific related to it and Im happy to answer any questions (email: [email protected] / tg: @boidushyaB) |
GitHub mobile sucks...it marked it as ready for review when I pressed the "view more" button for the comments... And I cannot reverse it from GitHub mobile |
I could steal the UI code if that is ok with you. A multi-source lyrics plugin, that allows you to change the lyrics provider on the fly From the screenshots of your extension that is not possible. But hey, that's just my PR, if you make a different PR that focuses on only one lyrics provider, and it gets accepted, then I could drop my PR. |
I mean, Better Lyrics is using a GPL-3 License, so as long as you publicly attribute my repository/website in the UI somewhere, that's okay with me. |
Just because a licence allows me to "steal" code, it doesn't automatically mean that the author of said code is ok with it. |
You're welcome! Just make sure you don't skip on the attribution part I mentioned and I'm all good with it! (A link to my extension/ extensions' homepage works - thanks!) |
I think the idea wasn't to abandon multiple-source, its to add his API as a source |
His API would most likely be taking lyrics from other sources though.... It was recommended because it is a ready-made alternative |
His API serves MusixMatch lyrics, afaict there isn't other good solutions for this |
Also his backend is now open source. Feel free to take a look. Do note that due to the sensitive nature of scraping MusixMatch at scale for free, the endpoints are hidden. Just know they are to an external authoritative server that does not get the user's IP address. (I've discussed his methodology privately, it is trustworthy) In the future @boidushya may investigate using alternative scraping methods that are more transparent, but for now it'll stay this way. |
Looks like boidushya's backend got leapfrogged by #2207 |
Made a draft PR, so I can easily work on this from multiple computers.
This plugin will be a replacement for lyrics-genius, but it will support more sources, synced lyrics, romanization, etc.
Roadmap:
*More goals will be added at a later time.