Commit graph

2506 commits

Author SHA1 Message Date
Adam Sutton
07c5c8cc7a Fix silly NULL ptr bug. 2012-09-19 21:34:34 +01:00
Adam Sutton
b65a3a4ebd Ensure that recordings that never start are given a fault state. Fixes #1094. 2012-09-19 14:49:23 +01:00
Adam Sutton
9c85095f61 Ensure that primary EPG is DVB instance since we do not currently support others. Fixes #1210. 2012-09-19 13:29:54 +01:00
Adam Sutton
61a0d2aff2 Ensure 2.12 iptv config is migrated (note it does not delete old config). Fixes #1217. 2012-09-19 11:59:54 +01:00
Adam Sutton
b9e8945ddb Ensure satconf is copied when auto adding muxes. Fixes #1215. 2012-09-19 11:03:12 +01:00
Adam Sutton
5735cfd577 Remove episode number check, this was added during EPG updates and poorly thought through. Most DVR additions have been removed and DVR code will be updated next release. Fixes #1221 (Credit to schmoko for pointing this out). 2012-09-19 09:51:51 +01:00
Adam Sutton
01129191be Correct NULL ptr bug in DBS bandstack patch. 2012-09-19 09:49:49 +01:00
Norm Dressler
5e97efc8a5 Sidtochan option not showing on the front-end - this patch fixes that issue 2012-09-19 09:49:49 +01:00
xhaggi
5d7be10269 webui: 'Missing VLC plugin' panel reactivated + using ExtJS
elements instead of plain HTMLElements
2012-09-19 09:49:45 +01:00
John Törnblom
d16bedea3f encapsulate the vlc plugin with a panel. fixes vlc plugin after extjs3 upgrade 2012-09-18 17:51:13 +02:00
Adam Sutton
a6cb52a580 Correct glaring error in EPG object creation (for season/episode)! 2012-09-18 13:54:02 +01:00
Adam Sutton
a321a800bb Tidy up some logging. 2012-09-18 12:42:35 +01:00
John Klimek
285cf87671 Added support for DBS Bandstacked LNBFs 2012-09-17 20:54:08 +01:00
Adam Sutton
e4b800de1d Include upstart file in debian, rather than traditional init script. 2012-09-17 20:53:47 +01:00
xhaggi
50d10d062e webui: added new component ItemSelector to select default language(s) 2012-09-17 14:59:42 +01:00
Adam Sutton
734cf843e9 Correct mistake with processing season numbers in xmltv. 2012-09-17 14:13:20 +01:00
Adam Sutton
921f3813f1 Hack to get lovcombo working in extjs 3.4. 2012-09-17 12:50:24 +01:00
Adam Sutton
8fb625f6f5 Added the ability to map multiple EPG channels to the same TVH channel. Fixes #1163. Also fixed error in opentv which Fixes #1154. 2012-09-17 11:21:22 +01:00
Adam Sutton
c3fe6fae73 Correct stupid mistake in epg_broadcast_destroy that could lead to memory leak and possible corruption. Fixes #1223 and Fixes #1224. 2012-09-16 23:34:17 +01:00
Adam Sutton
c3d26b53ad Slight re-ordering of debug and destructors to be more correct. 2012-09-16 22:35:49 +01:00
Adam Sutton
30727940e7 Reverted all 64bit IDs in EPG back to 32bit (was excessive and incompatible with a lot of stuff). 2012-09-16 11:07:30 +01:00
Adam Sutton
3aaa83c271 Null ptr safety checks. 2012-09-16 10:48:10 +01:00
Adam Sutton
3cdef3fcba Fix memory leak in opentv. 2012-09-16 10:35:46 +01:00
Adam Sutton
65a53bb8f2 Forgot to properly copy new broadcast level text into recordings. 2012-09-15 11:11:22 +01:00
Adam Sutton
101755f11d Forgot to save/load descriptions at the broadcast level. 2012-09-14 23:23:08 +01:00
Adam Sutton
a0025cc7d8 Accidentally removed XMLTV description parsing. 2012-09-14 12:51:28 +01:00
Adam Sutton
1faabf7cd1 Make filebundling code work with gcc 4.5 and older. 2012-09-14 12:14:40 +01:00
Adam Sutton
86b1a3afc5 Ensure PyEPG does not appear in basic list unless its installed. 2012-09-14 12:02:39 +01:00
Adam Sutton
fbb96482ec Correct EPG TRACE debug statements. 2012-09-14 11:05:01 +01:00
xhaggi
3a92cc188b webui: Fixes #1220 - javascript error while selecting a tv adapater within configuration section. 2012-09-14 10:59:13 +01:00
Adam Sutton
9ed26c1a54 Make closing file descriptors (when idle) optional, it breaks some (i.e. my) cards. 2012-09-13 16:40:20 +01:00
Adam Sutton
99f1b8f7de Correct EIT status monitoring. 2012-09-13 14:24:02 +01:00
xhaggi
66d3e990d2 webui: upgrade to Ext JS 3.4.0 2012-09-13 12:28:27 +01:00
Richard Kunze
ee35bff867 Fix compile error on systems without loadavg() (e.g. uClibc) 2012-09-13 12:10:20 +01:00
Adam Sutton
b5263ac111 Stupid logic error I had previously fixed and obviously not committed. Fixes #1219. 2012-09-12 14:25:43 +01:00
Adam Sutton
bae7aaa7d6 Correct mistake in the Makefile (added during configure update) that causes high CPU load on some architectures due to missing optimisations. 2012-09-11 19:27:15 +01:00
Adam Sutton
e66556a6f3 Add a few special codes I had forgotten about (one is DVB specific and outside normal ISO spec). 2012-09-11 15:24:52 +01:00
Hernan R
0fe5d82df0 Added Argentina to the country list 2012-09-11 15:05:15 +01:00
Adam Sutton
09042fd20a Added a few extra lang code functions. 2012-09-11 15:04:22 +01:00
Adam Sutton
5e8d239a6a Some updates to the use of lang codes inside TVH. 2012-09-11 14:44:41 +01:00
xhaggi
2c8b10393c service: translate stream language code to iso-639-2/b 2012-09-11 14:44:41 +01:00
Adam Sutton
255da95dbb Include XMLTV channel name in EPG source selection. Fixes #1164. 2012-09-11 14:24:12 +01:00
Adam Sutton
45ca377747 Ensure that EIT scanning will not block after first pass, will only update as required and will continue to operate if someone stays tuned to the mux. 2012-09-11 14:24:12 +01:00
Adam Sutton
692349682d Added support for processing default authority (CRID) and modded table code to have a full PID x11 callback. Hooked into existing usage in EIT code. 2012-09-11 14:24:12 +01:00
Adam Sutton
d7eaac92dc Clean up the UI for series link and related broadcasts. For now all related info is removed and "Record Series" is change to "Autorec" if no series link is available. 2012-09-11 14:24:11 +01:00
Adam Sutton
c54734125a Replace existing series recording with simpler version for now. Fixes #1208, Fixes #1201 and Fixes #1176. 2012-09-11 14:23:57 +01:00
Adam Sutton
13bab26a1e Update the EPG code to include text at broadcast level, removing title/desc hashing for URI and add a broadcast level linkage mechanism (series link, which shoudl be more like a standard STB). Fixes #1108. 2012-09-11 14:23:57 +01:00
Adam Sutton
ece441fd7a Fix parsing of dd_progid SH records. Fixes #1189. Fixes #1216. 2012-09-11 14:23:49 +01:00
Adam Sutton
ea99a318d1 DEBUG: extra func in hexdump. 2012-09-10 20:54:53 +01:00
Adam Sutton
00fa2f44ee Add some additional support to configure.inc added for new feature check in configure that has now been abandoned. 2012-09-06 15:35:33 +01:00