Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

The track title is stripped - Option to toggle on/off title/artist string truncate #273

Open
BluTree opened this issue Jun 30, 2023 · 1 comment

Comments

@BluTree
Copy link

BluTree commented Jun 30, 2023

In some cases, I notice that the track title is stripped.
Is there a way to toggle the title strip in settings, to allow us to enable or disable it depending on what we want ?

For example, in my case I have a track displayed like this on Lofi
image
whereas the full title on Spotify is this
image

@stamoun
Copy link
Collaborator

stamoun commented Jun 30, 2023

It's because we remove anything past an hyphen - or opening parenthesis ( in the track title or artist name.

This is to prevent titles to be something like Song Title - Live at some interesting place '93 and likewise for artists Cool Dude (feat. some other dude).

I could make it a configurable option, updated the title to reflect this.

The code that does that is here

@stamoun stamoun changed the title The track title is stripped The track title is stripped - Option to toggle on/off title/artist string truncate Jun 30, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants