From 902e8afe67ce1d9f56a16ea2ef89f71ce7f7139f Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Thu, 14 Apr 2011 16:04:27 +0200 Subject: Reducing I/O priority for cut/move thread (if VDR >= 1.7.6 is used). --- HISTORY | 1 + tools.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/HISTORY b/HISTORY index 450c983..01bad5c 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,7 @@ VDR Plugin 'extrecmenu' Revision History ---------------------------------------- 2011-xx-xx: Version 1.2.1 +- [amair] Reducing I/O priority for cut/move thread (if VDR >= 1.7.6 is used). - [amair] Fixed counting of hidden recordings if PIN plugin is used (Bug #421). - [amair] Ignore comments in dircmds.conf (Submitted by TomG @vdr-portal.de). - [sibbi] Added ability to configure items that should be shown in recording list. diff --git a/tools.c b/tools.c index bba9b43..b0ff06e 100644 --- a/tools.c +++ b/tools.c @@ -297,6 +297,9 @@ void WorkerThread::Action() MoveListItem *moveitem=NULL; SetPriority(19); +#if VDRVERSNUM >= 10706 + SetIOPriority(7); +#endif while(Running()) { -- cgit v1.2.3