Expand description
Subsonic-compatible REST API layer.
Implements a subset of the Subsonic/OpenSubsonic REST API backed by the
local koan database. Supports both XML (default) and JSON (f=json)
responses. Auth uses MD5+salt tokens and legacy plaintext passwords.
Functionsยง
- subsonic_
router - Build a Subsonic-compatible REST API router.