]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
HTSP: Expose is_new flag in EPG event data
authorJames Hutchinson <jahutchinson99@googlemail.com>
Wed, 4 Jun 2025 10:46:01 +0000 (11:46 +0100)
committerFlole <Flole998@users.noreply.github.com>
Wed, 4 Jun 2025 17:55:07 +0000 (19:55 +0200)
commit808a87a6aa6eeabd4be3a024e4eea023aaf00cf6
tree0fa8429db6b9f69113fa424afa7e6c5b99d08736
parent0f74b0ab0a3b96d87da04d9c778142ecfb370a1d
HTSP: Expose is_new flag in EPG event data

This commit adds the is_new flag to the EPG event data sent to HTSP clients.
By including this property, clients such as Kodi (with the pvr.hts addon)
can now detect whether a broadcast is marked as new and set corresponding
flags (e.g. EPG_TAG_FLAG_IS_NEW in Kodi).

This enhances the metadata available to clients and supports improved EPG
event handling and display.

A corresponding pull request will also be submitted to the pvr.hts project
to make use of this flag when obtaining EPG event guide data from Tvheadend.
src/htsp_server.c