aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tvheadend/files/tvheadend.config
Commit message (Collapse)AuthorAge
* tvheadend: add noacl config option for serverAlexander Egorenkov2022-04-07
| | | | | | Add support for --noacl option to disable all access control checks. Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* tvheadend: bind to LAN IP by defaultMarius Dinu2022-02-23
| | | | | | | If config parameter is not set, tvheadend will bind to LAN IP address by default. Fixes issue #16500 without requiring user modifications to config file. It's also more secure if firewall becomes disabled. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* tvheadend: add new packageJan Čermák2015-07-06
Tvheadend is a TV streaming server and recorder for Linux. Legacy Makefile for tvheadend was used as a skeleton, but most of its parts were rewritten or updated later. Procd init script allows to set some configuration options (these are commented out in default Uci config for documentation purposes) and is written in a way that it puts only configuration that needs to be persistent to main memory. EPG database which is large and updated regularly is put to tmpfs (this can be disabled in config). Signed-off-by: Jan Čermák <jan.cermak@nic.cz>