6 Commits

Author SHA1 Message Date
Senko-san 885fa4c273 fix 2026-06-14 23:42:39 +03:00
Senko-san 3a63ced4d4 feat: optional YouTube Music source (cookies volume + wizard step)
Adds a step_youtube wizard prompt (enable + cookies host folder), the @YOUTUBE_VOLUME@ token in templates/compose/backend.yml substituted in compose_gen, a YOUTUBE_ENABLED/cookies env block, ensure_youtube_dir in lifecycle, en/ru strings, and a README step.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 14:04:49 +03:00
Senko-san 4108121984 feat(wizard): prompt for MusicBrainz/AcoustID contact email
Replace the hardcoded MUSICBRAINZ_USER_AGENT placeholder in env.template
with an optional MUSICBRAINZ_OWNER_EMAIL prompt in step_enrichment.
The backend now composes a valid User-Agent from app name + version +
this email (falling back to the project URL if left blank).
2026-06-11 00:40:00 +03:00
Senko-san 7da5c4a15e feat(wizard): optional AcoustID key step for metadata enrichment
Adds a wizard step (after the ML step) that prompts for an AcoustID API
key. Left blank, enrichment runs on embedded tags only; with a key the
backend also identifies untagged files by audio fingerprint (§1D). The
key is appended to .env.deploy and reaches both api and worker via
env_file. en/ru strings included.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 13:10:57 +03:00
Senko-san d3839335e5 update readme 2026-06-08 16:36:15 +03:00
Senko-san 1b251869c4 initial 2026-06-08 12:49:45 +03:00