INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: rael71 on April 22, 2012, 02:38:55 pm

Title: Track number visualization
Post by: rael71 on April 22, 2012, 02:38:55 pm
Hello everybody,

Can anyone tell me how to visualize track number in 0x format instead of x (01, 02 instead of 1,2) ?

Thank you in advance!

Andrea
Title: Re: Track number visualization
Post by: 221bBS on April 22, 2012, 03:11:29 pm
Go to Tools > Options > Library & Folders > Manage Library Fields...

Press the "Add New Field" button and enter your desired name for the field.
Change the data type to integer
Check the Calculated Data and in the Expressions box type

PadNumber([Track #],2)

Press OK to close both windows. Now add the new field to your views
Title: Re: Track number visualization
Post by: rael71 on April 22, 2012, 03:19:47 pm
It works, you are a genius!!!  ;)

Thank you very much!!!

Bye Andrea