You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This reverts commit
|
4 months ago | |
---|---|---|
.gitignore | 4 months ago | |
README.md | 6 months ago | |
cue_to_meta.py | 6 months ago | |
pyproject.toml | 6 months ago | |
setup.cfg | 6 months ago |
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.