Commit graph

2798 commits

Author SHA1 Message Date
Adam Sutton
a4080568b4 Merge remote-tracking branch 'origin/pr/207' 2013-01-07 11:36:15 +00:00
John Törnblom
c6556d9c2e dvr: record the first commercial tagged packet, incase the detection was to early 2013-01-07 11:55:37 +01:00
John Törnblom
bc9305ec13 Only do commercial detection (teletext rundown) on swedish TV4 and TV4 HD. TV4 Guld carry the same teletext pages but thier programming differ. 2013-01-07 11:49:37 +01:00
John Törnblom
d9b2a2cdbd cosmetics: removed dead code 2013-01-07 11:49:37 +01:00
John Törnblom
39a74172ad detect commercials on swedish TV4 and skip them while recording 2013-01-07 11:49:37 +01:00
John Törnblom
757a06b7d8 improved/fixed the calculation of the htsp buffer delay 2013-01-07 11:49:37 +01:00
Sergey Linnik
16c7e55350 add verimatrix to list of known caid names 2013-01-07 01:34:23 +04:00
Adam Sutton
cb83243681 support: minor tweak to version script. 2013-01-06 20:47:26 +00:00
Adam Sutton
7c85cc1014 muxers: re-org to clean up dirs. 2013-01-06 20:29:47 +00:00
Denis Pellizzon
196780df42 Fix #1497 - Added error checking if 'git describe --dirty' is not supported by the host. 2013-01-06 20:28:44 +00:00
Adam Sutton
5f116646eb Merge remote-tracking branch 'origin/pr/205' 2013-01-06 20:26:41 +00:00
John Törnblom
55925e7714 dvr: rearrange the pipes so that globalheaders gets the packets before tsfix (and the start time filter). 2013-01-06 18:56:39 +01:00
John Törnblom
ca68f94304 mkv: make sure the first cluster timecode is 'close to zero'.
when recording to disk, the subscription is started ~30s before the
scheduled event actually starts. This causes the pts time stamps to have an
offset of about 30s. This patch moves the start time filter condition
from the end of the pipeline to be a configurable property of the tsfix pipe.
2013-01-06 18:49:40 +01:00
Mariusz Bialonczyk
4e6f020f4d Update documentation resource (capmt) 2013-01-06 11:19:49 +01:00
Adam Sutton
0b7ac3ff01 http: fixed mistake since I changed webroot variable. 2013-01-05 20:15:46 +00:00
Adam Sutton
c13eb6e607 htsp: provide webroot in htsp hello message. 2013-01-05 20:01:42 +00:00
Adam Sutton
4c681bd70e support: some minor updates to python lib and htspmon. 2013-01-05 19:12:09 +00:00
Adam Sutton
9e854347fa Minor addition to the way the server capabilities are checked. 2013-01-05 15:36:33 +00:00
Adam Sutton
4b71809d54 imagecache: another silly mistake in timer periods. 2013-01-05 12:58:12 +00:00
Mariusz Bialonczyk
f372e46ec3 capmt: don't start when disabled 2013-01-04 09:09:26 +01:00
Adam Sutton
9247faa7af Merge remote-tracking branch 'origin/pr/204' 2013-01-03 19:37:53 +00:00
Adam Sutton
a454305b33 htsp: bump version to 8
New imagecache URLs will break XBMCs pvr.hts which already reports v7.
2013-01-03 19:36:24 +00:00
Adam Sutton
8de4efe6e5 imagecache: fix re-fetch period mistake. 2013-01-03 19:36:24 +00:00
Adam Sutton
f7f1051eaa htsp: make DVR file open compatible with webui URLs. 2013-01-03 19:36:24 +00:00
Adam Sutton
fe5fd68883 imagecache: fix mistake in imagecache address checking.
This will still may not work if the server is behind a proxy, as this
could lead to the wrong IP being detected.

For clients with HTSPv7 support they will only get the /imagecache/ID
part of the URL and will have to add the rest.

Note: there will be a number of clients that may report v7 support
but not be fully compliant due to the release schedules etc... users
in this position will not be able to use the image caching.
2013-01-03 19:36:23 +00:00
Dave Chapman
c066cf431a Fix javascript error (typo) spotted by andyb2000 2013-01-03 16:21:58 +00:00
Dave Chapman
c9088eb739 Add support for the DVB terrestrial delivery descriptor (i.e. auto-detection of DVB-T muxes). Note that DVB-T2 is a different descriptor and not included in this commit. 2013-01-02 17:33:44 +00:00
Adam Sutton
93fe784960 [PR-174] - Replaced user submitted icon cache with more generic image cache.
This allows file:// paths to be specified for channel icons even if image
cache support is disabled.

The image cache functionality is compile time optional (for those without
curl support) and also run-time configurable for those that don't want it.

All images, including EPG ones should be cached.
2013-01-01 09:30:28 +00:00
andyb2000
acdc094fe7 [PR-174] - Icon caching support to reduce overhead on upstream providers. 2013-01-01 09:30:28 +00:00
Adam Sutton
2b0e495b7b webui: simplification of the tvheadend_webroot processing. 2013-01-01 09:30:28 +00:00
Adam Sutton
2488fe70b3 Merge remote-tracking branch 'origin/pr/201' 2013-01-01 09:28:37 +00:00
Adam Sutton
cbb57582f5 Merge remote-tracking branch 'origin/pr/200' 2013-01-01 09:28:35 +00:00
Adam Sutton
44f4c0552b Merge remote-tracking branch 'origin/pr/199' 2013-01-01 09:28:33 +00:00
Adam Sutton
54ceb4ef00 Replace all use of write() with tvh_write().
tvh_write() will deal with incomplete/interrupted writes and will ensure
the write operation is completed unless a fatal error occurs.
2012-12-31 21:21:45 +00:00
Adam Sutton
993c2decb3 formatting: fix some indentation and remove deprecated function. 2012-12-31 20:42:21 +00:00
Kristofer Karlsson
ecc43232cc Remove autodestructor 2012-12-31 21:41:05 +01:00
Kristofer Karlsson
bb4ac298dd Reduce code duplication 2012-12-31 21:40:32 +01:00
Kristofer Karlsson
c341b12f90 Fix memory leak on add channel 2012-12-31 21:38:44 +01:00
Jason Millard
d4be257b80 Added encryption column to configuration->TV Adapters->Services. Added additional caidnametab entry. 2012-12-30 19:11:25 -05:00
John Törnblom
b42cbe593c make use of tvh_write wrapper in passthrough muxer 2012-12-30 21:53:18 +01:00
John Törnblom
c98d8626b1 changed the tvh_write() wrapper take const pointer as agument 2012-12-30 20:52:55 +01:00
Adam Sutton
c43e59f9eb Merge remote-tracking branch 'origin/pr/186' 2012-12-30 12:23:54 +00:00
Adam Sutton
aa838c6c05 Merge remote-tracking branch 'origin/pr/188' 2012-12-30 12:23:24 +00:00
Adam Sutton
5d72981143 Merge remote-tracking branch 'origin/pr/196' 2012-12-30 12:22:53 +00:00
Adam Sutton
43d8415bec Merge remote-tracking branch 'origin/pr/195' 2012-12-30 12:22:52 +00:00
Adam Sutton
4e9e3338ea Merge remote-tracking branch 'origin/pr/189' 2012-12-30 12:22:50 +00:00
Adam Sutton
051e404da5 [PR-194] - tidy up code, create a generic write wrapper to simplify code.
Fix #1177
2012-12-30 12:17:34 +00:00
Adam Sutton
16db6f132f support: ensure git tree properly cleaned. 2012-12-30 12:12:24 +00:00
Jacek Tomasiak
0dcbb359a5 added separator before 'onscreen' style of episode number 2012-12-29 23:46:19 +01:00
Jacek Tomasiak
1418041e14 fixed content type translation 2012-12-29 23:36:42 +01:00