Files
rippy/README.md
T

25 lines
808 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Rippy
Ein modernes, eigenständiges System zum automatischen Rippen von CD, DVD und Blu-ray.
Es erkennt Disc-Einwürfe automatisch, sucht Metadaten vor, rippt verlustfrei und legt
alles in Jellyfin-konformer Struktur ab — mit Echtzeit-UI statt veralteter Flask-Oberfläche.
## Was du brauchst
- Ein System mit einem optischen Laufwerk (DVD/Blu-ray)
- Docker + Docker Compose
- 12 Stunden Zeit für den ersten Bau
## So legst du los
1. Clone das Repo:
```
git clone https://git.tobisniceshomelab.ddnsfree.com/Hitonabi/rippy.git
cd rippy
```
2. Lies **KONZEPT.md** — das sagt, was das Projekt ist.
3. Lies **ROADMAP.md** — das sagt, in welcher Reihenfolge es gebaut wird.
4. Fang mit Etappe 1 an (Fundament + udev-Erkennung).
Alles andere steht in den Docs. Viel Spaß beim Bauen.