.
This commit is contained in:
62
Dateibenennungsscripte/README.MD
Normal file
62
Dateibenennungsscripte/README.MD
Normal file
@@ -0,0 +1,62 @@
|
||||
## Grundprinzip
|
||||
|
||||
Die Musik wird nach folgendem Schema einsortiert:
|
||||
Artist/<Buchstabe>/<Albumartist>/<Release-Typ>/<Album>/<Trackdatei>
|
||||
|
||||
bzw. für Sampler:
|
||||
Compilations/<Album>/<Trackdatei>
|
||||
|
||||
---
|
||||
|
||||
## Sortierung (A–Z)
|
||||
- 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
|
||||
Reference in New Issue
Block a user