Commit graph

2776 commits

Author SHA1 Message Date
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
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
Joakim Plate
f980a3abe3 tcp: socket writes get interrupted so must be retried 2012-12-29 20:37:30 +01:00
Joakim Plate
19fb12798b filebundle: fb_read must return real len in FB_DIRECT mode 2012-12-29 20:34:11 +01:00
Joakim Plate
426117f006 filebundle: always open files as binary
If files have wrong file endings the stated lenghts
won't match total data read from file.
2012-12-29 20:32:59 +01:00
Dimitris Kazakos
a2cec97432 add greek language to language codes list 2012-12-27 20:12:28 +02:00
Adam Sutton
d23f60b031 Issue #1459 - fix removal of all autorec recordings on startup
There were 2 issues here:
- recent changes meant that recordings were purged on every startup
- long standing issue meant complete recordings were removed on
  removal of an autorec rule (which I don't think was intended).
2012-12-27 00:48:14 +00:00
KillerOPS
a822ed13b7 webui: add initial support for nStreamPlayer on Samsung SmartTv's 2012-12-26 12:26:15 +02:00
Lars Op den Kamp
616dcda277 fixed - don't mark unscrambled streams with TSS_NO_DESCRAMBLER 2012-12-23 19:09:25 +01:00
Adam Sutton
dd379084c0 Fix #1427 - webui: Added reverse proxy support.
This includes a next webroot command line argument (using -W) and
some minor mods to the core HTTP/WebUI code to support this. Most
of the mods are pretty trivial and hopefully nothing will break
too badly.
2012-12-20 21:38:20 +00:00
Adam Sutton
b624851dde Issue #1446 - fix --disable-linuxdvb. 2012-12-19 22:30:16 +00:00
Adam Sutton
d9dae65bbb Issue #1446 - fix --disable-cwc checks. 2012-12-19 22:30:16 +00:00
Adam Sutton
496808bbd4 webui: add some processing of capabilities for dynamic tab inclusion. 2012-12-19 22:30:16 +00:00
Adam Sutton
99b69cb860 Add new capabilities field to determine what optional features are included. 2012-12-19 22:29:17 +00:00
Adam Sutton
87f6f58215 Issue #1403 - ensure adapter config is properly loaded. 2012-12-19 20:46:35 +00:00
Adam Sutton
b1d20d3255 Issue #1458 - fix unint variable. 2012-12-19 20:04:56 +00:00
Adam Sutton
a420c83a0e Issue #1454 - correct stupid typo when changing code layout in filebundle. 2012-12-14 09:37:29 +00:00
Adam Sutton
7d97d1f648 Issue #1454 - init strtok_r() state ptrs, older gcc whinges. 2012-12-13 21:29:22 +00:00
Jaroslav Kysela
4419dde14b Issue #1453 - Fix autorec init issue (duplicate entries)
With previous init change, the scheduled events may be duplicated. Split
the dvr_autorec_init() to two phases:

1) load the autorec list
2) update the scheduled events after dvr db is initialized
2012-12-13 21:10:55 +00:00
Adam Sutton
86fac417c2 Issue #1454 - Remove usage of non re-entrant strtok()
Thanks to Jaroslav Kysela <perex@perex.cz> for providing the initial fix.
2012-12-13 20:57:09 +00:00
Adam Sutton
3a54bc7f16 dvr: ensure scheduled recordings are linked to autorec rule. 2012-12-09 22:48:12 +00:00
Adam Sutton
d651666a50 Merge remote-tracking branch 'origin/pr/184' 2012-12-06 20:10:41 +00:00
Adam Sutton
5da648f447 Fix mistake in CXD2820R check. 2012-12-06 19:48:00 +00:00
Kristofer Karlsson
663e1d618d Differentiate recordings by icon 2012-12-06 20:30:23 +01:00