https://github.com/shamazmazum/cue-parser
Simple common lisp cue parser
https://github.com/shamazmazum/cue-parser
cuesheet parser
Last synced: 4 months ago
JSON representation
Simple common lisp cue parser
- Host: GitHub
- URL: https://github.com/shamazmazum/cue-parser
- Owner: shamazmazum
- License: bsd-2-clause
- Created: 2012-07-21T09:21:05.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T08:08:39.000Z (over 9 years ago)
- Last Synced: 2025-09-17T16:59:00.326Z (9 months ago)
- Topics: cuesheet, parser
- Language: Common Lisp
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This simple library can help you to parse cue sheet files in simple s-expr tree
and get metadata (i.e. performer, title of audio work, indices and so on) from
it.
See http://shamazmazum.github.io/cue-parser/ for documentation