Lambada10 / SongSync

Android app to download lyrics (.lrc files) for songs in your music library.
GNU General Public License v3.0
474 stars 14 forks source link

an option to download translated lyrics #35

Closed 5wHN28Dg closed 1 year ago

5wHN28Dg commented 1 year ago

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 1 year ago

@5wHN28Dg API I'm using doesn't return anything else than actual lyrics so it's most likely impossible to implement currently

5wHN28Dg commented 1 year ago

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? Screenshot_20230904-125949_Editor

DestroyerAce commented 1 year ago

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 1 year ago

You are right