mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[GH-ISSUE #35] an option to download translated lyrics #24
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#24
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?
Originally created by @5wHN28Dg on GitHub (Sep 4, 2023).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/35
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Let's say the song is in Japanese so when I look for lyrics it would be awesome if there is an option to download for example the English lyrics (synced preferably)
Describe alternatives you've considered
The alternative would be me manually editing the lyrics and swapping it with the translated lyrics
Additional context
I believe apps like Musixmatch already offers multiple languages for the lyrics (if available)
@Lambada10 commented on GitHub (Sep 4, 2023):
@5wHN28Dg API I'm using doesn't return anything else than actual lyrics so it's most likely impossible to implement currently
@5wHN28Dg commented on GitHub (Sep 4, 2023):
Another suggestion then, I just downloaded the English lyrics for a Japanese song from a YT video but it is in SRT format so I'm currently editing the file manually line by line reformatting each line and then renaming the file to .lrc but this takes a lot of time so can you automate this in the app?

@DestroyerAce commented on GitHub (Sep 10, 2023):
I think adding "srt to lrc" to songsync wouldnt fit the goal of this project tbh
And just using chatgpt or some online tool to turn srt to lrc would solve your problem @5wHN28Dg
@5wHN28Dg commented on GitHub (Sep 11, 2023):
You are right