[GH-ISSUE #937] Add Optional Romanization Support for Non-Latin Track Meta-data/Lyrics #1499

Open
opened 2026-03-14 15:16:51 +03:00 by kerem · 0 comments
Owner

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

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](https://github.com/isi-nlp/uroman)**(python) or **[uroman-rs](https://github.com/stellanomia/uroman-rs)**. This could be exposed as a new config boolean i.e. `enableRomanization`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1499
No description provided.