diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-22 15:02:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-22 15:02:56 +0200 |
commit | 467829af3207f7b82e0bdf1664c639e4a282d66c (patch) | |
tree | 5f162342b7031aff70b0e09a7f7ebf790150f61b /HISTORY | |
parent | 9cd28b2ded3c8db71a857a2c3b12a4d48204e996 (diff) | |
download | vdr-467829af3207f7b82e0bdf1664c639e4a282d66c.tar.gz vdr-467829af3207f7b82e0bdf1664c639e4a282d66c.tar.bz2 |
The SVDRP command LSTC can now list the channels with channel ids; channel number 0 lists the data of the current channel
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8925,7 +8925,7 @@ Video Disk Recorder Revision History - Now stopping any ongoing recordings before stopping the plugins, to avoid a crash when stopping VDR while recording. -2017-04-20: Version 2.3.4 +2017-04-22: Version 2.3.4 - The functionality of HandleRemoteModifications(), which synchronizes changes to timers between peer VDR machines, has been moved to timers.[ch] and renamed to @@ -8985,3 +8985,7 @@ Video Disk Recorder Revision History - Fixed editing a remote timer immediately after it has been created. - Fixed handling the uncorrected block counter for DVB API 3 devices when calculating signal quality. +- The SVDRP command LSTC can now list the channels with channel ids if the option + ':ids' is given (suggested by Dietmar Spingler). +- If 0 is given as the channel number in the SVDRP command LSTC, the data of the + current channel is listed. |