Get Track-Numbers from original File

All about user-defined episode / movie / file name format expressions
Post Reply
FRauANtje
Posts: 1
Joined: 07 Apr 2015, 18:06

Get Track-Numbers from original File

Post by FRauANtje »

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.
User avatar
rednoah
The Source
Posts: 22994
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Get Track-Numbers from original File

Post by rednoah »

Code: Select all

{fn[0..2]}

Code: Select all

{fn.take(3)}
:idea: Please read the FAQ and How to Request Help.
Post Reply