Hi, all.
After spending over an hour trying to figure this out, I figured it would be simpler to just ask.
I wanted to format my title to display as such,
Album - TrackNumber(if it exists) - Title - Artist(if it exists)
where it doesn't wind up with additional spaces and dashes.
Despite what the
ATF Reference says, you will wind up with the spaces and dashes if that metadata is empty.
e.g. with just the title,
- - Title -
I tried this,
[%album% - ][$num(%track%,2) - ]$if2(%title%,$filepart(%filename%))[ - %artist%]
but as I said, it would just add those spaces and dashes, the track# will be 00 if the field is empty.
Can someone please tell me how to format this? Thanks.