]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
dvr: Allow selecting (xmltv) category in autorec. (#4665)
authorazlm8t <31170571+azlm8t@users.noreply.github.com>
Fri, 22 Sep 2017 00:09:20 +0000 (01:09 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 16 Oct 2017 16:11:08 +0000 (18:11 +0200)
commita4ce14b898a5ddedf3d03141e7dfc1d28d245cae
tree59c593d3291b2c0d3871361be7666e408f423e2f
parentcaf1cad94215a14c904a2b4d29afcdd7bac4f161
dvr: Allow selecting (xmltv) category in autorec. (#4665)

The xmltv import supports categories such as "movie",
"animated", "biography", so allow autorec to record via these
categories.

We do this by providing three drop-down selectors in the
advanced settings of the autorec. This allows the user
to easily discover the categories available whilst
providing enough capability for reasonably advanced
recordings when coupled with the existing fulltext search.

Issue: #4665
src/api/api_channel.c
src/dvr/dvr.h
src/dvr/dvr_autorec.c
src/epg.h
src/string_list.c
src/string_list.h
src/webui/static/app/dvr.js