diff --git a/backend/static/downloads/ban-yaro-album-de.zip b/backend/static/downloads/ban-yaro-album-de.zip index 8529725..6cc9e85 100644 Binary files a/backend/static/downloads/ban-yaro-album-de.zip and b/backend/static/downloads/ban-yaro-album-de.zip differ diff --git a/backend/static/downloads/ban-yaro-album-en.zip b/backend/static/downloads/ban-yaro-album-en.zip index 015b034..d7e52e4 100644 Binary files a/backend/static/downloads/ban-yaro-album-en.zip and b/backend/static/downloads/ban-yaro-album-en.zip differ diff --git a/tools/album-build/build.sh b/tools/album-build/build.sh index d177f15..ae94723 100755 --- a/tools/album-build/build.sh +++ b/tools/album-build/build.sh @@ -61,6 +61,12 @@ zip_album() { # $1=lang $2=AlbumName(ID3, Em-Dash ok) $3=Ordner(ASCII) $4=ar 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" + local copyr + if [ "$lang" = "de" ]; then + copyr="© 2026 Ban Yaro — Alle Rechte vorbehalten. Kommerzielle Nutzung nur nach Absprache (banyaro.app)." + else + copyr="© 2026 Ban Yaro — All rights reserved. Commercial use only by prior arrangement (banyaro.app)." + fi local n=0 line src title sub nn for line in "$@"; do n=$((n+1)); nn=$(printf "%02d" "$n") @@ -70,7 +76,8 @@ zip_album() { # $1=lang $2=AlbumName(ID3, Em-Dash ok) $3=Ordner(ASCII) $4=ar -metadata title="$title" -metadata artist="Ban Yaro" \ -metadata album="$album" -metadata album_artist="Ban Yaro" \ -metadata track="$n/7" -metadata date="2026" -metadata genre="Blues" \ - -metadata comment="$sub" -disposition:v:0 attached_pic \ + -metadata copyright="$copyr" -metadata comment="$sub" \ + -disposition:v:0 attached_pic \ "$folder/$nn $title.mp3" done ( cd "$DIST" && rm -f "$DL/ban-yaro-album-$lang.zip" && zip -r -X -q "$DL/ban-yaro-album-$lang.zip" "$fname" ) diff --git a/tools/album-build/liner-de.txt b/tools/album-build/liner-de.txt index 9be5798..f4bbeba 100644 --- a/tools/album-build/liner-de.txt +++ b/tools/album-build/liner-de.txt @@ -1,4 +1,4 @@ -================================================== +================================================== BAN YARO — DAS ALBUM 7 Songs ================================================== @@ -23,12 +23,10 @@ TRACKLIST 7. Bester Freund Du und ich -------------------------------------------------- -Ein Ban-Yaro-Original · banyaro.app -(c) 2026 Ban Yaro +© 2026 Ban Yaro — Musik und Texte. Alle Rechte vorbehalten. -Diese Aufnahmen sind ein kleines Geschenk: -behalten und teilen ausdrucklich erwunscht — -nur bitte nicht kommerziell verwenden. +Privat behalten und teilen ist ausdrücklich erwünscht. +Kommerzielle Nutzung nur nach Absprache: banyaro.app -Viel Freude beim Horen und einen schonen -Gassi-Gang! Wuff. 🐾 +Viel Freude beim Hören und einen schönen +Gassi-Gang! Wuff. 🐾 diff --git a/tools/album-build/liner-en.txt b/tools/album-build/liner-en.txt index daefbf0..d04e18f 100644 --- a/tools/album-build/liner-en.txt +++ b/tools/album-build/liner-en.txt @@ -1,4 +1,4 @@ -================================================== +================================================== BAN YARO — THE ALBUM 7 Songs ================================================== @@ -23,12 +23,10 @@ TRACKLIST 7. Best Friend You and me -------------------------------------------------- -A Ban Yaro original · banyaro.app -(c) 2026 Ban Yaro +© 2026 Ban Yaro — music and lyrics. All rights reserved. -These recordings are a little gift: -keep them and share them freely — -just please don't use them commercially. +Keeping and sharing privately is expressly welcome. +Commercial use only by prior arrangement: banyaro.app Enjoy the music, and have a wonderful walk! Woof. 🐾