Add a trailing dot/ period after the track number #747
Closed
Superuser18
started this conversation in
Ideas
Replies: 2 comments 2 replies
|
Copied verbatim from my previous response in the PR:
This part is what I am interested in addressing right now:
If the spacing is similar in all phones, a dot would be a good default and there would be no need for a fallback behavior. |
2 replies
|
This should be fixed in the latest release v4.19.0 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi there! Regarding PR #647 for the track number display settings—could we look at adding a trailing dot/period format option (e.g., 01. or 1.) right after the track number?
Right now, without a separator, a track number can blend straight into the song title depending on the font/spacing used on certain screen sizes. Adding an optional toggle or a quick fallback string format like "${trackNumber}." or String.format("%s.", trackNumber) in the song item layout/adapter would keep the text distinctly separated and much easier to read at a glance. Thanks for the awesome work on this feature!
All reactions