Files
hassio-addons/spotify_to_plex/build.json
Claude c1965de873 Add Spotify to Plex add-on
New add-on wrapping the upstream jjdenhertog/spotify-to-plex Docker image
(requested in issue #2814). Keeps Spotify playlists synced to Plex.

- Wraps the multi-arch upstream image via BUILD_FROM (amd64 + aarch64)
- Uses the shared ha_entrypoint framework with 00-global_var.sh so add-on
  options (Spotify credentials, redirect URI, encryption key) become the
  environment variables the app expects
- 99-run.sh persists /app/config into the add-on config dir, auto-generates
  and stores a stable ENCRYPTION_KEY when left blank, then hands off to the
  upstream supervisord
- Web UI exposed directly on port 9030

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NZTfSk3GQRU7oD85TnjsmW
2026-07-06 07:01:05 +00:00

7 lines
131 B
JSON

{
"build_from": {
"aarch64": "jjdenhertog/spotify-to-plex:1.0.104",
"amd64": "jjdenhertog/spotify-to-plex:1.0.104"
}
}