Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Change to cue file
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Jan 16, 2024
1 parent d347f2c commit 3855b03
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 85 deletions.
46 changes: 46 additions & 0 deletions BotaniaCD.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
FILE "\\VBOXSVR\rendezvous\BotaniaCD.iso" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00
FILE "\\VBOXSVR\rendezvous\audio\01 - Endure Jaminess - Boslamia.wav" WAVE
REM FILE-DECODED-SIZE 03:21:41
TRACK 02 AUDIO
PREGAP 00:02:00
TITLE "Endure Jaminess - Boslamia"
PERFORMER "Kain Vinosec & Quad City DJ's arr. MettyMagic"
INDEX 01 00:00:00
FILE "\\VBOXSVR\rendezvous\audio\02 - Fight For Quislamence - Boslamia.wav" WAVE
REM FILE-DECODED-SIZE 03:47:03
TRACK 03 AUDIO
TITLE "Fight For Quislamence - Boslamia"
PERFORMER "Kain Vinosec & Quad City DJ's arr. MettyMagic"
INDEX 01 00:00:00
FILE "\\VBOXSVR\rendezvous\audio\03 - Runes of Air - Firel.wav" WAVE
REM FILE-DECODED-SIZE 03:13:49
TRACK 04 AUDIO
TITLE "Runes of Air"
PERFORMER "Firel"
INDEX 01 00:00:00
FILE "\\VBOXSVR\rendezvous\audio\04 - Runes of Mana - Firel.wav" WAVE
REM FILE-DECODED-SIZE 02:39:67
TRACK 05 AUDIO
TITLE "Runes of Mana"
PERFORMER "Firel"
INDEX 01 00:00:00
FILE "\\VBOXSVR\rendezvous\audio\05 - Garden of Glass - Firel.wav" WAVE
REM FILE-DECODED-SIZE 03:44:20
TRACK 06 AUDIO
TITLE "Garden of Glass"
PERFORMER "Firel"
INDEX 01 00:00:00
FILE "\\VBOXSVR\rendezvous\audio\06 - Endure Emptiness.wav" WAVE
REM FILE-DECODED-SIZE 03:22:00
TRACK 07 AUDIO
TITLE "Endure Emptiness"
PERFORMER "Kain Vinosec"
INDEX 01 00:00:00
FILE "\\VBOXSVR\rendezvous\audio\07 - Fight for Quiescence.wav" WAVE
REM FILE-DECODED-SIZE 03:46:19
TRACK 08 AUDIO
TITLE "Fight for Quiescence"
PERFORMER "Kain Vinosec"
INDEX 01 00:00:00
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ tracks.

* Python 3
* GNU Make
* mkisofs and cdrdao
* mkisofs

# Building

1. Clone this repo
2. Prepare the submodule repository, see how `.github/workflows/build.yml` prepares the
repo for more details.
3. Execute `make BotaniaCD.iso` to create the ISO of the data track
4. Burn everything to a disc: `cdrdao write --device /dev/your-cd-drive tocfile`
4. Burn everything to a disk using the BotaniaCD.cue cuefile, for example using
imgburn. Note that you will need to adjust the paths in the cue file to point to the
proper place where BotaniaCD.iso and the audio folder are located on your system.

# Random

Expand Down
83 changes: 0 additions & 83 deletions tocfile

This file was deleted.

0 comments on commit 3855b03

Please sign in to comment.