Commit graph

2200 commits

Author SHA1 Message Date
Adam Sutton
73652e9377 Fix #1545 - ensure files only created as required in on-demand mode. 2013-01-18 14:20:10 +00:00
Adam Sutton
9deeeebfc2 dvb: fix disabling of bad muxes caused by dodgy hardware/firmware
because some tuners, mostly USB, can result in ioctl() failures due
to inability to communicate with driver and this was not properly
trapped muxes were being disabled.

Better solution is to reject bad muxes being entered in the first
place based on the tuning capability of the device. Ofc if the
tuner fails to report that correctly (probably) we'll still be
buggered.
2013-01-18 11:14:47 +00:00
Andreas Öman
fef5755fe7 dvbreorg WIP
Initial scan now works again

We have a new idnode system that can give an entity a UUID which then can
be looked up externally (webui, etc). Good when browsing stuff
The UUID is supposed to be persisted on on disk when saving enteties
2013-01-17 16:21:55 +01:00
Adam Sutton
a57eb8b193 epggrab: add some additional checks in the EIT code for empty strings. 2013-01-16 09:40:45 +00:00
Adam Sutton
17f8c9bb1c Merge remote-tracking branch 'origin/pr/227' 2013-01-16 09:37:46 +00:00
Andreas Öman
5d18ae613d Avoid reordering teletext streams multiple times...
...thus causing continious service restarts
This happens if multiple teletext descriptors point to the same page
2013-01-16 10:19:07 +01:00
BtbN
d5858b0b50 Fix assertion in reaper thread 2013-01-15 23:53:55 +01:00
Sergey Linnik
d9128b146d fix check of empty description
this is need because _eit_get_string_with_len function return length of
string with size-byte.
2013-01-16 02:10:55 +04:00
Adam Sutton
c1312e160a timeshift: fix silly logic error in assert() call. 2013-01-15 17:35:23 +00:00
Adam Sutton
8d2da9389d access: fix infinite loop bug in ipv6 check
Thanks to BtBN for spotting this (though it was his code!).
2013-01-15 17:28:51 +00:00
Adam Sutton
4dd787640f access: some minor cosmetics
ensure that the list/string order is not reversed each time you
save it (looks odd).
2013-01-15 16:49:19 +00:00
Adam Sutton
44932dd601 Merge remote-tracking branch 'origin/pr/226' 2013-01-15 16:29:51 +00:00
Adam Sutton
0400599d60 http: fix bug that causes tablemgr updates to hang
Also added additional updates based on comet data do multiple
clients would receive an update.
2013-01-15 16:25:07 +00:00
BtbN
89c3271368 Convert prefix to a , seperated list of multiple prefixes 2013-01-15 16:33:21 +01:00
BtbN
3b758e5ce7 Add commandline option to switch on IPv6 support 2013-01-15 16:33:21 +01:00
Adam Sutton
815fb013ae timeshift: forgot to include subscriptionId in timeshiftStatus msg. 2013-01-15 12:22:31 +00:00
Adam Sutton
54a51a49d1 Merge remote-tracking branch 'origin/pr/225' 2013-01-15 11:23:57 +00:00
Adam Sutton
a3ff11f782 timeshift: add periodic status message indicating buffer state etc. 2013-01-15 11:23:46 +00:00
BtbN
8ba3bbdc58 Make access system ipv6 aware 2013-01-15 07:01:12 +01:00
BtbN
0a4f32bfba Make htsp_server and webui IPv6 ready 2013-01-15 06:09:33 +01:00
BtbN
b08a3c40d7 Make http server IPv6 ready 2013-01-15 03:05:21 +01:00
BtbN
abd5487cc7 Make tcp code use sockaddr_storage instead of sockaddr_in 2013-01-15 02:41:16 +01:00
BtbN
294b8d92c2 Make tcp_server_create IPv6 aware 2013-01-15 02:18:13 +01:00
BtbN
71b09488a1 .c files are not executable 2013-01-15 00:58:12 +01:00
Adam Sutton
aff8b05c28 timeshift: include support for total buffer size. 2013-01-14 22:37:57 +00:00
Jason Millard
2a2f1bd03f Add 'satellite config' column to Configuration -> TV Adapters -> Services table. Fixed preffered spelling typo 2013-01-14 17:02:19 -05:00
Adam Sutton
c463b7d7ba timeshift: change buffer file period to limit number of files. 2013-01-14 22:00:34 +00:00
Adam Sutton
29abf2f783 timeshift: Add processing of the SMT_START index 2013-01-14 16:44:26 +00:00
Adam Sutton
c872a3311e timeshift: fix bug in relative seeking from live. 2013-01-14 16:34:37 +00:00
Denis Pellizzon
1820b61a57 Fix #1504 - Set IE8 compatibility mode to fix extjs IE9 issues.
Also add missing <head> tag.
2013-01-14 13:39:40 +00:00
Adam Sutton
6077ac3fbe timeshift: fix some sob/eob problems. 2013-01-14 13:18:52 +00:00
Adam Sutton
eb6b33922e timeshift: add abs seek and proper 90kHz/1MHz conversions. 2013-01-14 13:18:46 +00:00
Adam Sutton
54e7e2ce5e Merge remote-tracking branch 'origin/pr/221' 2013-01-13 22:27:21 +00:00
Adam Sutton
07ce993b9c Merge remote-tracking branch 'origin/pr/224' 2013-01-13 22:22:54 +00:00
Adam Sutton
a2fab105a1 Fix #1529 - webUI should show timeshift periods as minutes. 2013-01-13 22:19:52 +00:00
Sergey Linnik
bd9a52fc52 add saving prevcaid to service config 2013-01-13 12:46:31 +04:00
oneadvent
cb7a879d6a adding help file for timeshift tab (under configure) 2013-01-12 18:36:16 -06:00
Adam Sutton
b66edd471d timeshift: fix printing error. 2013-01-12 13:32:16 +00:00
Adam Sutton
87a79003a9 timeshift: fix start of buffer bug and add some useful debug. 2013-01-12 13:26:47 +00:00
BtbN
9300506e4f Add a new button to service list which auto-mapps channels by service-name 2013-01-11 23:14:49 +01:00
Adam Sutton
bb51160721 dvb: ignore disabled adapters when finding EPG services. 2013-01-11 13:30:29 +00:00
Adam Sutton
622531e385 eit: fix a bug in EIT extended descriptor parsing. 2013-01-11 12:26:30 +00:00
Adam Sutton
b8a1efa00a Merge remote-tracking branch 'origin/pr/219' 2013-01-11 11:47:58 +00:00
Adam Sutton
979c9d5c7e Fix #1493 - timeshift: fix deadlock issue if streaming fails to start. 2013-01-11 11:35:41 +00:00
Adam Sutton
7f54c1c0e4 timeshift: ensure that timeshift_enabled flag is properly honoured. 2013-01-11 11:13:29 +00:00
Adam Sutton
accc01db56 Fix #1083 - add inotify monitoring of recordings.
Should a recording be moved (within same dir) the DVR DB will be
updated.

Should it be moved (out of directory) or deleted entirely, it will
simply be marked as missing.

The parent directories are also monitored should they be moved
or deleted.
2013-01-11 11:13:29 +00:00
Adam Sutton
efee88c8a2 dvr: report error if a recordings file is missing. 2013-01-11 11:13:29 +00:00
Sergey Linnik
d31afe099e fix processing big non english eit packets
increase size of buffers for localized strings because in utf-8 they may
be bigger than 256 bytes
2013-01-11 01:34:11 +04:00
Dave Chapman
60371b07f8 Second attempt at protecting TRANSMISSION_MODE_4K from users with old versions of the DVB API. We just assume that it was introduced with the current API (5.3) as it is very unlikely anyone will actually come across such a broadcast. 2013-01-10 21:08:10 +00:00
Dave Chapman
ad2a737a11 Fix typo - ENABLE_ defines need to be tested with #if. Thanks to Glandos for spotting. 2013-01-10 20:59:14 +00:00