Skip to content

Instantly share code, notes, and snippets.

@chapmanjacobd
Created November 4, 2023 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chapmanjacobd/1a32158fcedc40ef03d849755003a4b9 to your computer and use it in GitHub Desktop.
Save chapmanjacobd/1a32158fcedc40ef03d849755003a4b9 to your computer and use it in GitHub Desktop.
multiple track BIN / single CUE on linux; afterwards get metadata from MusicBrainz Picard
for i in (seq -w 1 50)
bchunk -w Dolphin\'s\ Mind\ -\ Fluid\ \(Germany\)\ \(The\ Full\ Dream\ Dance\ Megamix\)\ \(Track\ $i\).bin (
echo "FILE \"Dolphin\'s Mind - Fluid (Germany) (The Full Dream Dance Megamix) (Track $i).bin\" BINARY
TRACK $i AUDIO
"| psub
) DolpinMindMegamix
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment