I am struggling to filter based on track number. For a media center I need to have leading zeroes in front of tracks 1 to 9 in order for a proper view.
I tried a few things but they don't work. I am obviously missing someting simple, any help appreciated. Some files already have leading zeroes or even two for some compilations.
attempts
track is 1 (displays lots of files)
%track% is 1 (displays nothing)
%_track% is 1 (displays nothing)
and all of these with "is" replaced for "matches" and 1 in brackets "1
like
track matches 1
track matches "1"
Also tried TRACK and Track but afraid I am missing someting simple