lofi icon indicating copy to clipboard operation
lofi copied to clipboard

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

Open avolden opened this issue 2 years ago • 1 comments

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

avolden avatar Jun 30 '23 07:06 avolden

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 avatar Jun 30 '23 11:06 stamoun