1. Motivations for this proposal
1.1. The need for a short numbering system (especially useful on MP3 devices), that will allow:
a. Sorting without the need for an extra field/tag (DiscNumber) which is not available on most hardware MP3 devices.
b. Files from the same Album to always be on the same folder (whether it's MultiDisc or not).
1.2. Simplification of the process of identifying tracks, since it requires one less field/tag
to understand if the track is from CD 1, 2 or whatever.
2. Purposed Method
2.1. Tag Names:
Dsc# = Discnumber
Trk# = Track Number
Max = Constant (default=20) holding the Maximum number of tracks considered to pertain to the same CD/Album.
NewTrk# = The Track number according to this new purposed format.
The tag used for this will be the standard tag:
ID3(MP3)=TRCK, Vorbis(FLAC)=TRACKNUMBER.
2.2. For a Maximum of 20 tracks per DISC ==> Max=20
NewTrk# = [(Dsc# - 1) * Max] + Trk#2.3. Examples:
For Disc 1 (no changes, so it doesn't affect ONE disc albums):
Trk# = 7, Dsc# = 1 ==> [(1-1)*20] + 7 = 0 + 7 ==> NewTrk# = 7
Trk# = 15, Dsc# = 1 ==> [(1-1)*20] + 15 = 0 + 15 ==> NewTrk# = 15
Trk# = 20, Dsc# = 1 ==> [(1-1)*20] + 20 = 0 + 20 ==> NewTrk# = 20
For Disc 2:
Trk# = 7, Dsc# = 2 ==> [(2-1)*20] + 7 = 1 * 20 + 7 ==> NewTrk# = 27
Trk# = 15, Dsc# = 2 ==> [(2-1)*20] + 15 = 1 * 20 + 15 ==> NewTrk# = 35
Trk# = 20, Dsc# = 2 ==> [(2-1)*20] + 20 = 1 * 20 + 20 ==> NewTrk# = 40
For Disc 3:
Trk# = 7, Dsc# = 3 ==> [(3-1)*20] + 7 = 2 * 20 + 7 ==> NewTrk# = 47
Trk# = 15, Dsc# = 3 ==> [(3-1)*20] + 15 = 2 * 20 + 15 ==> NewTrk# = 55
Trk# = 20, Dsc# = 3 ==> [(3-1)*20] + 20 = 2 * 20 + 20 ==> NewTrk# = 60
In Practice
Just add 20 to the real track number, starting on the second CD:
CD 1: tracks 1-20 ==> No changes, so CD 1 couldn't be simpler 
CD 2: tracks 21-40 ==> Just added 20 to the real track number.
CD 3: tracks 41-60 ==> Added another 20... and so on...
This will support up to 5 CD volumes.
Attached File
For Advantages, Disadvantages and technical details, please download the attached text file with the full proposal text.
Goals
I intend to create two Actions to deal with this:
First: Transform the current Track number system into this new numbering system.
Second: An Action to revert it back, just in case there are exceptions not considered now.
I also intend to transform all my (non-classical) music collection into this format, so it will have to be robust.
Since this might also be useful to other people, I thought about asking for your comments on this.
Do you agree or disagree?
Are there any other disadvantages besides the ones I already mentioned?
Do you know any modern music Multi-Disc album that has more than 20 tracks on a single CD?
Any comments will be appreciated.
PROPOSAL___Standard_For_MultiDisc_Track_Numbering_v1.1__2014_07_31_.txt (5.13 KB)