Skip to content

Status Reporting

Brendan Szymanski requested to merge reporting into rust-port

Enables the client to report its status to the server. This includes:

  • Which item the client is viewing (collection page, item page, etc.).
  • When the user starts playing some media.
  • When the user stops playing some media.
  • Playback progress (current timestamp, pause state, volume, etc.).

This is useful information for the server so it can visualize the state of the client on the dashboard.

Merge request reports