[CST] Focus
ee38ad2750
driver/record.cpp: use wakeup_hdd();
...
save xml before record start
2014-02-12 16:47:29 +04:00
[CST] Focus
3d3e169f1e
driver/record.cpp: try to flush hdd buffers, if hdd is in standby at record start
2014-02-05 14:02:46 +04:00
[CST] Focus
2d683fe4c9
driver/record.cpp: dont show menu after timeshift stop, if timeshift record already stopped
2014-01-29 17:19:00 +04:00
svenhoefer
53f5801d6f
- adapt ShowMsg handling from martii's neutrino-mp
2014-01-22 12:37:21 +01:00
svenhoefer
6995e1a765
- adapt ShowHint handling from martii's neutrino-mp
2014-01-22 12:11:52 +01:00
M. Liebmann
b41819190d
Preparing the menu classes for Lua Part #2
...
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
THX Martii
2014-01-19 20:57:37 +01:00
Jacek Jendrzej
14580b1dd1
CRecordInstance::FillMovieInfo supplement to 9455b0eeda
, check current epg before we take title from timer
2014-01-18 19:58:40 +01:00
Jacek Jendrzej
9455b0eeda
CRecordInstance::FillMovieInfo: -fix epg title if epgid removed http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/12026-probleme-mit-timeraufnahme/
2014-01-16 20:58:14 +01:00
Stefan Seyfried
1d0a23dbf3
reduce direct dependencies on timerdclient.h
...
Include timerdtypes.h instead of timerdclient.h where feasible, add direct instead of indirect includes of timerdclient.h where necessary. This reduces the number of files which depend on timerdclient.h from 134 to 16. Add/update copyright notices in the affected files.
2014-01-13 21:01:26 +01:00
[priv] M. Liebmann
ae2a01a37a
CRecordInstance: Turns message when recording start/end on or off
2014-01-13 19:42:46 +01:00
martii
cbc9299df8
convert most char[...] configuration values to std::string
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +01:00
svenhoefer
3c8d47fa49
Revert "global.h: Use forward-declarations to reduce number of dependencies"
...
This reverts commit 4bc6e43ad4
.
2013-11-13 23:40:16 +01:00
Stefan Seyfried
4bc6e43ad4
global.h: Use forward-declarations to reduce number of dependencies
2013-11-13 10:40:03 +01:00
[CST] Focus
545f1dee6a
driver/record.cpp: save added pids from pmt update;
...
add safe-check for max pids recorded
2013-11-11 14:07:03 +04:00
Jacek Jendrzej
d92ad1de0d
CGenPsi:: add EAC3 audio support, revork genpsi
2013-10-09 21:51:18 +02:00
[CST] Focus
2e6276def7
neutrino: add EAC3 audio support
2013-10-08 17:18:35 +04:00
defans
1af88c922b
show record icon for normale records
2013-10-04 23:22:37 +02:00
[CST] Focus
ad1a626844
driver/record.cpp: check if pcr pid is not 0 before adding to record
2013-08-13 20:13:26 +04:00
[CST] Focus
cdb0e0ef21
driver/record.cpp, driver/scanepg.cpp, zapit/src/zapit.cpp: try to prevent race
...
while lock/allocate frontend in case of possible concurrent usage in neutrino and zapit threads
2013-08-13 20:10:02 +04:00
Jacek Jendrzej
ada1ec3e60
streamts: add dvbsub and teletext pid to stream
2013-08-08 15:09:30 +02:00
Jacek Jendrzej
7a3b584920
genpsi: add pcr pid handling
2013-08-01 17:54:51 +02:00
Michael Liebmann
84ab2cb555
CRecordManager::ShowMenu: Fix display durations
...
- Save Option for CMenuForwarderNonLocalized in vector<std::string>
2013-07-04 07:45:52 +02:00
Michael Liebmann
0ce25a86d5
CRecordInstance::GetRecordString(): Fix calculation of duration
...
- Use locales for time string
- Show recording duration right aligned in stop menu
2013-07-04 02:05:34 +02:00
[CST] Focus
df1fa6a6bf
driver/record.cpp: show record duration in xx hour yy min format
2013-05-15 16:00:09 +04:00
[CST] Focus
e14043dbfb
neutrino GUI: more places to disable anything record-related, if recording_type is RECORDING_OFF
2013-04-09 18:37:25 +04:00
[CST] Focus
1c2f2a5750
driver/record.cpp: add record duration to stop menu
2013-04-05 14:54:22 +04:00
Jacek Jendrzej
b2241df43d
-add record option for teletext & dvbsub pids
2013-04-01 15:07:05 +04:00
[CST] Focus
84ce9f8880
driver/record.cpp: use zapit client to stop Pip
2013-03-27 18:35:42 +04:00
[CST] Focus
52cebc426e
driver/record.cpp: dont show record starting/stopping window and stop menu,
...
if auto timeshift enabled
2013-03-26 12:37:47 +04:00
[CST] Focus
76f50de569
driver/record.cpp: change condition to stop PiP
2013-03-13 16:19:30 +04:00
[CST] Focus
aa60c85768
Merge branch 'next' of coolstreamtech.de:cst-public-gui-neutrino into next
...
Conflicts:
lib/libconfigfile/configfile.cpp
src/system/setting_helpers.cpp
src/zapit/src/femanager.cpp
2013-03-07 17:10:57 +04:00
[CST] Focus
cbfa6f88c5
use ENABLE_PIP for pip code
2013-03-05 18:34:47 +04:00
Stefan Seyfried
988a8ebec2
helpers: improve my_system function
...
Instead of hardcoding the maximum number of arguments to the
my_system helper, pass a variable argument list.
The function is deliberately source-incompatible with the old
implementation (as opposed to a variant with a sentinel NULL
argument, which would be compatible) to find all users and to
make sure that new future users of this function are not
overlooked during merges with other branches.
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-03-05 11:58:49 +01:00
[CST] Focus
69b4d366af
Merge branch 'pip' into next
...
Conflicts:
src/gui/channellist.cpp
2013-02-28 16:45:41 +04:00
[CST] Focus
026592e8fe
Merge branch 'dvbsi++' into next
...
Conflicts:
src/neutrino.cpp
src/zapit/src/femanager.cpp
src/zapit/src/getservices.cpp
src/zapit/src/transponder.cpp
2013-02-28 16:39:34 +04:00
[CST] Focus
a59d45bba2
driver/record.cpp: stop PiP before starting record of current PiP channel
2013-02-27 11:02:53 +04:00
Stefan Seyfried
4dbeb3a31e
neutrino: fix 32<->64bit format string warnings
...
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t
2013-02-21 15:47:18 +01:00
[CST] Focus
bea14518a5
driver/record.cpp: adapt to new frontend management
2013-01-09 15:41:43 +04:00
micha-bbg
fefa483469
* Moviebrowser: Ask if the file of a running recording to be deleted.
2012-11-26 15:03:58 +01:00
[CST] Focus
a2a6a7d5c8
driver/record.cpp: stop streaming before record start
2012-11-08 19:14:20 +04:00
[CST] Focus
2b0f9efbc8
driver/record.cpp: use CGenPsi class
2012-11-08 15:09:10 +04:00
satbaby
9cec234d73
src/driver/record.cpp: -fix auto_delete
2012-11-04 13:25:44 +01:00
micha-bbg
8681a9c399
* Commit 295efb1
: Fix delete query when multiple same channelid
2012-10-24 10:52:55 +01:00
[CST] Focus
d771f625a0
driver/record.cpp: use slow record warning option.
...
this warning tested for generic setup with usb hdd and
meant to early tell if record buffer usage reach watermark,
where user have chance to stop some of records and save others from overflow
under high load. if your think you getting false warnings, disable it
2012-10-16 19:58:58 +04:00
[CST] Focus
2a93f2dfdf
driver/record.cpp: stop radiotext before record start
2012-10-15 12:53:09 +04:00
satbaby
309c17d567
record.cpp:fix possible recording in flash
2012-10-05 12:44:59 +02:00
satbaby
bb2efeb45b
use my_system instead of system
2012-10-02 12:42:31 +02:00
[CST] Focus
b8ff3bbdd5
driver/record.cpp: add timer to monitor record status;
...
add warning, when record buffer close to or already overflow;
change single record stop to sync mode - under high load stopTimerEvent() takes too long
2012-09-25 17:19:28 +04:00
satbaby
87342fd0d9
my_system fix
2012-09-15 11:20:49 +02:00
[CST] Focus
2d0642d36d
driver/record.cpp: fix temp timeshift file delete cmd
2012-09-13 20:10:53 +04:00