cue_to_meta/README.md

19 lines
413 B
Markdown
Raw Permalink Normal View History

2022-08-17 03:07:32 -04:00
# 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
2022-12-14 18:42:07 -05:00
`cue_to_meta filename.cue filename.meta` will parse `filename.cue` and
write `filename.meta` in meta format.
2022-08-17 03:07:32 -04:00
## Bugs
Assumes the show is one hour or less in length.
## Author/License
Mark Cornick <mcornick@sdf.org> under the MIT license.