I have a typical filename ’01 Something Or Other’ showing the track number and title for an album. How can I create the title from filename without including the track number in the title?
%2 allocates the filename to the title
%4 allocates the filename to the track number
%4 – %2 allocates the filename to the track number
%4-%2 allocates the filename to the track number
[%4]-[%2] allocates the filename to the track number
[%4] – [%2] allocates the filename to the track number