Scripts to simplify ripping physical media and annotating it properly.
Find a file
2025-11-11 16:33:46 +01:00
rtr Updated imdbinfo; Refactored identify module 2025-11-11 16:33:46 +01:00
.gitignore Relative import + some documentation 2025-10-26 21:53:18 +01:00
.python-version Started working on labeling episodes 2025-08-31 13:49:25 +02:00
pyproject.toml Added missing package; Fixed paths 2025-11-05 15:17:23 +01:00
README.md Relative import + some documentation 2025-10-26 21:53:18 +01:00
uv.lock Updated imdbinfo; Refactored identify module 2025-11-11 16:33:46 +01:00

Ray the Ripper

A toolsuit

Setup

pip install ray-the-ripper
uv add ray-the-ripper

Additional requirements

Make sure HandBrake CLI is installed and added to PATH. For Ubuntu:

sudo apt install handbrake-cli

Run

Execute as module, to keep relative imports intact. Executing textify from within the repository root:

uv run -m src.subtitles.textify --srt ./PATH/TO/MKV.mkv ./OUTPUT/PATH
python -m src.subtitles.textify --srt ./PATH/TO/MKV.mkv ./OUTPUT/PATH