chore: bump mcma-backend (MusicBrainz/AcoustID User-Agent from owner email)

Replace MUSICBRAINZ_USER_AGENT with MUSICBRAINZ_OWNER_EMAIL in .env.example
to match the backend's new config (app name + version + contact email).
This commit is contained in:
Senko-san
2026-06-11 00:40:16 +03:00
parent 839505aa43
commit f652082bea
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -47,8 +47,9 @@ MAX_PARALLEL_DOWNLOADS=2
# set it to enable AcoustID fingerprint → MusicBrainz identification. # set it to enable AcoustID fingerprint → MusicBrainz identification.
# Get a free key at https://acoustid.org/new-application # Get a free key at https://acoustid.org/new-application
ACOUSTID_API_KEY= ACOUSTID_API_KEY=
# Sent to MusicBrainz/AcoustID — put a real contact so you don't get rate-limited. # Your contact email, sent to MusicBrainz/AcoustID as part of the User-Agent
MUSICBRAINZ_USER_AGENT=mcma-backend/0.1.0 ( https://github.com/your/repo ) # (required by their usage policy — apps without one get throttled).
MUSICBRAINZ_OWNER_EMAIL=
# YOUTUBE_COOKIES_PATH=/data/cookies.txt # YOUTUBE_COOKIES_PATH=/data/cookies.txt
# ---- Frontend (webui) ------------------------------------------------ # ---- Frontend (webui) ------------------------------------------------