Klaus Schmidinger
|
5b134cb23e
|
Fixed restoring the volume at program start
|
2022-12-19 15:13:56 +01:00 |
|
Klaus Schmidinger
|
7fe59548cd
|
Now checking the video directory after setting the user id
|
2022-12-12 10:27:38 +01:00 |
|
Klaus Schmidinger
|
6888ea68b6
|
Added periodic calls to malloc_trim(0) to reduce memory consumption
|
2022-11-28 10:44:01 +01:00 |
|
Klaus Schmidinger
|
abb82a2396
|
Added support for kernel based LIRC driver
|
2022-11-26 13:37:06 +01:00 |
|
Klaus Schmidinger
|
74460f22bf
|
Now dropping capabilities after opening terminal
|
2022-06-01 14:24:57 +02:00 |
|
Klaus Schmidinger
|
955b1c914f
|
Official release of version 2.6.0
|
2021-12-27 13:31:29 +01:00 |
|
Klaus Schmidinger
|
f7c8f582ea
|
The macro DEPRECATED_VDR_CHARSET_OVERRIDE and the related code has been removed
|
2021-05-21 12:43:18 +02:00 |
|
Klaus Schmidinger
|
ce23ba64bd
|
Deleting expired timers is now triggered immediately after the timers are modified
|
2021-04-20 13:22:37 +02:00 |
|
Klaus Schmidinger
|
65aafacd8e
|
Now adjusting spawned timers before setting events to timers
|
2021-04-10 11:32:50 +02:00 |
|
Klaus Schmidinger
|
d536cf0947
|
No longer switching devices for pattern timers
|
2021-04-06 10:00:27 +02:00 |
|
Klaus Schmidinger
|
23d986657a
|
Spawned timers that don't use VPS now automatically adjust their start/stop times to changes in the respective event's times
|
2021-04-06 08:48:35 +02:00 |
|
Klaus Schmidinger
|
2b3556b460
|
Implemented "Pattern Timers"
|
2020-12-26 15:49:01 +01:00 |
|
Klaus Schmidinger
|
272231467a
|
Fixed parsing the '-l' command line option
|
2020-11-20 13:49:58 +01:00 |
|
Klaus Schmidinger
|
196785ff05
|
Fixed a possible crash in case replay is started and stopped in rapid sequence
|
2020-05-18 16:47:29 +02:00 |
|
Klaus Schmidinger
|
aae02a43da
|
Modified setting system and override character tables
|
2020-05-15 11:31:40 +02:00 |
|
Klaus Schmidinger
|
35b936200f
|
Fixed dropping capabilities in case cap_sys_time is not available
|
2020-05-07 10:45:41 +02:00 |
|
Klaus Schmidinger
|
4242fa7f22
|
Fixed asserting free disk space in case there is no local timer currently recording
|
2019-05-23 10:00:48 +02:00 |
|
Klaus Schmidinger
|
1fa861ecb9
|
Fixed dropping capabilities in case cap_sys_time is not available
|
2019-03-18 13:39:56 +01:00 |
|
Klaus Schmidinger
|
235c652648
|
Fixed shutdown after user inactivity in case a plugin is keeping the OSD open (cont'd)
|
2019-03-12 10:01:16 +01:00 |
|
Klaus Schmidinger
|
5543f13051
|
Fixed shutdown after user inactivity in case a plugin is keeping the OSD open
|
2018-07-16 08:55:15 +02:00 |
|
Klaus Schmidinger
|
820a0ddb8a
|
Fixed a possible invalid locking sequence in case a remote timer handling error message is displayed on the OSD and the skin tries to lock the Recordings or DeletedRecordings list in its Flush() function
|
2018-04-28 12:17:22 +02:00 |
|
Klaus Schmidinger
|
49d54df7d0
|
Adjusted version numbers and dates
|
2018-04-10 17:20:58 +02:00 |
|
Klaus Schmidinger
|
1f9832b449
|
Assigning events to timers no longer triggers sending a POLL to all peer VDRs
|
2018-03-04 14:15:07 +01:00 |
|
Klaus Schmidinger
|
e4af94d3f9
|
Combined Start/StopSVDRPServer/ClientHandler() into Start/StopSVDRPHandler()
|
2018-02-25 13:57:21 +01:00 |
|
Klaus Schmidinger
|
6600478675
|
Moved handling remote timers into cSVDRPClientHandler::ProcessConnections()
|
2018-02-25 13:26:17 +01:00 |
|
Klaus Schmidinger
|
950b248220
|
Switching the primary device is no longer done via osSwitchDvb, but rather by the main program loop reacting to changes in Setup.PrimaryDVB
|
2017-11-09 16:23:15 +01:00 |
|
Klaus Schmidinger
|
d8523b0db8
|
The macros used to control deprecated code or functions have been changed to hold numeric values; the default for DEPRECATED_VDR_CHARSET_OVERRIDE has been set to 0
|
2017-11-02 15:04:56 +01:00 |
|
Klaus Schmidinger
|
19275aa8bb
|
Fixed an invalid lock sequence when trying to remove a deleted recording in case of low disk space; now making sure that AssertFreeDiskSpace() is called with the maximum timer priority in case there are several timers recording with different priorities
|
2017-10-31 09:47:14 +01:00 |
|
Klaus Schmidinger
|
360d8fe6b1
|
Implemented CAM auto responses
|
2017-06-10 11:53:39 +02:00 |
|
Klaus Schmidinger
|
210df9d835
|
Fixed uninitialized variable SdWatchdog in vdr.c
|
2017-06-06 10:55:12 +02:00 |
|
Klaus Schmidinger
|
c9c15a727d
|
Fixed a double channel switch when pressing the Channel+/- keys while no menu or channel display is open
|
2017-05-29 11:37:06 +02:00 |
|
Klaus Schmidinger
|
5324809a91
|
Added clearing CiResourceHandlers before shutting down the plugin manager
|
2017-05-29 11:14:43 +02:00 |
|
Klaus Schmidinger
|
354910faab
|
If the Channel+/- keys are pressed while in the Schedules menu, the menu is now switched to the EPG of the new current channel
|
2017-05-21 13:18:26 +02:00 |
|
Klaus Schmidinger
|
84b8ea8395
|
Log messages about switching channels now include the channel ID
|
2017-05-01 13:06:32 +02:00 |
|
Klaus Schmidinger
|
e622854789
|
cOsdMenu::Display() now checks whether the OSD size has changed and if so calls SetDisplayMenu()
|
2017-04-03 12:49:56 +02:00 |
|
Klaus Schmidinger
|
9e808255f8
|
Now stopping any ongoing recordings before stopping the plugins
|
2017-03-25 14:32:37 +01:00 |
|
Klaus Schmidinger
|
d1ddb39781
|
The channel/CAM relations are now stored in the file 'cam.data'; fixed a flaw in handling timeouts for encrypted channels
|
2017-01-09 13:42:41 +01:00 |
|
Klaus Schmidinger
|
e2ba3d09a5
|
Added support for the systemd watchdog
|
2016-12-23 14:36:24 +01:00 |
|
Klaus Schmidinger
|
08066065e3
|
Fixed a crash when moving a recording to a folder on a different volume
|
2016-12-13 13:54:00 +01:00 |
|
Klaus Schmidinger
|
f1bef11f45
|
Implemented the setup option "Recording/Record key handling"
|
2015-09-11 08:29:41 +02:00 |
|
Klaus Schmidinger
|
4e3325b7f7
|
Implemented setup options for SVDRP peering
|
2015-09-08 11:08:06 +02:00 |
|
Klaus Schmidinger
|
3cd5294d8a
|
Implemented strict locking of global lists
|
2015-09-01 11:14:27 +02:00 |
|
Klaus Schmidinger
|
c3b0347556
|
Implemented SVDRP peering
|
2015-05-22 13:44:43 +02:00 |
|
Klaus Schmidinger
|
2b9e988dd5
|
The SVDRP port now accepts multiple concurrent connections
|
2015-04-29 13:10:06 +02:00 |
|
Klaus Schmidinger
|
d14adc1e68
|
The -u option now also accepts a numerical user id
|
2015-04-19 12:50:26 +02:00 |
|
Klaus Schmidinger
|
fa701228d7
|
The command line option -D now accepts the value '-' (as in -D-), which prevents VDR from using any DVB devices
|
2015-04-18 14:30:47 +02:00 |
|
Klaus Schmidinger
|
89f5244007
|
Added command line option --chartab to replace VDR_CHARSET_OVERRIDE
|
2015-02-10 14:29:27 +01:00 |
|
Klaus Schmidinger
|
0c2316b638
|
Added the new command line option --updindex
|
2015-01-17 15:03:01 +01:00 |
|
Klaus Schmidinger
|
555fe68a01
|
Added the channel name to log messages that reference a channel
|
2015-01-14 12:17:39 +01:00 |
|
Klaus Schmidinger
|
34c79fdc50
|
Fixed support for systemd
|
2015-01-11 13:42:26 +01:00 |
|