Converts CUE sheets to aNONradio metadata
Go to file
Mark Cornick 9b983412e1 Remove pre-commit yaml check 2022-08-18 00:31:32 -04:00
.pre-commit-config.yaml Remove pre-commit yaml check 2022-08-18 00:31:32 -04:00
README.md Initial commit 2022-08-17 03:07:32 -04:00
cue_to_meta.py Add __name__ == "__main__" construct 2022-08-18 00:30:28 -04:00
pyproject.toml Tooling bits 2022-08-17 20:41:39 -04:00

README.md

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 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.