Documentation
¶
Overview ¶
remote-server starts an OpenDeezer control server that a phone web remote or another OpenDeezer client can drive. It does not play audio locally; it is a minimal demonstration of the server API.
Usage: DEEZER_ARL=<your_arl> go run ./examples/remote-server
Once running:
- GET http://localhost:7654/whoami — identity + auth mode (no auth)
- GET http://localhost:7654/status — playback snapshot (needs token)
- POST http://localhost:7654/playpause — toggle play/pause (needs token)
This example uses bearer-token auth with a hardcoded demo token. In production, generate a random token or enable same-account / web-remote (pairing) auth via control.Config.
Click to show internal directories.
Click to hide internal directories.