]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
xmltv: Allow sending basic xmltv format, fixes #5630
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Wed, 1 May 2019 11:37:32 +0000 (12:37 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 15 Oct 2019 07:04:12 +0000 (09:04 +0200)
commitdca55a1d393686c9ab1619f3c2e891685d40d428
treeabd722c81ab6f7b79edbda237a1db0466194a44e
parentdd2eddadcf0206094fd7b2ebf77f088026298a72
xmltv: Allow sending basic xmltv format, fixes #5630

Some devices have very limited memory and can not handle our full
xmltv output. For example, a current make of TV requires the xmltv
should be less than 5MB and only parses titles, not descriptions.

So we now add an enum to the user access so the user can specify
a different format.

Basic format gives you a limited xmltv document.

Basic (no hash) gives you the limited xmltv document but avoids
using hashes for channel ids and uses the name instead since some
(broken) TVs require this.
docs/property/xmltv_output_format.md [new file with mode: 0644]
src/access.c
src/access.h
src/webui/static/app/acleditor.js
src/webui/xmltv.c