Hi,
how can I get the first three digits of the original filename {fn}?
I would like to keep the order of CD-tracks.
Thank you in advance.
Get Track-Numbers from original File
Re: Get Track-Numbers from original File
Code: Select all
{fn[0..2]}
Code: Select all
{fn.take(3)}