homepage/docs/widgets/services/tvheadend.md
2024-12-09 05:33:39 +00:00

498 B

title description
Tvheadend Tvheadend Widget Configuration

Shows the status of the DVR feature (upcoming, finished, failed recordings) as well as a slist of active subscriptions.

Learn more about Tvheadend.

Allowed fields: ["upcoming", "finished", "failed"].

Uses basic auth to connect to tvheadend API

widget:
  type: tvheadend
  url: http://tvheadend.host.or.ip
  username: user
  password: pass
  fields: ["upcoming", "finished", "failed"]