libcue
libcue copied to clipboard
CUE Sheet Parser Library
I use both libs in one project and get "collisions" since some functions are named equally. Maybe you will change this as well?! Best regards, Jörg
Hello, my use case is the following: I have an audio file comprising 183 tracks and nearly 8.5 hours of music. It comes from a YouTube rip of a game...
I don't see any way to get at the "catalog" string in the Cd struct. It does get parsed and populated if it exists in the queue sheet, there's a...
BUG: If a .CUE file does not end with a new line then the parser fails. Code taken from https://stackoverflow.com/questions/1756275/bison-end-of-file
FYI, I just merged libcue 2.2.1 back into cuetools 1.4.0, as it should be. Am not really want to maintain, thus will be glad if you can continue the project.
Hi, I am running into an issue with Tracker's use of data returned by libcue. I'd like to prevent Tracker from using a cue file in the case of a...
libcue has had a long-standing issue of being incompatible with libcdio, making it unusable for programs that want to link against both. this has led to the removal of libcue-derived...
Add [CIFuzz](https://google.github.io/oss-fuzz/getting-started/continuous-integration/) workflow action to have fuzzers build and run on each PR. This is a service offered by OSS-Fuzz, on which libcue already runs.
This fixes int overflow in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63758
How do you think about to [delete the preprocessor directive “`#include `” from your header file](https://github.com/lipnitsk/libcue/blob/7176a1faccecbfe2d4cca2f776177439ca49cad2/libcue.h#L9 "Update candidate")? :thinking: :thought_balloon: Should it be used in a source file instead?