[Feature Request] Mirakurun and EPGStation widget #6802
Unanswered
noriokun4649
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'd like to propose adding native widgets for Mirakurun and EPGStation.
These applications are commonly used together as a self-hosted DVR/PVR solution for Japanese digital TV and expose REST APIs that are well suited for Homepage widgets.
Why this would be useful
Homepage already supports many self-hosted media applications such as Plex, Jellyfin, Sonarr, and Radarr.
Mirakurun and EPGStation are widely used by self-hosters for TV recording, and native widgets would allow users to monitor their TV recording stack alongside the rest of their media services.
Existing implementation
I've already implemented both widgets in my own Homepage fork (Mirakurun / EPGStation) .
Current widgets display information such as:
Mirakurun:
EPGStation
If there is enough community interest, I'd be happy to open a pull request.
Other
Why not use the Custom API widget?
While most of this information can already be displayed using the existing Custom API widget, doing so requires multiple API requests and separate widget configurations to collect the different metrics. A dedicated widget can retrieve all relevant information in a single request, reducing API traffic while providing a simpler configuration and a cleaner user experience.
Beta Was this translation helpful? Give feedback.
All reactions