[Feature Request]: Enable lyrics on videos #3117
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#3117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Preflight Checklist
Problem Description
There's a lot of missed song, bad quality, karaoke versions, songs without the backup of a company, etc. That only has "video."
Proposed Solution
With LRCLIB, search the title of the video.
Maybe tokenize the title using
-
to match the patternartist - song - foo - bar
for those videos that are labeled as karaoke, instrumental, AMV, FMV, etc.Alternatives Considered
A button to paste the lyrics manually searched and copied from LRCLIB, and save them on
VIDEO_ID.lrc
in thelyrics
folder inside YTMAdditional Information
No response
Invalid request, already how it works.
I only filled out the solution section because it was mandatory. If this is how it works, please, as I mentioned in the title, enable it for videos.
Or is a bug?
Already works.
We won't be implementing the ability to automatically parse titles because it has too many side effects.
I found a workaround. Upload your own music as music.
The disadvantage is, those songs are only for you, this means you cant share it with a link, and of course, you cant search it. Thats why i forgot this function.
Now, works as always.
Thank you for your replies.
PD I still dont understand what you mean by "it works".
Hi, sorry to bother.
I just realized that the titles are already parsed on videos.
The first request of course fails because use the channel name as artist.
https://lrclib.net/api/search?artist_name=AARP+Music&track_name=Porta+-+Nueva+Generaci%C3%B3n
https://lrclib.net/api/search?artist_name=AARP+Music&track_name=jun+-+KIMONO%E2%99%A5PRINCESS+%28TGS2010+Ver.%29
But the second request retrieve correctly the synced lyrics.
https://lrclib.net/api/search?q=Porta+-+Nueva+Generaci%C3%B3n
https://lrclib.net/api/search?q=jun+-+KIMONO%E2%99%A5PRINCESS+%28TGS2010+Ver.%29