TrackSplit
Chapter-based audio extractor for music servers. TrackSplit turns chaptered video files into gapless, tagged FLAC or Opus albums ready for Jellyfin and Lyrion.
What it does
Point TrackSplit at a video with chapter markers and it will split the audio at chapter boundaries, write one file per track, embed rich metadata and cover art, and lay everything out in an Artist/Album/ structure your music server will scan without complaint. Lossless sources stay lossless. Lossy sources are stream-copied when possible, re-encoded only when needed.
How it fits your workflow
- Install and check the required tools (FFmpeg, optionally MKVToolNix) and confirm with
tracksplit --check. - Run on a file or folder and let TrackSplit handle probing, splitting, tagging, and cover art.
- Point your music server at the output directory. Jellyfin, Lyrion, Plex, anything that reads Vorbis comments will pick it up.
A second run on the same input is near-instant unless the chapters actually changed, thanks to the per-album manifest.
Pairs with CrateDigger
TrackSplit reads any chaptered video but shines when paired with CrateDigger, which embeds 1001Tracklists metadata, chapter markers, and DJ artwork into your MKV library in the first place. Together they keep canonical artist names, festival spellings, and MusicBrainz IDs consistent across your video and music libraries.
Learn more
- Getting Started: prerequisites, install, first run.
- Usage: every CLI flag, with examples.
- Configuration: TOML config for custom tool paths.
- Output Structure: what gets written where, and what every tag means.
- Troubleshooting: what to do when something goes wrong.
- FAQ: short answers to common questions.