rating|[%album%]|[[%disc%.][$num(%tracknumber%,2).] ]$if2(%title%,%_filename_ext%)
Which gets me a listing of files that have a "rating" tag, divided by rating. But I'd also like to have a category in the same list for files that have no rating tag.
In other words, I have:
CODE
- All music (5)
+ 1 (8)
+ 2 (15)
+ 3 (49)
+ 4 (26)
+ 5 (45)
And what I want is:
- All music (6)
+ none (117)
+ 1 (8)
+ 2 (15)
+ 3 (49)
+ 4 (26)
+ 5 (45)
Any suggestions?
