numbering sequence with over 100 tracks

This section is now closed.
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
MPeg3
Posts: 4
Joined: Mon Dec 22, 2008 10:18 pm
Operating System: Please select

numbering sequence with over 100 tracks

Post by MPeg3 » Wed Dec 09, 2009 1:04 pm

I often record speeches and break them into tracks (using Audacity) for easier searching. I now am working with a very long speech that broke into 104 tracks. However, when I exported them using Export Multiple, the numbering sequence came up as 01-104. When I transfer this to my Mp3 player, it throws the numbering off as the 100-104 fall between 10 and 11. Is there a way to get it to number them as 001-104, or can you recommend a program that will renumber them for me.

Thank you
Peg

kozikowski
Forum Staff
Posts: 69384
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: numbering sequence with over 100 tracks

Post by kozikowski » Wed Dec 09, 2009 4:32 pm

I now why it's happening. It's a leading zeros problem. In a block of 900 items there is no "1." There is "001." You count from the left, computers count from the right.

However, it's not Audacity's problem, although I would have required leading zeros myself. The Music Player wasn't expecting cuts over 100. There is another error at the 9 to 11 jump. Did the player get that one OK?

There is another strange, semi-unrelated item as well. Music CDs can't go over 100. So lots of messy things happen past 99.

Any way you can cut the work so it doesn't go over 99?

Koz

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: numbering sequence with over 100 tracks

Post by steve » Wed Dec 09, 2009 6:17 pm

In Audacity 1.3.10 (this may not be available in Audacity 1.2)

When you add the labels, number the labels:
001
002
003
...
...
010
011
012
...
999

Then when you Export Multiple, select the "Name files" > "Using Label/Track Name"
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked