Album: Milow als 10. Song ins de/en/neo-Album (neo = Boarisch-Variante) + Profil-ZIPs auf 10 Songs (v1309)

This commit is contained in:
rene 2026-06-21 21:10:38 +02:00
parent 786a2f442f
commit 01a04358be
17 changed files with 45 additions and 35 deletions

View file

@ -27,9 +27,9 @@ make_cover() { # $1=subtitle $2=outfile
-kerning 7 -fill 'rgba(255,255,255,0.92)' -pointsize 60 -annotate +0+160 "$1" \
-quality 90 "$2"
}
make_cover "DAS ALBUM · 9 SONGS" "$DIST/cover-de.jpg"
make_cover "THE ALBUM · 9 SONGS" "$DIST/cover-en.jpg"
make_cover "NEON EDITION · 9 SONGS" "$DIST/cover-neo.jpg"
make_cover "DAS ALBUM · 10 SONGS" "$DIST/cover-de.jpg"
make_cover "THE ALBUM · 10 SONGS" "$DIST/cover-en.jpg"
make_cover "NEON EDITION · 10 SONGS" "$DIST/cover-neo.jpg"
# Eingebettetes Albumart kleiner halten (sonst blähen sich die MP3s auf)
magick "$DIST/cover-de.jpg" -resize 800x800 -quality 85 "$DIST/art-de.jpg"
magick "$DIST/cover-en.jpg" -resize 800x800 -quality 85 "$DIST/art-en.jpg"
@ -49,6 +49,7 @@ DE_TRACKS=(
"bester-freund|Bester Freund|Du und ich"
"blauer-ball|Blauer Ball|Das Lieblingsspielzeug"
"mei-revier|Mei Revier!|Revier-Hymne, breitbeinig"
"milow|Milow|Vorbild und bester Freund"
)
EN_TRACKS=(
"ban-yaro-blues-en|Ban Yaro Blues|The anthem"
@ -60,6 +61,7 @@ EN_TRACKS=(
"best-friend-en|Best Friend|You and me"
"blauer-ball-en|Blauer Ball|The favourite toy"
"mei-revier-en|Mei Revier!|Turf anthem with attitude"
"milow-en|Milow|Role model and best friend"
)
# „neo" = Neon Edition: gleiche EN-Texte, anderer Musikstil (Electro + Garage-Rock).
NEO_TRACKS=(
@ -72,6 +74,7 @@ NEO_TRACKS=(
"best-friend-en-electro|Best Friend|Acoustic-soul to synth"
"blauer-ball-by|Blauer Ball|Boarisch · da blaue Boi"
"mei-revier-by|Mei Revier!|Boarisch · Gangster-Rap"
"milow-by|Milow|Boarisch · Vorbild & Freund"
)
zip_album() { # $1=lang $2=AlbumName(ID3, Em-Dash ok) $3=Ordner(ASCII) $4=art $5=liner shift 5; rest=tracks