Converts CUE sheets to aNONradio metadata
Go to file
Mark Cornick 699aa9ba6a
Remove #! (this isn't an executable script)
2023-06-13 23:07:06 -04:00
.gitignore Add a test case 2023-06-13 23:06:08 -04:00
README.md Update README 2022-12-14 18:42:07 -05:00
cue_to_meta.py Rework using click 2022-12-14 01:36:47 -05:00
pyproject.toml Rework using click 2022-12-14 01:36:47 -05:00
setup.cfg Add a test case 2023-06-13 23:06:08 -04:00
test_cue_to_meta.py Remove #! (this isn't an executable script) 2023-06-13 23:07:06 -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 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.