diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2022-01-30 18:03:42 +0100 |
---|---|---|
committer | Johann Friedrichs <johann.friedrichs@web.de> | 2022-01-30 18:11:37 +0100 |
commit | e101df04a2e19c49293965223e6d4bbf719ed78c (patch) | |
tree | 57622a1efeb6eb73c73c9be0befd1b98cc41d88f /HISTORY | |
parent | ad5448e5ad52d0084af3da9e57f9074df79b2db0 (diff) | |
download | vdr-plugin-epgsearch-e101df04a2e19c49293965223e6d4bbf719ed78c.tar.gz vdr-plugin-epgsearch-e101df04a2e19c49293965223e6d4bbf719ed78c.tar.bz2 |
Changed handling of finished recordings
Allow missing timer-Object (vdr > 2.5.x deletes non-VPS timers
immediately after recording end)
We now use the Recording-Filename to find Start- and Stoptimes
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ VDR Plugin 'epgsearch' Revision History --------------------------------------- +2022-01-30 +new: +- Allow missing timer-Object in Recording-Done-Processing + (vdr > 2.5.x compatibility) + +2021-12-10 +fixes: +- Wrong device selection for conflict check +- compareSubtitle supports more than 2 values + 2021-05-24; Version 2.4.1 fixes: - Fixed conflictcheck for encrypted channels with internal CAMs |