Commit graph

906 commits

Author SHA1 Message Date
Andreas Öman
f2538a4c46 Skip DVB tables where current_next_indicator == next 2009-07-04 07:45:57 +00:00
Andreas Öman
4fe065a6d6 More changelog entries 2009-07-04 06:49:53 +00:00
Andreas Öman
0c047c38b9 * Remove configuration and settings (/home/hts/.hts/tvheadend) on a
deb package purge operation. Ticket #73
2009-07-04 06:45:52 +00:00
Andreas Öman
2d594cd0c9 * Use a ''livegrid'' (http://www.ext-livegrid.com/) for displaying EPG. 2009-07-04 06:32:11 +00:00
Andreas Öman
47f66d50c3 Mention ticket #69 2009-07-04 06:31:24 +00:00
Andreas Öman
bfeeb3392c Use Math.floor() instead of parseInt(). Should fix ugly errors in EPG
ticket #69
2009-07-04 05:28:01 +00:00
Andreas Öman
5ba7e80e53 Remove a stray console.log() 2009-07-03 20:41:52 +00:00
Andreas Öman
819f832a1c * Redesigned the DVB configuration tab in the web userinterface:
- Each adapter have three (or four) tabs
      o General setup and information
      o Grid of multiplexes
      o Grid of services
      o For sattelite adapters, a sattelite configuration tab.

  * Add support for disabling / enabling an entire DVB multiplex

  * Add support for multiple DiSEqC switchports on a single adapter

  * Add support for different sattelite LNBs

  * Graceful handling of DVB adapters that does not support many
    table filters in hardware. Tvheadend will rotate among the available
    ones.

  * Add support for enabling / disabling transports from the DVB configuration

  * Make it possible to remove DVB multiplexes from the web ui

  * Add 'Revert changes' button to all editable grids in the web ui

  * Make it possible to disable the idle scan on per-DVB adapter basis.
    The idle scan is a process to cycles through all multiplex to check
    the quality for each mux continously.
2009-07-03 20:24:00 +00:00
Andreas Öman
2fdcebb22b Use striped rows in common grid editor 2009-06-30 21:55:35 +00:00
Andreas Öman
4ebf04bb55 Hide sensitive fields in CW client config editor grid. 2009-06-29 15:23:47 +00:00
Andreas Öman
d087534458 Hide passwords in access control grid view.
fixes ticket #75
2009-06-28 21:57:40 +00:00
Andreas Öman
429871ebe9 Remove debug log 2009-06-27 06:22:05 +00:00
Andreas Öman
10dd3acee6 Disable 'delete' button if no rows are selected 2009-06-27 05:56:28 +00:00
Andreas Öman
b1b0374589 Always subscribe to the PMT to be able to catch changes, etc. 2009-06-22 21:23:11 +00:00
Andreas Öman
91ebc7cf40 If we are unable to create a demultiplex filter in hardware for a table,
put the table on a pending queue and cycle through all tables.

Fixes problems with low-end adapters that does not support that many
filter in hardware.
2009-06-22 21:18:09 +00:00
Andreas Öman
55d5cc5aea Figure out if we need to re-save a transport configuration instead of relying on ''if we've seen it once, it can not change'' 2009-06-22 19:51:10 +00:00
Andreas Öman
5ba86ffa59 Fix some incorrect logging levels 2009-06-21 20:31:09 +00:00
Andreas Öman
0fc66773e0 Initial stab of a 'raw MPEG TS' input.
This allows Tvheadend to read a raw ts stream and act as if it's a live feed.

Great for debugging.
2009-06-21 20:30:04 +00:00
Andreas Öman
c505da967f Revive the simple web ui.
ticket #70
2009-06-21 20:23:53 +00:00
Andreas Öman
9fe1808895 Extend the internal DVR API a bit (for the simple web interface) 2009-06-21 20:22:10 +00:00
Andreas Öman
300f76f753 More noise if THT_DEBUG is set. 2009-06-16 19:03:13 +00:00
Andreas Öman
bfc5e80eb4 Add AAC stream type. 2009-06-16 19:02:53 +00:00
Andreas Öman
b7e1fdf164 CA descriptors can be sent in stream type loop as well. 2009-06-15 18:37:54 +00:00
Andreas Öman
b24ac962ee tht_networkname() can return NULL. Avoid crashing. 2009-06-13 11:05:52 +00:00
Andreas Öman
b09164dc6c Proper NULL checks on xc_displayname 2009-06-10 11:03:02 +00:00
Andreas Öman
2739e0ff93 Add better support for parsing TS CAT 2009-06-10 06:11:14 +00:00
Andreas Öman
6ba20772ae Fix memory leak (startup only) 2009-06-10 06:09:55 +00:00
Andreas Öman
566446d77e Fix a memory leak (Startup only) 2009-06-10 05:54:48 +00:00
Andreas Öman
98b95af3cd Fix a memory leak (Startup only) 2009-06-10 05:54:42 +00:00
Andreas Öman
3ca0acafac Update changelog date 2009-06-07 17:23:08 +00:00
Andreas Öman
88a6549782 Update changelog 2009-06-07 16:54:47 +00:00
Andreas Öman
adf6b1d04d Check returncodes of ioctl() when we read stats 2009-06-07 16:17:57 +00:00
Andreas Öman
4234be8c00 Search for XMLTV grabbers in /usr/bin/perlbin/vendor (archlinux) 2009-06-07 11:34:39 +00:00
Andreas Öman
a7ec0e13c0 Use tvhlog() instead of fprintf(stderr, ...) for dvr storage warning. 2009-06-07 09:27:10 +00:00
Andreas Öman
c5ed7ec683 Add logging when a subscription is created / destroyed. 2009-06-07 09:25:31 +00:00
Andreas Öman
5d47f47104 Use htsp_logname (includes sourceaddress, username, client software) instead of just "htsp" when subscribing. 2009-06-07 09:25:17 +00:00
Andreas Öman
4fda091b22 Remove unused files 2009-06-07 09:14:28 +00:00
Andreas Öman
5eb750d7ba Make DVB FE logging DEBUGish 2009-06-07 09:10:08 +00:00
Andreas Öman
b8948fc488 Add DEBUGLOG() macro for debuglogging (will only output if tvheadend is started with '-d') 2009-06-07 09:06:37 +00:00
Andreas Öman
87f4c5e280 Scan for XMLTV grabbers in $PATH as well. 2009-06-07 08:45:48 +00:00
Andreas Öman
58a4eb0529 Remove some unused stuff 2009-06-05 06:06:39 +00:00
Andreas Öman
e500ae4c8d If we don't fork, print log output to stderr. 2009-06-04 20:40:18 +00:00
Andreas Öman
7feb92385c Avoid using syslog() in a few places (in favour of tvhlog()) 2009-06-04 20:22:34 +00:00
Andreas Öman
29b5eb838d Minor updates to changelog 2009-06-04 20:14:03 +00:00
Andreas Öman
78333f5c51 Remove dead code 2009-06-04 19:42:23 +00:00
Andreas Öman
c0ec865d54 Delete channel-bound autorecordings when a channel is destroyed. 2009-06-04 06:13:45 +00:00
Andreas Öman
ac0100c73d Add serviceprobe_delete()
Fixes ticket #60
2009-06-04 05:52:14 +00:00
Andreas Öman
da9e6d1fd6 Remove dead code 2009-06-04 05:49:31 +00:00
Andreas Öman
dfcba91cea Update changelog 2009-06-03 21:12:32 +00:00
Andreas Öman
ffd964a1bb HTSP is not really a showtime protocol. 2009-06-03 21:05:51 +00:00