From 468fac6d2b578ef9e3439bd6fb7c134df63240ed Mon Sep 17 00:00:00 2001 From: dschlueter Date: Wed, 18 Feb 2026 06:53:24 +0100 Subject: [PATCH] docs: document auto-rename of album directory in apply --in-place Co-Authored-By: Claude Opus 4.6 --- BEDIENUNGSANLEITUNG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BEDIENUNGSANLEITUNG.md b/BEDIENUNGSANLEITUNG.md index 518b8a7..b91d403 100644 --- a/BEDIENUNGSANLEITUNG.md +++ b/BEDIENUNGSANLEITUNG.md @@ -280,10 +280,11 @@ Das Programm: - Setzt ID3/FLAC-Tags (Titel, Künstler, Album, Jahr, Track-Nummer, Disc-Nummer) - Kopiert Cover-Bilder (`back.jpg`) - Erzeugt eine M3U-Playlist +- **Benennt das Album-Verzeichnis automatisch um** (wenn `input_dir` ein CD-Unterverzeichnis ist, z.B. `CD1`) Ergebnis: ``` -~/rip/Beethoven_Sinfonien/ +~/rip/Beethoven_Sinfonien (2024)/ ← automatisch umbenannt CD1/ 01_-_Allegro_con_brio_-_Karajan.flac 02_-_Andante_con_moto_-_Karajan.flac @@ -294,6 +295,8 @@ Ergebnis: Beethoven_Sinfonien.m3u ``` +> **Hinweis zur Auto-Umbenennung:** Das Album-Verzeichnis wird automatisch umbenannt, wenn `input_dir` ein CD-Unterverzeichnis (`CD1`, `CD2` ...) ist. Wird stattdessen das Album-Wurzelverzeichnis übergeben, gibt das Programm einen `mv`-Hinweis aus, aber benennt nicht selbst um. + ### In Jellyfin-Verzeichnis verschieben ```bash