Vertically align strings in expanded player

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