docs: document MusicBrainz barcode lookup in README and Bedienungsanleitung
- README: Schnellstart shows --barcode as fastest option - Bedienungsanleitung: - Workflow diagram updated (EAN path, Varianten A-D) - Interactive rip example shows EAN prompt with MusicBrainz output - New Variante D: scan --barcode (no image, no OCR, no local LLM) - Variante C: corrected default model to qwen3-vl:235b-cloud - Tipps: barcode as first/fastest option, updated CDDB fallback hints Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b30aaa617d
commit
b70127e838
2 changed files with 48 additions and 17 deletions
|
|
@ -30,11 +30,14 @@ pip install -e ".[dev]"
|
|||
## Schnellstart
|
||||
|
||||
```bash
|
||||
# CDs rippen
|
||||
# CDs rippen (interaktiv, mit optionaler EAN-Abfrage für MusicBrainz)
|
||||
musiksammlung rip -j 0 -P
|
||||
|
||||
# Coverbild scannen → album.json erzeugen
|
||||
musiksammlung scan back.jpg -o album.json
|
||||
# Variante A: EAN/Barcode → MusicBrainz → album.json (schnellste Methode)
|
||||
musiksammlung scan --barcode 0602557360561 -o album.json
|
||||
|
||||
# Variante B: Coverbild per Vision-LLM → album.json
|
||||
musiksammlung scan back.jpg --vision -o album.json
|
||||
|
||||
# Audiodateien organisieren und taggen
|
||||
musiksammlung apply temp/Album1/CD1 album.json ~/Musik
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue