Closed GoogleCodeExporter closed 8 years ago
I have created a class for basic parsing and editing of cue sheets. It is not
relying on anything else in mutagen library (except in demo script). Works with
python 2.7. This could be used automatically when loading file in mutagen.flac
if cuesheet tag is found.
Usage is not limited to cue sheets embedded in flac, can be used for standalone
cue sheets, too.
I called the class TagSheet so it does not conflict with CueSheet class in
mutagen.flac.
Demo usage is in the script __main__ part.
Please, comment whether this sounds interesting for integrating in mutagen
library.
Original comment by eriks.do...@gmail.com
on 1 Apr 2013 at 8:21
Attachments:
This has nothing to do with flac, just cue sheet parsing.
Not mutagen's problem.
Original comment by reiter.christoph@gmail.com
on 1 Apr 2013 at 10:42
Original issue reported on code.google.com by
eriks.do...@gmail.com
on 30 Mar 2013 at 8:47