Docs: add --from-photo (Variante E) to scan command documentation
- BEDIENUNGSANLEITUNG: new Variante E section with usage examples, updated flowchart to include option E - README: Schnellstart shows --from-photo as Variante A2 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a32b0229f5
commit
8e46c46263
2 changed files with 18 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ musiksammlung rip -j 0 -P
|
|||
# Variante A: EAN/Barcode → MusicBrainz → album.json (schnellste Methode)
|
||||
musiksammlung scan --barcode 0602557360561 -o album.json
|
||||
|
||||
# Variante A2: EAN per Foto (Vision-LLM liest Barcode) → MusicBrainz → album.json
|
||||
musiksammlung scan --from-photo cover.jpg -o album.json
|
||||
|
||||
# Variante B: Coverbild per Vision-LLM → album.json
|
||||
musiksammlung scan back.jpg --vision -o album.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue