INTERACT FORUM

Please login or register.

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

Author Topic: Fill track number - not starting with 1  (Read 2451 times)

jacobacci

  • Galactic Citizen
  • ****
  • Posts: 250
Fill track number - not starting with 1
« on: March 02, 2017, 07:11:16 am »

Hi all
I was wondering if there is away to sequentially fill track numbers for a number of selected files, but not starting with 1?
I would like to be able to select the starting number. Is that possible?
Thanks a lot
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42008
  • Shoes gone again!
Re: Fill track number - not starting with 1
« Reply #1 on: March 02, 2017, 07:20:33 am »

I wasn't sure this was going to be possible, but I found an angle for you.

Pick a set of files, edit the Track # field, and put this in where you type:
=Math(Counter()+10)

For 10, just put whatever number you want to start at.

Pretty neat little trick!
Logged
Matt Ashland, JRiver Media Center

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8964
Re: Fill track number - not starting with 1
« Reply #2 on: March 02, 2017, 11:19:28 am »

Matt, do you really need the "Math()" function? I thought counter() had it baked in, so...

=counter(10,1) starts counting from 10, in increments of 1
=counter(3,2) starts counting from 3, in increments of 2

or did something change while I wasn't looking?

fitbrit

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 4877
Re: Fill track number - not starting with 1
« Reply #3 on: March 02, 2017, 11:34:13 am »

Yeah, I always use =Counter(x) when starting from x. The default is increments of one, so no need to specify if that's your case.

http://wiki.jriver.com/index.php/Miscellaneous_Functions#Counter
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42008
  • Shoes gone again!
Re: Fill track number - not starting with 1
« Reply #4 on: March 02, 2017, 11:38:08 am »

Matt, do you really need the "Math()" function? I thought counter() had it baked in, so...

=counter(10,1) starts counting from 10, in increments of 1
=counter(3,2) starts counting from 3, in increments of 2

or did something change while I wasn't looking?

Well darn it, you're just a lot smarter than me!

That sure works as well.
Logged
Matt Ashland, JRiver Media Center

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8964
Re: Fill track number - not starting with 1
« Reply #5 on: March 02, 2017, 11:46:55 am »

Well darn it, you're just a lot smarter than me!
I seriously doubt that :) I just have the expression functions in my head for some reason :/

jacobacci

  • Galactic Citizen
  • ****
  • Posts: 250
Re: Fill track number - not starting with 1
« Reply #6 on: March 02, 2017, 04:46:55 pm »

Brilliant as always, guys. Thanks a lot
What would I do without this forum.
 :)
Logged

MusicBringer

  • Galactic Citizen
  • ****
  • Posts: 428
  • MC32.0.87 x64bit
Re: Fill track number - not starting with 1
« Reply #7 on: March 03, 2017, 09:54:04 am »

@jacobacci, thanks so much for asking about this. I have required this for soo long.

...and thanks for the workaround; I'll give it a try later.
 :)

[Late Edit] yeah it works. Boy could I have done with this function yesterday. Nevermind got it now.
Logged
Caesar adsum jam forte. Brutus aderat. Caesar sic in omnibus. Brutus sic inat.

connersw

  • Citizen of the Universe
  • *****
  • Posts: 661
Re: Fill track number - not starting with 1
« Reply #8 on: March 03, 2017, 10:12:06 am »

Yeah, I always use =Counter(x) when starting from x. The default is increments of one, so no need to specify if that's your case.

http://wiki.jriver.com/index.php/Miscellaneous_Functions#Counter

Yep, I know this one by heart because I use it fairly regularly.  However, it's one of those things that is difficult for a new user and tedious to always type out.

It would be nice if selecting Fill Track Numbers from List Order resulted in a pop up with Starting With __ and In Increments of __ .  Of course, it should have default values of 1 in both boxes so that you can just click OK for more common occurrences. 

Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42008
  • Shoes gone again!
Re: Fill track number - not starting with 1
« Reply #9 on: March 03, 2017, 10:31:38 am »

It would be nice if selecting Fill Track Numbers from List Order resulted in a pop up with Starting With __ and In Increments of __ .  Of course, it should have default values of 1 in both boxes so that you can just click OK for more common occurrences.

Good idea.

Coming next build:
Changed: Made the fill track numbers system show a dialog to ask for the start and increment.
Logged
Matt Ashland, JRiver Media Center

MusicBringer

  • Galactic Citizen
  • ****
  • Posts: 428
  • MC32.0.87 x64bit
Re: Fill track number - not starting with 1
« Reply #10 on: March 03, 2017, 02:12:47 pm »

Coming next build:

Wow! Thank you
 :)
Logged
Caesar adsum jam forte. Brutus aderat. Caesar sic in omnibus. Brutus sic inat.
Pages: [1]   Go Up