mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #937] Add Optional Romanization Support for Non-Latin Track Meta-data/Lyrics #1499
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1499
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 @Alimedhat000 on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/937
Is your feature already implemented in the latest
master?No
Is your feature request related to a problem? Please describe.
when displaying track metadata/lyrics that contains non-Latin scripts for example Japanese, Arabic,
there is no way to see a romanized version, especially for RTL languages as there's no terminal emulator that fully supports them.
Describe the solution you'd like
add optional romanization support for text fields like track title, album name, artist, and lyrics.
we could use an existing tool such as uroman(python) or uroman-rs.
This could be exposed as a new config boolean i.e.
enableRomanization