Converts CUE sheets to aNONradio metadata
.gitignore | ||
.pre-commit-config.yaml | ||
cue_to_meta.py | ||
Pipfile | ||
Pipfile.lock | ||
pyproject.toml | ||
README.md | ||
setup.cfg | ||
test_cue_to_meta.py |
cue_to_meta
Takes the CUE format written by e.g. Mixxx's recording feature, and converts it to the metadata format expected by aNONradio's "podcast" system.
Usage
cue_to_meta filename.cue filename.meta
will parse filename.cue
and
write filename.meta
in meta format.
Bugs
Assumes the show is one hour or less in length.
Author/License
Mark Cornick mcornick@sdf.org under the MIT license.