An open API service indexing awesome lists of open source software.

https://github.com/cycloctane/cuesplit

Split and tag CD audio files with information from CUE sheets.
https://github.com/cycloctane/cuesplit

audio cd cue cue-sheet cuesheet ffmpeg libcue music playlist pylibcue python python3

Last synced: 5 months ago
JSON representation

Split and tag CD audio files with information from CUE sheets.

Awesome Lists containing this project

README

          

cuesplit
========

Python script that splits CD audio and add metadata tags using the information
extracted from CUE sheet.

Based on ffmpeg and libcue. Currently supports flac, mp3 and wav as output formats.

Requirements
------------

- ffmpeg binary (in $PATH)
- `pylibcue `_

Install
-------

.. code-block:: bash

pip install cuesplit

Usage
-----

.. code-block:: bash

cuesplit -h
cuesplit -i input.cue -o ./output/ -f mp3 -j 4

License
-------

cuesplit is licensed under the GNU General Public License v2.0.