I would like to see the following feature:
$if(%disctotal%>1,%discno%)
This does what iTunes does with multiple disc albums, the result would be something like this:
1-01 bla
1-02 bla
…
2-01 bla
2-01 bla
where bla is the name of the song
The main difference with the existing situation is that in this case we have the ability to not only check if a value exists, but to actually have some logic operators ( >1 ) for the test.