%track% should return the track number but is returning the "Position in set" too.
Set the "Tag - Filename" as:
%track%. %title%
If I have a 28th track of 30 total, It returns:
2830. etcetc.mp3
Instead of:
28. etcetc.mp3
%track% should return the track number but is returning the "Position in set" too.
Set the "Tag - Filename" as:
%track%. %title%
If I have a 28th track of 30 total, It returns:
2830. etcetc.mp3
Instead of:
28. etcetc.mp3
Instead of
use
$num(%track%,2). %title%
Thanks