finamp icon indicating copy to clipboard operation
finamp copied to clipboard

Bug - Long song titles are cut off in player view

Open PowerUser64 opened this issue 2 years ago • 7 comments
trafficstars

In the player view, song titles that are too big to fit in the song title text box are cut off, so you can't read the whole title.

example:

Notice how the song's title text fades out on the right. There is currently no way to know what the full title of the song is in this view.

a soultion

A way to solve this would be to add marquee to the text so it scrolls from right to left to reveal the whole title.

PowerUser64 avatar Mar 05 '23 22:03 PowerUser64

Related: #392

PowerUser64 avatar Mar 05 '23 22:03 PowerUser64

I assume #220 redesign would resolve this

seniorm0ment avatar May 27 '23 16:05 seniorm0ment

A marquee would be nice, I'll implement it for names. In the redesign, album names are pretty small so it shouldn't be an issue.

jmshrv avatar Jul 26 '23 19:07 jmshrv

Hello! I also think a marquee would be nice for long names. The following video shows a possible solution.

https://github.com/jmshrv/finamp/assets/47425957/3f421df7-d8a6-4803-acca-eb6d7b881d85

Here is the version used in the video https://github.com/Ivanf1/finamp/tree/marquee

Ivanf1 avatar Mar 30 '24 09:03 Ivanf1

It would be nice if the marquee could be a fallback-solution that is only used if the title really doesn't fit. Because the marquee is always a single line, and by default the title is shown over two lines, increasing how much info can be shown at once.

Chaphasilor avatar Mar 30 '24 09:03 Chaphasilor

Hi! Yes, I agree, that would be a better solution. I updated the version at https://github.com/Ivanf1/finamp/tree/marquee to implement this. Now the marquee is used only if the song name would need more than two lines to be displayed fully.

Let me know what you think!

Ivanf1 avatar Mar 30 '24 13:03 Ivanf1

@Ivanf1 sorry for missing this! That change looks really nice, and I'd be happy to accept a PR for this!
There's also #754 which does something similar, but for the track menu. But I think your change is still a nice addition!

Chaphasilor avatar May 30 '24 17:05 Chaphasilor