Page 1 of 1

Phoenix "Alphabetical" Medley

Posted: Fri Sep 12, 2025 12:20 pm
by admin
This script creates a medley by extracting short segments from all the tracks on Phoenix’s Alphabetical album.
It only works when all audio files have the same sample rate and channel configuration.

How to use:

1. Copy the script and paste it into the Text Editor screen (Menu bar > File > Show Text Editor), then click the Run button.
2. The Reassign screen will open. Drag and drop all 10 Alphabetical tracks into the screen.
3. Once the files are imported, click the Play button to preview the medley.
4. Click the Start button to generate the edited medley. A folder named “MP3” will be created on your desktop, and the output file will be saved there.

Code: Select all

//Phoenix "Alphabetical" Medley 03:38
CJMP Reset
CJM Share, Sequence
#
01 Everything Is Everything.mp3
00:00:000 0:
00:23:574 1:"Everything Is Everything"
00:41:961 0:
#
02 Run Run Run.mp3
00:00:000 0:
00:45:507 1:"Run Run Run"
01:08:894 0:
#
03 I'm An Actor.mp3
00:00:000 0:
01:10:121 1:"I'm An Actor"
01:37:574 0:
#
04 Love For Granted.mp3
00:00:000 0:
02:25:094 1:"Love For Granted"
02:52:521 0:
#
05 Victim Of The Crime.mp3
00:00:000 0:
00:58:241 1:"Victim Of The Crime"
01:14:267 0:
#
06 (You Can't Blame It On) Anybody.mp3
00:00:000 0:
01:33:521 1:"(You Can't Blame It On) Anybody"
02:05:321 0:
#
07 Congratulations.mp3
00:00:000 0:
00:14:614 1:"Congratulations"
00:34:334 0:
#
08 If It's Not With You.mp3
00:00:000 0:
00:40:134 1:"If It's Not With You"
00:52:801 0:
#
09 Holdin' On Together.mp3
00:00:000 0:
00:38:534 1:"Holdin' On Together"
00:57:507 0:
#
10 Alphabetical.mp3
00:00:000 0:
00:59:987 1:"Alphabetical"
01:14:401 0:

CJM SelectAll, Convert(0,1)
CJM Merge
CJM Stretch(0.5,1)
CJM Stretch(0.3,2)
CJM MapFade(0,1,1500,0.5,30,0,0,0.3,0,30,0)
CJM NameB("Alphabetical")