INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: My experience with MC13, few bugs and a request (another request :))  (Read 1420 times)

DaremoS

  • World Citizen
  • ***
  • Posts: 146
  • Rock is not just music... is a way of living

I would like to have a more flexible automatic numbering of tracks.
Like to start from a certain number:
For instance start from 101 to number disc 1,
101, 102, 103, etc.
or 201 for disc 2:
291, 202, 203, etc.
Logged

ThoBar

  • Citizen of the Universe
  • *****
  • Posts: 992
  • Was confishy
Re: My experience with MC13, few bugs and a request (another request :))
« Reply #1 on: October 18, 2008, 10:54:05 pm »

You can use expressions.

For example:
Select the files you want to edit
edit the tracknumber field and put in
Code: [Select]
=counter(101)  This will count up from 101

Alternatively, if you hvae the [Disc #] field populated:
Code: [Select]
=[disc #]padnumber(counter(1),2)This will result in 101,102,103... for disc 1 then 201,202,203.. for disc 2 then 301,302,303... for disc 3 .....
Logged

DaremoS

  • World Citizen
  • ***
  • Posts: 146
  • Rock is not just music... is a way of living
Re: My experience with MC13, few bugs and a request (another request :))
« Reply #2 on: October 19, 2008, 09:07:34 am »

You can use expressions.

For example:
Select the files you want to edit
edit the tracknumber field and put in
Code: [Select]
=counter(101)  This will count up from 101

...

Great thanks and big gratitude... this feature have avoided lots of works to me  :) :) :) :) :)
Logged
Pages: [1]   Go Up