Scripts to simplify ripping physical media and annotating it properly.
| rtr | ||
| .gitignore | ||
| .python-version | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
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