mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1262] translation of lyrics #579
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#579
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 @ErfanM98 on GitHub (Mar 10, 2024).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1262
Is your feature request related to a problem? Please describe.
When I was searching through this awesome repo, I came across this :
I want to add that the 'alternatives' field is actually the translation of the lyric. This is a Chinese repo that manipulates Spotify to translate the result to Chinese.
Describe the solution you'd like
I did not see any tracks on the official Spotify app that has the translation. However, I modified my requests according to the mentioned script and I managed to see the feature that is something like this (on iOS):
Additional context
By the way, I did not find any .proto files related to lyrics. Could you please help me to locate that files?
@roderickvd commented on GitHub (Mar 31, 2024):
Great! Could you open a PR to document that?
I don't remember where I got the lyrics struct from. Maybe deserialising the JSON, I think that was it.