[vdr] [PATCH] vdr-1.7.31 & small improvement for last viewed recording

2012-10-03 Thread AlexW
Hi, attached is a small patch which I find very useful. It extends the (Re)PlayButton. If no last viewed recording was set (mostly after restart of vdr) and you press the Play Button all Recordings will be shown. Would be nice, if it find's a way into the main vdr. BR, Alex --- vdr.c.orig 2012

Re: [vdr] [PATCH] vdr-1.7.31 & small improvement for last viewed recording

2012-10-03 Thread Udo Richter
Am 03.10.2012 10:36, schrieb AlexW: If no last viewed recording was set (mostly after restart of vdr) and you press the Play Button all Recordings will be shown. Nice idea. But I think the idea of having the play button have more functionality can be improved further. For one thing, a featur

Re: [vdr] [PATCH] vdr-1.7.31 & small improvement for last viewed recording

2012-10-03 Thread Klaus Schmidinger
On 03.10.2012 12:22, Udo Richter wrote: Am 03.10.2012 10:36, schrieb AlexW: If no last viewed recording was set (mostly after restart of vdr) and you press the Play Button all Recordings will be shown. Nice idea. But I think the idea of having the play button have more functionality can be im

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.31

2012-10-03 Thread Udo Richter
Am 30.09.2012 15:41, schrieb Klaus Schmidinger: - The new class cIoThrottle is used to allow I/O intense threads to temporarily suspend their activities in case buffers run full (suggested by Torsten Lang). Currently the cutter thread is suspended if the TS or Recorder buffer use more

Re: [vdr] [PATCH] vdr-1.7.31 & small improvement for last viewed recording

2012-10-03 Thread Udo Richter
Am 03.10.2012 12:28, schrieb Klaus Schmidinger: Not really. If the last viewed recording has been deleted, this new functionality could still kick in The patch above just checks the string presence. It should also check whether the string is an existing recording then. Sounds way too comple

Re: [vdr] [PATCH] vdr-1.7.31 & small improvement for last viewed recording

2012-10-03 Thread Klaus Schmidinger
On 03.10.2012 13:29, Udo Richter wrote: Am 03.10.2012 12:28, schrieb Klaus Schmidinger: Not really. If the last viewed recording has been deleted, this new functionality could still kick in The patch above just checks the string presence. It should also check whether the string is an existing

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.31

2012-10-03 Thread Klaus Schmidinger
On 03.10.2012 13:03, Udo Richter wrote: Am 30.09.2012 15:41, schrieb Klaus Schmidinger: - The new class cIoThrottle is used to allow I/O intense threads to temporarily suspend their activities in case buffers run full (suggested by Torsten Lang). Currently the cutter thread is suspended i

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.31

2012-10-03 Thread Udo Richter
Am 03.10.2012 14:55, schrieb Klaus Schmidinger: Which file system are you using for your video directory? I recently switched from ext3 to ext4 and it does feel a little "snappier". Its an XFS disk, and it was surprisingly fast on deleting when it was fresh. Unfortunately, #>df -m /video Fi