Skip to content

Instantly share code, notes, and snippets.

View lfilho's full-sized avatar

Luiz Gonzaga dos Santos Filho lfilho

View GitHub Profile
@lfilho
lfilho / cuetag.sh
Last active July 4, 2019 17:20
Split flac + cue + convert to something else (MP3, Alac)
#! /bin/sh
# cuetag.sh - tag files based on cue/toc file information
# uses cueprint output
# usage: cuetag.sh <cuefile|tocfile> [file]...
CUEPRINT=cueprint
cue_file=""
usage()