Coldplay Parachutes Medley
Posted: Fri Aug 08, 2025 9:33 am
This script creates a medley by extracting short segments from all the tracks on Coldplay’s Parachutes 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 Parachutes 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.
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 Parachutes 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
//Coldplay "Parachutes" Medley 03:20
CJMP Reset
CJM Share, Sequence
#
01 Don't Panic.mp3
00:00:000 0:
00:56:067 1:"Don't Panic"
01:11:321 0:
#
02 Shiver.mp3
00:00:000 0:
01:28:614 1:"Shiver"
01:46:947 0:
#
03 Spies.mp3
00:00:000 0:
01:18:241 1:"Spies"
01:32:507 0:
#
04 Sparks.mp3
00:00:000 0:
02:36:294 1:"Sparks"
02:58:681 0:
#
05 Yellow.mp3
00:00:000 0:
01:28:641 1:"Yellow"
01:50:454 0:
#
06 Trouble.mp3
00:00:000 0:
01:30:081 1:"Trouble"
01:56:414 0:
#
07 Parachutes.mp3
00:00:000 0:
00:14:561 1:"Parachutes"
00:27:307 0:
#
08 High Speed.mp3
00:00:000 0:
01:25:534 1:"High Speed"
01:40:027 0:
#
09 We Never Change.mp3
00:00:000 0:
02:22:641 1:"We Never Change"
02:43:041 0:
#
10 Everything's Not Lost.mp3
00:00:000 0:
04:29:694 1:"Everything's Not Lost"
04:43:587 0:
06:03:947 1:"Life Is for Living"
06:15:827 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.3,0,30)
CJM NameB("Parachutes")