Vertically align strings in expanded player

I have been messing around with the expanded player strings trying to get them to align with each other vertically.

Specifically I am trying to do this for strings 4,5,6.

This is what it looks like currently. Does anyone have any idea how to do this?

Change the horizontal alignment of the strings

You have sting 4 with horizontal alignment to the left. So it appears on the left instead of centered & in line with the previous strings

I think you misunderstand me. I don’t want them to be aligned horizontally. I want them to be aligned vertically. So the codec information would be on the same level as the middle equalizer profile and so on.

Oh, in that case you’d have go use a custom string with each bit of info you’d like with “\t" between each i believe. Then change the horizontal alignment to “space between”

I wouldn’t suggest putting all that info on one line though as it will likely run together depending on the size of your screen.

STRING 3 is the text under the scrub / progress bar. I’ve got mine setup to display file info but in the case of OPUS I’ve shortened the text to make sure it doesn’t cram into the time stamps on either side.

My setup also displays a fun bit of text before audio playback begins but you get the gist

1 Like

Friend, how to put the user rating just below the album art?

Could you help me with this?

I’m using a custom string because my ratings are set when I tag my tracks & not as I listen to them.

If you want to actually be able to edit the ratings on the go & not just view them you need to use the “Rating Bar Style” element from the NPS settings.

HERE is my full setup. At the end of it I’ve included a .txt file with all the custom strings I used.

This is the Section you can probably make the most use of.

{☆☆☆☆☆%|userrating.5=="0"&&genre-="Type Beat"&&genre-="Soundtrack 1"%}{☆☆☆☆★%|userrating.5=="1"%}{☆☆☆★★%|userrating.5=="2"%}{☆☆★★★%|userrating.5=="3"%}{☆★★★★%|userrating.5=="4"%}{★★★★★%|userrating.5=="5"%}

To better understand what the strings mean you should reference the Symfonium Documentation

1 Like

Thank you very much for your help. I’ll try to do that. Hugs.