Adam Sutton
a0a7539a73
Fix #1444 - dvr: ensure that DVR entries are not removed when EPG is updated
...
previously an overlapping (replacement) event could result in the DVR
entry being completely removed. This will now ensure that the original
entry is left in place (with just info and times).
It will also try and re-match with an EPG entry as and when it can.
2013-03-08 21:23:44 +00:00
Adam Sutton
1508fd6166
serviceprobe: add NULL ptr check on dvb mux to be safe
2013-03-08 17:15:39 +00:00
Jaroslav Kysela
033495993e
cwc: cryptoworks - remove double malloc in the emm code
2013-03-08 10:56:09 +00:00
Adam Sutton
81c48b1de1
Merge remote-tracking branch 'origin/pr/152'
2013-03-08 10:49:26 +00:00
Adam Sutton
595c3b8574
epgdb: some simplifications and corrections to the epg periodic save
...
saving is now done from the gtimer system since a global lock is
required to be able to edit the EPG data.
I've also added missing global lock processing elsewhere.
2013-03-08 10:45:00 +00:00
Adam Sutton
ed7d8724d7
Merge remote-tracking branch 'origin/pr/258'
2013-03-08 10:44:54 +00:00
Adam Sutton
666e5959e7
Merge remote-tracking branch 'origin/pr/257'
2013-03-08 10:44:52 +00:00
John Törnblom
288edf74fd
xmltv: fixed parsing of star-rating
2013-03-08 10:05:03 +01:00
John Törnblom
62a1a6d3c2
insert chapters when packets are marked as containing commercials
2013-03-08 10:00:58 +01:00
Andrew C. Martin
f5ecd443f4
use http for cloning dtv-scan-tables git repo
...
- this allows ./configure to not hang when ran behind a firewall
2013-03-07 20:45:01 -07:00
Andrew C. Martin
079c006f1f
error check argument passed into epgdump
2013-03-07 20:45:01 -07:00
Andrew C. Martin
9b385a78c5
allow build path spaces in support scripts
...
- allow build path spaces in configure & support scripts
- use the same die function for all scripts
2013-03-07 20:44:55 -07:00
andyb2000
4b7ffc058f
Changed gui parameter to take a numeric value which is the
...
number of hours to write data to disk
2013-03-07 21:35:15 +00:00
Adam Sutton
404316f08f
timeshift: add return to live function to HTSP
2013-03-07 16:42:59 +00:00
andyb2000
3752158b92
Added checkbox to the epggrab dialog to enable 8Hr flush
...
to disk EPG data on user request via thread
2013-03-07 15:27:29 +00:00
Adam Sutton
f339c08c49
time: hide some debug messages to limit spamming logs
2013-03-07 15:17:09 +00:00
Adam Sutton
c862269c62
timeshift: minor mod to htsp to flush output buffer on skip
2013-03-07 15:10:37 +00:00
Dave Chapman
5d8af1a209
Swap the order of the PAT and PMT packets injected by the passthrough muxer - it is more logical to write the PAT first, followed by the PMT, as that is the order parsers will need to process the packets.
2013-03-07 14:53:20 +00:00
andyb2000
9b877c9003
Add /epgsave to the webui so you can trigger a write of the epgdb
...
to disk to help debugging, etc
2013-03-07 10:12:41 +00:00
andyb2000
8925083ea7
Add flush command to simplewebui to trigger a write to disk of the epgdb
2013-03-06 21:17:28 +00:00
andyb2000
8b8868e5ff
Adding initial code for periodic saving of epgdb to disk
2013-03-06 21:12:42 +00:00
Dave Chapman
4724e01d13
Remove unused files iptv_output.[ch] and tsmux.[ch] and related code
2013-02-28 12:38:23 +00:00
Adam Sutton
229a8d75d8
timeshift: fix bug that can cause failure when seeking hits start of file
...
this resulted in a failed read that terminated the timeshift buffer.
2013-02-22 11:11:10 +00:00
Adam Sutton
c54c91becd
Merge remote-tracking branch 'origin/pr/254'
2013-02-22 09:53:31 +00:00
Andrew C. Martin
7764b5618e
documentation updates
...
- fix typos/misspellings in documentation
- fix broken link on how to build Tvheadend
- standardize on most commonly used capitalization of "Tvheadend"
- update copyright year to 2013
- break up the handful of run-on lines
2013-02-21 21:23:43 -07:00
Adam Sutton
231e7b5fab
build: fix mistakes in previous build system updates
2013-02-21 21:33:02 +00:00
John Smith
6b94edbaa2
dvb: fix bug causing failures in service discovery using SDT
2013-02-21 16:22:21 +00:00
Adam Sutton
ea37cc3aba
Merge remote-tracking branch 'origin/pr/251'
2013-02-21 16:00:43 +00:00
Adam Sutton
290dcb8643
Merge remote-tracking branch 'origin/pr/247'
...
Conflicts:
man/tvheadend.1
2013-02-21 15:52:06 +00:00
Adam Sutton
c5f4725b2b
Merge remote-tracking branch 'origin/pr/246'
2013-02-21 15:35:14 +00:00
Adam Sutton
e270f38da7
Merge remote-tracking branch 'origin/pr/245'
2013-02-21 15:34:41 +00:00
Adam Sutton
f44baad54c
ui: fix previous mod that broken channel configuration editing
...
I made the change so that /channels returned the imagecache icon
while I was testing some other UI code. Unfortunately that breaks
channel editing. So I've added a second (possibly confusingly named)
field.
2013-02-21 14:33:32 +00:00
Adam Sutton
0fab063340
build: update build system to fix some odd use cases
2013-02-21 11:58:48 +00:00
xhaggi
14a470efd1
cwc: cleanups and better debug logging
2013-02-21 12:55:28 +01:00
xhaggi
667e1c2bad
cwc: reset prefcapid if service can't be descrambled
2013-02-21 01:12:43 +01:00
xhaggi
b77c68e6e8
cwc: fixed problem with changed CA pids by provider and prefered CA pid
2013-02-20 16:26:39 +01:00
Adam Sutton
92d0450cca
imagecache: fix problem with imagecaching in the UI display
2013-02-20 11:55:13 +00:00
Adam Sutton
06f83663c1
timeshift: fix NULL ptr issue
2013-02-20 11:18:30 +00:00
Archie L. Cobbs
a3fdc6f120
Allow binding address to be specified via --bindaddr flag.
2013-02-16 16:01:34 -06:00
Archie L. Cobbs
84c3cbafeb
Add missing command line options to the man page.
2013-02-16 15:01:03 -06:00
Adam Sutton
dace377855
Issue #1622 - timeshift: remove post double list removal
2013-02-16 19:31:24 +00:00
Stefan Saraev
6aeeb4a4b6
capmt: fix crash while trying to open iptv channel with capmt enabled
2013-02-16 16:06:36 +02:00
Adam Sutton
c338802902
Fix #1605 - timeshift: correct mistake in file refcounting.
2013-02-15 16:39:27 +00:00
Adam Sutton
205dda1b05
support: update getmuxlist to work with launchpad.
2013-02-15 14:14:45 +00:00
Adam Sutton
a1efa161f1
bump version number for next dev cycle
2013-02-15 13:41:26 +00:00
Adam Sutton
7088c9c029
webui: break configuration into multiple super tabs
...
This is done to limit the total number of tabs on one row which is
leading to problems on smaller displays. I also think its more
logical.
2013-02-15 12:34:22 +00:00
Adam Sutton
3a5c84af10
comsetics: some updates to --help output.
...
Changes are based on suggestions from Vuolter <vuolter@gmail.com>
2013-02-15 11:29:00 +00:00
Adam Sutton
6cbf00e9f5
atomic: fix previous merge mistake
2013-02-15 11:24:04 +00:00
Vuolter
ec8a0dfd1e
Cosmetics: epg genre
2013-02-15 11:21:12 +00:00
Adam Sutton
c223d223bd
Merge remote-tracking branch 'origin/pr/242'
2013-02-15 11:16:56 +00:00