Files
Musicbrainz-Picard/Dateibenennungsscripte
2026-03-25 17:37:31 +01:00
..
2026-03-25 17:37:31 +01:00
2026-03-25 17:37:31 +01:00

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.
## Grundprinzip

Die Musik wird nach folgendem Schema einsortiert:
Artist/<Buchstabe>/<Albumartist>/<Release-Typ>/<Album>/<Trackdatei>

bzw. für Sampler:
Compilations/<Album>/<Trackdatei>

---

## Sortierung (AZ)
- Künstler werden anhand ihres Namens (albumartist) einsortiert
- Artikel wie The, Die, Der werden ignoriert
- Unicode wird für die Sortierung vereinfacht (z.B. Ä → A)
- Alles, was nicht mit einem Buchstaben beginnt wird in # einsortiert

---

##  Ordnerstruktur im Detail

# Normale Artists

  Artist/A/Artistname/Alben/Albumname [Infos]/01-01 - Titel.mp3

 # Release-Typen:
  Je nach Release wird in Unterordner einsortiert:

  - Alben
  - EPs
  - Singles
  - Live
  - Remixes
  - Soundtracks
  - Compilations
  - Mixtapes

# Compilations (Various Artists)

  Compilations/Albumname [Infos]/01-01 - Artist - Titel.mp3

---

## Albumordner

Der Albumname wird automatisch erweitert um:

- Veröffentlichungsjahr
- Release-Kommentar (z.B. Remaster)
- Land
- Katalognummer

Beispiel:
Help! [2014 Mono Remaster] [1965] [US] [PMC 1255]

---

## Dateinamen

Tracks werden einheitlich benannt:
01-01 - Titel.mp3
bzw. bei Compilations:
01-01 - Artist - Titel.mp3