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.
- Host: GitHub
- URL: https://github.com/cycloctane/cuesplit
- Owner: Cycloctane
- License: gpl-2.0
- Created: 2025-09-26T17:09:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T17:26:32.000Z (9 months ago)
- Last Synced: 2025-09-27T08:31:18.169Z (9 months ago)
- Topics: audio, cd, cue, cue-sheet, cuesheet, ffmpeg, libcue, music, playlist, pylibcue, python, python3
- Language: Python
- Homepage: https://pypi.org/project/cuesplit
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
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.