]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
ui: Add alternative/similar broadcast buttons, fixes #5335, #5336
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Tue, 20 Nov 2018 17:24:37 +0000 (17:24 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 25 Nov 2018 19:54:29 +0000 (20:54 +0100)
commit04cd487bb851abb920483b3135b51e6bd002f070
tree5278d6deb2929747d6b01e6edc61aeb3ddc27096
parent0df43b15cc72091301a4293823cb04b19033beae
ui: Add alternative/similar broadcast buttons, fixes #5335, #5336

Add two buttons to EPG and DVR info dialogs, one to show related
broadcasts and one to show similar broadcasts. From this dialog,
you can then select an entry to record the episode.

Main changes are to return a sorted list from the api and
display this in live grid so we get comet updates.

Main api change is to share some epg config so it can be
used in the new dialog.

Issue: #5335, #5336.
Makefile.webui
src/access.h
src/api/api_epg.c
src/dvr/dvr_db.c
src/webui/static/app/dvr.js
src/webui/static/app/epg.js
src/webui/static/app/epgevent.js [new file with mode: 0644]
src/webui/static/app/ext.css
src/webui/static/app/tvheadend.js