Skip to content

Instantly share code, notes, and snippets.

Avatar

Stephen Royle quantixed

View GitHub Profile
@mervick
mervick / cue_to_flac.py
Last active June 9, 2022 20:50 — forked from Theldus/cue_to_flac.py
CUE splitter using ffmpeg (to flac)
View cue_to_flac.py
#!/usr/bin/python3
import argparse
import os
import subprocess
def main():
parser = argparse.ArgumentParser(description='Split flac file using cue')
parser.add_argument('cue', type=str, help='path to cue file')
@seignovert
seignovert / zenodo-doi-first-badge.md
Created February 21, 2019 20:02
Setup Zenodo DOI badge before the first release
View zenodo-doi-first-badge.md

Setup Zenodo DOI badge before the first release

Zenodo doi badge

Before submitting your first release, identify your Github repo id on Github API at:

https://api.github.com/repos/{user}/{repo}