Doku: KONZEPT.md, ROADMAP.md, AGENTS.md, README.md, SAVEPOINT.md, .aiexclude

This commit is contained in:
2026-07-21 10:11:42 +02:00
parent b0c40e3aa6
commit cbe7d2b9c3
5 changed files with 289 additions and 2 deletions
+23 -2
View File
@@ -1,3 +1,24 @@
# rippy
# Rippy
Modernes automatisches CD/DVD/Blu-ray-Ripping-System mit WebUI und Proxmox-Integration
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.