.
This commit is contained in:
@@ -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
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
title: Renamescript
|
title: Artist Sortierung nach Anfangsbuchstabe
|
||||||
description: "## Grundprinzip\n\nDie Musik wird nach folgendem Schema einsortiert:\n\
|
description: "## Grundprinzip\n\nDie Musik wird nach folgendem Schema einsortiert:\n\
|
||||||
Artist/<Buchstabe>/<Albumartist>/<Release-Typ>/<Album>/<Trackdatei>\n\nbzw. f\xFC\
|
Artist/<Buchstabe>/<Albumartist>/<Release-Typ>/<Album>/<Trackdatei>\n\nbzw. f\xFC\
|
||||||
r Sampler:\nCompilations/<Album>/<Trackdatei>\n\n---\n\n## Sortierung (A\u2013Z)\
|
r Sampler:\nCompilations/<Album>/<Trackdatei>\n\n---\n\n## Sortierung (A\u2013Z)\
|
||||||
@@ -1,62 +1 @@
|
|||||||
## Grundprinzip
|
Sammlung von Dateibenennungsscripten für den Import in Musicbrainz Picard
|
||||||
|
|
||||||
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