Feature #973
Frontend Status Feature
Status: | Closed | Start date: | 07/26/2014 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | % Done: | 0% |
||
Category: | Packages: Core | Spent time: | 5.00 hours | |
Target version: | 8.2 |
Description
The issue I run into is that I don't alway know when one of my frontends is watching a recorded program. I know I can get the status by using the Frontend status API:
Code:
http://mediaroom_sbe:6547/Frontend/GetStatus
but it sure would be nice to see all of it in a nice table format.
What I would envision is a simple table showing the status of each frontend, similar to the Encoder status page, something like:
Frontend Status
Frontend: "mbe" is "idle"
Frontend: "mbr_sbe" is "playing" "Lost"
Frontend: "gbr_sbe" is "paused" "playing" "Wipeout"
Frontend: "mediaroom_sbe" is "idle"
Associated revisions
supplemental-web: Add menu item for frontend status.
The page takes a bit to load because it queries the frontends in real time, every time.
We need to add a please wait screen or some other dialog box in the future.
Also removed remyth from the menu because it's a dead product.
refs #973
History
Updated by jams over 10 years ago
- Target version set to 8.2
- Status changed from New to In Progress
- Assignee set to jams
Updated by jams over 10 years ago
- Status changed from In Progress to Closed
- Category set to Packages: Core
Menu item for frontend status is under utilities.
Table will only display frontends detected via upnp. That means the frontend must be powered on and accepting connections.