Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libcue2 /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.Debian.gz
1.05
KB
-rw-r--r--
copyright
3.44
KB
-rw-r--r--
README.md
1.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# Overview [](https://travis-ci.org/lipnitsk/libcue) libcue provides an API for parsing and extracting data from [CUE sheets](https://en.wikipedia.org/wiki/Cue_sheet_%28computing%29). libcue was originally forked from [cuetools](https://github.com/svend/cuetools) and then enhanced to add additional features. Please refer to [libcue.h](https://github.com/lipnitsk/libcue/blob/master/libcue.h) for the API. Some usage examples are also available in the test cases under [t/](https://github.com/lipnitsk/libcue/tree/master/t). # Compiling ``` mkdir bin cd bin cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release ../ make make test make install ``` # Contributing One should note that while the CUE format is supported by various tools, such as media players or CD ripping tools, there is no single standard that strictly describes the CUE syntax. libcue attempts to parse the most commonly known CUE layouts, but it does not claim to support every possible combination. Therefore, if you would like to contribute to the library, please include a test case with your pull request to ensure that the functionality does not break in the future.
Close