Yureien / YTSwag

YTSwag: YouTube Music lyrics, and more
GNU General Public License v3.0
20 stars 7 forks source link

Support for Youtube videos #19

Open ghost opened 2 years ago

ghost commented 2 years ago

Is your feature request related to a problem? Please describe. It's a new feature or possible a new extension

Describe the solution you'd like I'd like that the extension work on YouTube Videos (www.youtube.com) and inject the external the subtitles as CC Subs, so they can appear on video.

Describe alternatives you've considered Musixmatch youtube lyrics for chrome (now only on mobile as a standalone app) existed for a few years until 2018, but now there are none that display the subs on the video frame itself. Addons like "YouTube Genius" and "Lyrics (Youtube / Youtube Music)" only show the captions on a sidebar."

Additional context If it's not viable for you to make such extension or change, thank you anyway for your attention.

Yureien commented 2 years ago

This is a nice idea and I'd probably implement it as a separate extension. Especially since youtube has disabled community CC.

Although it'll take me some time to think and implement this extension.

ghost commented 2 years ago

Thank you for replying with a probability! Don't stress too much.

For now, here's the original musixmatch extension I mentioned: https://www.crx4chrome.com/crx/742/ (It was discontinued in 2018, and the APIs for the extension itself were finally broke near 2019) This extension was a heaven for many users...

By extracting the CRX in a folder, there is the code for injecting CC and the previous API link (js/content-script.js) which were something like (browser-protocol)extension(dot)musixmatch(dot)com. This domain is no longer valid, but they still have a free api.

If you are to pursue musixmatch, there are free developer accounts with 2000 requests per month (you could ask users to add the API ID), since musixmatch is probably one of the most accurate timing lyrics.

Another option is using Genius open API, which already has a lot of of timed lyrics due to their partnership with spotify. But you probably already know that since it is already used in YTSwag :)