Hello musicbee community,
using a virtual tag, I'd like to display Album [Mediatype Albumtype Releasetype], but not all tag fields have a value.
With this code
<Album> [$Trim($IsNull(<Mediatype>,,<Mediatype>" ")$IsNull(<Albumtype>,,<Albumtype>" ")$IsNull(<Releasetype>,,<Releasetype>" "))]
a space and the square brackets are still visible, when Mediatype, Albumtype and Releasetype are empty. I couldn't find a way to hide them in that case.
Has anyone an idea how to only display only Album, when the three tag fields are empty?