Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
![]() In some situations (I suspend my main pvr machine, and use a script to wake it up before recordings, this means I stop and start tvheadend multiple times a day), tvheadend starts parsing EPG-data agains AutoRec rules before previously scheduled recordings are loaded from disk. Since the check for duplicate recordings is not present in the code that loads previously scheduled recordings from disk, it would mean that when an autorec-rule was triggered, this would result in duplicate scheduled recordings. By first restoring previously scheduled recordings from disk and then loading the AutoRec rules, this situation can not happen anymore... |
||
---|---|---|
contrib/redhat | ||
debian | ||
docs | ||
man | ||
src | ||
support | ||
.gitignore | ||
ChangeLog | ||
configure | ||
LICENSE | ||
Makefile | ||
README |
Tvheadend TV streaming server ============================= (c) 2006 - 2010 Andreas Öman, et al. How to build for Linux ====================== First you need to configure: $ ./configure If any dependencies are missing the configure script will complain. You then have the option to disable that particular module/subsystem. $ make Build the binary, after build the binary resides in 'build.Linux/'. Thus, to start it, just type: $ build.Linux/tvheadend Settings are stored in $HOME/.hts/tvheadend For more information and latest versions, please visit: http://www.lonelycoder.com/hts/