XTC "Apple Venus Volume 1" Medley
Posted: Tue Sep 09, 2025 10:37 am
This script creates a medley by extracting short segments from all the tracks on XTC’s Apple Venus Volume 1 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 11 Apple Venus Volume 1 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 11 Apple Venus Volume 1 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
//XTC "Apple Venus Volume 1" Medley 04:41
CJMP Reset
CJM Share, Sequence
#
01 River Of Orchids.mp3
00:00:000 0:
01:28:334 1:"River Of Orchids"
01:50:721 0:
#
02 I'd Like That.mp3
00:00:000 0:
01:47:134 1:"I'd Like That"
02:11:094 0:
#
03 Easter Theatre.mp3
00:00:000 0:
00:35:147 1:"Easter Theatre"
01:06:227 0:
#
04 Knights In Shining Karma.mp3
00:00:000 0:
01:03:374 1:"Knights In Shining Karma"
01:38:494 0:
#
05 Frivolous Tonight.mp3
00:00:000 0:
01:40:681 1:"Frivolous Tonight"
02:02:214 0:
#
06 Greenman.mp3
00:00:000 0:
01:51:414 1:"Greenman"
02:14:227 0:
#
07 Your Dictionary.mp3
00:00:000 0:
00:41:334 1:"Your Dictionary"
01:09:254 0:
#
08 Fruit Nut.mp3
00:00:000 0:
00:37:547 1:"Fruit Nut"
00:52:387 0:
#
09 I Can't Own Her.mp3
00:00:000 0:
00:41:441 1:"I Can't Own Her"
01:05:961 0:
#
10 Harvest Festival.mp3
00:00:000 0:
00:57:081 1:"Harvest Festival"
01:12:521 0:
#
11 The Last Balloon.mp3
00:00:000 0:
00:41:121 1:"The Last Balloon"
01:13:961 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("Apple Venus Volume 1")