Commit graph

5016 commits

Author SHA1 Message Date
Jaroslav Kysela
5484e9940d WEBUI JS: rename the timerec to time schedule 2014-09-16 08:40:26 +02:00
Jaroslav Kysela
eeb5ac8e02 DVR WEB UI: Fix the DVR tabs bug introduced with latest changes (weekdays) 2014-09-15 23:23:41 +02:00
Jaroslav Kysela
e9d4a61cc5 DVR: Add all weekdays as default 2014-09-15 21:27:46 +02:00
Jaroslav Kysela
6de4fb94ea DVR: Time Based Recorder 2014-09-15 20:59:44 +02:00
Glenn-1990
d7b7f72845 [fix] use correct start/stop times 2014-09-15 09:24:44 +02:00
Mario Di Raimondo
b7a45dfaee a more robust check on the outcome of regexec and a more clean design 2014-09-15 09:22:28 +02:00
Mario Di Raimondo
651e26f0c1 further pattern refinements after some extensive testing 2014-09-15 09:22:28 +02:00
Mario Di Raimondo
77af58e506 generalized some patterns and added new cases signaled by @stan86 2014-09-15 09:22:28 +02:00
Mario Di Raimondo
90bcfd3047 extraction of part number from summary of sky-it EPG 2014-09-15 09:22:28 +02:00
Mario Di Raimondo
b39da3a8c5 added some reference examples for sky-it patterns
they could be useful in the future...
2014-09-15 09:22:28 +02:00
Mario Di Raimondo
d5f96489da extraction of subtitle (episode title) from the summary of sky-it EPG
(the regexp looks garbled because single quote can even occur in the subtitle and I don't want to introduce pcre dependency)
2014-09-15 09:22:28 +02:00
Jaroslav Kysela
388c665a90 dvr_autorec.c: Fix the utf-8 in comment 2014-09-14 19:23:47 +02:00
Jaroslav Kysela
74823d7440 DVR: Fix the stop time calculation in dvr_timer_start_recording() 2014-09-14 18:29:58 +02:00
Glenn-1990
32664acac9 [htsp] add autorec support 2014-09-14 18:28:49 +02:00
Glenn-1990
8b5f858cce [htsp] send actual pre/post times and retention 2014-09-14 18:28:49 +02:00
Glenn-1990
09acfa18f9 [htsp] add some more DVR fields 2014-09-14 18:28:49 +02:00
Glenn-1990
492a988271 [htsp] allow clients to get/set dvr priority and retention 2014-09-14 18:28:49 +02:00
Glenn-1990
1c2051d512 [htsp] bump htsp version 2014-09-14 18:28:49 +02:00
perexg
22a40bce25 Merge pull request #481 from ProfYaffle/master
Webui: Align epg duration filter with autorec grid values
2014-09-14 17:11:57 +02:00
Ian
dea2ccabd1 Webui: Align epg duration filter with autorec grid values 2014-09-14 09:11:28 +01:00
Jaroslav Kysela
0ac8cdcf83 service: fix the mutex deadlock at shutdown in service_saver() thread fcn 2014-09-13 21:31:34 +02:00
Jaroslav Kysela
a77b65a8af WEBUI: Do not show the access state if --noacl is active 2014-09-13 21:23:42 +02:00
Jaroslav Kysela
242496e163 DVR: Fix the autorec minduration/maxduration 2014-09-13 21:01:22 +02:00
Jaroslav Kysela
c6f0242049 avahi: make sure that mallocated path is freed 2014-09-13 18:10:03 +02:00
Jaroslav Kysela
1ac14a2d5b intlconv: Do not free alloca-ted string 2014-09-13 18:07:07 +02:00
Jaroslav Kysela
22eeadfac4 scanfile: add support for new linux dvb file format 2014-09-13 17:21:53 +02:00
perexg
c558924435 Merge pull request #480 from ProfYaffle/master
Webui: restore channel tag functionality to EPG query and autorec
2014-09-13 15:54:15 +02:00
Ian
60297b856d Webui: restore channel tag functionality to EPG query and autorec 2014-09-13 14:39:49 +01:00
perexg
e6ee82cf94 Merge pull request #478 from diraimondo/master
scraping season/episode numbers for sky-it
2014-09-13 13:34:44 +02:00
Mario Di Raimondo
42de59d34d several adjustments
- make use of ARRAY_SIZE macro;
- missing static keyword for global variables;
- better patterns for sky-it with possibility to support a description without season specification;
- debug messages;
2014-09-13 00:49:22 +02:00
Mario Di Raimondo
8a0a5183b0 improved regexs management
As suggested by perex, moved patterns and regexs as global variables and their management in opentv_init/opentv_done.
2014-09-12 21:56:08 +02:00
Mario Di Raimondo
a520d98cc8 scraping season/episode numbers for sky-it
Extended the already present hack to extract such numbers from episode descriptions in Sky IT EPG data.
2014-09-12 20:00:56 +02:00
Mario Di Raimondo
06782f719c Merge pull request #1 from tvheadend/master
sync with main repository
2014-09-12 19:56:58 +02:00
Jaroslav Kysela
ea9d782ba8 channel: fix ch_number type, might fix crashes and numbers > 2000 2014-09-12 17:43:38 +02:00
Jaroslav Kysela
9a1fc691d5 WEBUI JS: Do not allow to create events from EPG if ACL does not allow that 2014-09-12 17:18:10 +02:00
Jaroslav Kysela
33a516b14b HTTP API: add missing access verification for all API calls 2014-09-12 16:55:36 +02:00
Jaroslav Kysela
2c7cc8c453 WEBUI: add the logged user status, allow logout and login
Finally! It's here. I was missing it. The login/logout link
might need more work to follow the other extjs button look...
2014-09-12 16:40:27 +02:00
Jaroslav Kysela
6e42115ea6 epggrab: ota - fix the epggrab_ota_cron_multi init (not OTA EPG with defaults) 2014-09-12 09:44:53 +02:00
Jaroslav Kysela
02f98c3f8c idnode: fix idnode_cmp_sort (overflows) 2014-09-12 09:23:44 +02:00
Jaroslav Kysela
82eeb8a239 DVR: Show the status in failed grid, create doc templates... 2014-09-12 09:02:32 +02:00
Jaroslav Kysela
49cdc5a9db epggrab: ota - show warning when the cron settings are invalid 2014-09-11 21:43:22 +02:00
Jaroslav Kysela
b8fa239354 idnode: Add intsplit filtering (include double ops, too) 2014-09-11 19:49:19 +02:00
Jaroslav Kysela
c073538e05 channel number: add minor number handling for ATSC 2014-09-11 15:27:01 +02:00
Jaroslav Kysela
7074bb61bb DVR: Remove dvr_flags and m_config.m_flags - use direct values 2014-09-11 11:54:56 +02:00
Jaroslav Kysela
28dc589581 DVR: Introduce 'Do Not Include Title To Filename', fixes #2291 2014-09-11 11:39:08 +02:00
Jaroslav Kysela
5f5f554e40 WEBUI JS: DVR - fix the default sorting 2014-09-11 09:26:59 +02:00
Jaroslav Kysela
5c7196bbdb DVR: Fix bugs in the extra time calculators 2014-09-11 09:14:09 +02:00
Jaroslav Kysela
b9c3895746 service: little opmitization in service_instance_add() 2014-09-11 09:09:20 +02:00
Jaroslav Kysela
2051682c03 cron: Fix possible division by zero error 2014-09-11 08:48:37 +02:00
Jaroslav Kysela
26c778df63 ACL: Fix the password initialization when ACL entry is created, fixes #2252 2014-09-10 23:47:59 +02:00