Album: Blauer Ball + Mei Revier! ins de/en/neo-Album (neo = Boarisch-Variante) + Profil-ZIPs auf 9 Songs; promotion/+.claude vom Deploy-Tar ausgeschlossen (v1308)
This commit is contained in:
parent
cf88df7056
commit
786a2f442f
21 changed files with 61 additions and 37 deletions
|
|
@ -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 · 7 SONGS" "$DIST/cover-de.jpg"
|
||||
make_cover "THE ALBUM · 7 SONGS" "$DIST/cover-en.jpg"
|
||||
make_cover "NEON EDITION · 7 SONGS" "$DIST/cover-neo.jpg"
|
||||
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"
|
||||
# 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"
|
||||
|
|
@ -47,6 +47,8 @@ DE_TRACKS=(
|
|||
"leckerli-paradies|Leckerli-Paradies|Voller Napf, volles Glück"
|
||||
"platsch|Platsch!|Ab ins kühle Nass"
|
||||
"bester-freund|Bester Freund|Du und ich"
|
||||
"blauer-ball|Blauer Ball|Das Lieblingsspielzeug"
|
||||
"mei-revier|Mei Revier!|Revier-Hymne, breitbeinig"
|
||||
)
|
||||
EN_TRACKS=(
|
||||
"ban-yaro-blues-en|Ban Yaro Blues|The anthem"
|
||||
|
|
@ -56,6 +58,8 @@ EN_TRACKS=(
|
|||
"treat-paradise-en|Treat Paradise|Full bowl, full heart"
|
||||
"splash-en|Splash!|Into the cool water"
|
||||
"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"
|
||||
)
|
||||
# „neo" = Neon Edition: gleiche EN-Texte, anderer Musikstil (Electro + Garage-Rock).
|
||||
NEO_TRACKS=(
|
||||
|
|
@ -66,10 +70,12 @@ NEO_TRACKS=(
|
|||
"treat-paradise-en-electro|Treat Paradise|Euphoric filter-house"
|
||||
"splash-en-electro|Splash!|Funk-house groove"
|
||||
"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"
|
||||
)
|
||||
|
||||
zip_album() { # $1=lang $2=AlbumName(ID3, Em-Dash ok) $3=Ordner(ASCII) $4=art $5=liner shift 5; rest=tracks
|
||||
local lang="$1" album="$2" fname="$3" art="$4" liner="$5"; shift 5
|
||||
local lang="$1" album="$2" fname="$3" art="$4" liner="$5"; shift 5; local total=$#
|
||||
local folder="$DIST/$fname"; rm -rf "$folder"; mkdir -p "$folder"
|
||||
if [ "$lang" = "de" ]; then cp "$liner" "$folder/LIESMICH.txt"; else cp "$liner" "$folder/README.txt"; fi
|
||||
cp "$art" "$folder/cover.jpg"
|
||||
|
|
@ -88,7 +94,7 @@ zip_album() { # $1=lang $2=AlbumName(ID3, Em-Dash ok) $3=Ordner(ASCII) $4=ar
|
|||
-map 0:a -map 1:v -c copy -id3v2_version 3 \
|
||||
-metadata title="$title" -metadata artist="Ban Yaro" \
|
||||
-metadata album="$album" -metadata album_artist="Ban Yaro" \
|
||||
-metadata track="$n/7" -metadata date="2026" -metadata genre="$genre" \
|
||||
-metadata track="$n/$total" -metadata date="2026" -metadata genre="$genre" \
|
||||
-metadata copyright="$copyr" -metadata comment="$sub" \
|
||||
-disposition:v:0 attached_pic \
|
||||
"$folder/$nn $title.mp3"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
==================================================
|
||||
==================================================
|
||||
BAN YARO — DAS ALBUM
|
||||
7 Songs
|
||||
9 Songs
|
||||
==================================================
|
||||
|
||||
Sieben Lieder über einen Hund namens Ban Yaro:
|
||||
Neun Lieder über einen Hund namens Ban Yaro:
|
||||
übers Gassigehen bei jedem Wetter, die erste Fahrt
|
||||
im Anhänger, die große Liebe, den Friseur, den
|
||||
vollen Napf, das kühle Wasser — und den besten
|
||||
Freund, den ein Mensch haben kann.
|
||||
vollen Napf, das kühle Wasser, den besten Freund —
|
||||
und dazu der blaue Lieblingsball und das eigene Revier.
|
||||
|
||||
Selbst gemacht, mit viel Herz. Aus der Ban-Yaro-App.
|
||||
|
||||
|
|
@ -21,6 +21,8 @@ TRACKLIST
|
|||
5. Leckerli-Paradies Voller Napf, volles Glück
|
||||
6. Platsch! Ab ins kühle Nass
|
||||
7. Bester Freund Du und ich
|
||||
8. Blauer Ball Das Lieblingsspielzeug
|
||||
9. Mei Revier! Revier-Hymne, breitbeinig
|
||||
|
||||
--------------------------------------------------
|
||||
© 2026 Ban Yaro — Musik und Texte. Alle Rechte vorbehalten.
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
==================================================
|
||||
==================================================
|
||||
BAN YARO — THE ALBUM
|
||||
7 Songs
|
||||
9 Songs
|
||||
==================================================
|
||||
|
||||
Seven songs about a dog named Ban Yaro:
|
||||
Nine songs about a dog named Ban Yaro:
|
||||
about walks in every kind of weather, the first
|
||||
ride in the trailer, falling in love, the groomer,
|
||||
a full bowl, cool water — and the best friend a
|
||||
human could ever ask for.
|
||||
a full bowl, cool water, the best friend a human
|
||||
could ask for — plus his blue favourite ball and
|
||||
his very own turf.
|
||||
|
||||
Homemade, with all our heart. From the Ban Yaro app.
|
||||
|
||||
|
|
@ -21,6 +22,8 @@ TRACKLIST
|
|||
5. Treat Paradise Full bowl, full heart
|
||||
6. Splash! Into the cool water
|
||||
7. Best Friend You and me
|
||||
8. Blauer Ball The favourite toy
|
||||
9. Mei Revier! Turf anthem with attitude
|
||||
|
||||
--------------------------------------------------
|
||||
© 2026 Ban Yaro — music and lyrics. All rights reserved.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
==================================================
|
||||
BAN YARO — NEON EDITION
|
||||
7 Songs
|
||||
9 Songs
|
||||
==================================================
|
||||
|
||||
The same seven Ban Yaro songs — reimagined.
|
||||
|
|
@ -8,6 +8,9 @@ French electronic house meets Swedish garage rock:
|
|||
vocoders and four-on-the-floor, fuzzy guitars and
|
||||
Hammond organ. Same dog, same heart, brand-new sound.
|
||||
|
||||
Plus two all-new tracks, sung in Bavarian dialect:
|
||||
the blue ball and the turf anthem.
|
||||
|
||||
Homemade, with all our heart. From the Ban Yaro app.
|
||||
|
||||
--------------------------------------------------
|
||||
|
|
@ -20,6 +23,8 @@ TRACKLIST
|
|||
5. Treat Paradise Euphoric filter-house
|
||||
6. Splash! Funk-house groove
|
||||
7. Best Friend Acoustic-soul to synth
|
||||
8. Blauer Ball Boarisch · da blaue Boi
|
||||
9. Mei Revier! Boarisch · Gangster-Rap
|
||||
|
||||
--------------------------------------------------
|
||||
© 2026 Ban Yaro — music and lyrics. All rights reserved.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue