Skip to content

Instantly share code, notes, and snippets.

@shaunhey
Created August 26, 2015 03:39
Show Gist options
  • Save shaunhey/784aaa3f717988cb44ff to your computer and use it in GitHub Desktop.
Save shaunhey/784aaa3f717988cb44ff to your computer and use it in GitHub Desktop.
Script to rip a CD in FLAC format using Morituri
#!/bin/sh
# Script to rip a CD in FLAC format using Morituri
# Offset is for Optiarc AD-7710H
rip cd rip --offset 48 --track-template="%A/%d/%t %a - %n" --disc-template="%A/%d/%A - %d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment