Currently watching
State file format and behavior for the “currently watching” scrobble output.
Last updated
Was this helpful?
State file format and behavior for the “currently watching” scrobble output.
This service writes the “now playing” snapshot for the UI.
It is best-effort and safe to ignore on failure.
providers/scrobble/currently_watching.py
update_from_event
update_from_payload
/config/.cw_state/currently_watching.json
ScrobbleEvent (preferred)
raw webhook-like payloads (legacy paths)
missing /config mount resets the file on restart
permission issues prevent updates
corrupted JSON is usually fixed by deleting the file
Last updated
Was this helpful?
Was this helpful?