Author Topic: Display Album Rating as Stars in Right Sidebar  (Read 1040 times)

tdtd

  • Newbie
  • *
  • Posts: 7
Is there a way to display the album rating as stars in the right sidebar?

Currently it displays the number out of 100, eg 4 stars shows 80.

Any help much appreciated.

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3836
  • MB Version: 3.6.8849 P
It has to be the only field on a line for it to work as stars.
If mixed in with other fields, it reverts to 'text' mode.
MusicBee and my library - Making bee-utiful music together

boroda

  • Sr. Member
  • ****
  • Posts: 4619
actually its possible using virtual tag and repeating Unicode char U+22C6 'star' ⋆ or U+2605 'black star' ★.

don't remember $IF mb syntax to write complete formula.
Last Edit: February 03, 2019, 04:10:37 AM by boroda (aka boroda74)

tdtd

  • Newbie
  • *
  • Posts: 7
Thanks for your responses! Worked fine when I added it to it's own line, useful to know that it's possible using the virtual tag too.