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.DE | |
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.DE')
-rw-r--r-- | HISTORY.DE | 52 |
1 files changed, 31 insertions, 21 deletions
@@ -1,27 +1,37 @@ VDR Plugin 'epgsearch' Revision History --------------------------------------- --2021-05-24; Version 2.4.1 --fixes: --- Fixed conflictcheck for encrypted channels with internal CAMs --- Fixed compiling with gcc11 --- Updated deprecated calls to SetItemEvent --- Temporally(?) added #define DISABLE_TEMPLATES_COLLIDING_WITH_STL for --- compatibility with vdr 2.5.4 -- --2021-04-12 --neu: --- Improved handling of remote timers --- Replace auto_ptr with unique_ptr for c++11 (kfb77@vdr-portal.de) --- Delay threads after pluginstart 10 secs (configurable) --- Changed fgets to allow compiling with clang --- Clarified "avoid repeats". Forced subtitle-comparison is named "yes" again -- New option "allow empty" --fixes: --- Fixed several lock sequence errors --- Fix utf-8 encoding in docs and manpages (kfb77 and seahawk1986@vdr-portal.de) --- Fixed possible format overflow --- Fixed displaying NAME in generated manpages thanks to etobi +2022-01-30 +neu: +- 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 +- Fixed compiling with gcc11 +- Updated deprecated calls to SetItemEvent +- Temporally(?) added #define DISABLE_TEMPLATES_COLLIDING_WITH_STL for +- compatibility with vdr 2.5.4 + +2021-04-12 +neu: +- Improved handling of remote timers +- Replace auto_ptr with unique_ptr for c++11 (kfb77@vdr-portal.de) +- Delay threads after pluginstart 10 secs (configurable) +- Changed fgets to allow compiling with clang +- Clarified "avoid repeats". Forced subtitle-comparison is named "yes" again + New option "allow empty" +fixes: +- Fixed several lock sequence errors +- Fix utf-8 encoding in docs and manpages (kfb77 and seahawk1986@vdr-portal.de) +- Fixed possible format overflow +- Fixed displaying NAME in generated manpages thanks to etobi 2018-04-16; Version 2.4.0 neu: |