Re: [vdr] making VDR ext4-ready

2009-06-07 Thread Thomas Schäfer
Am Sonntag 07 Juni 2009 schrieb VDR User: > Why not use the XFS filesystem? Proven high performance with large > files, perfect for an htpc. He asked for ext4, not for suggestions for filesystems. Thomas Schäfer ___ vdr mailing list vdr@linuxtv.org ht

Re: [vdr] making VDR ext4-ready

2009-06-07 Thread Artur Skawina
Marcel Witte wrote: > So ext4 seems to be perfect for a video-partition, but to make it more > perfect, it would be nice if VDR could use the fallocate()-systemcall as > mentioned in the article. This would prevent fragmentation in the file system. a) i wouldn't fully trust ext4 for a few more

Re: [vdr] making VDR ext4-ready

2009-06-07 Thread Tony Houghton
On Sat, 6 Jun 2009 19:11:53 -0700 VDR User wrote: > Why not use the XFS filesystem? Proven high performance with large > files, perfect for an htpc. That's what I thought, but I regret using it for my recordings partition now: * The big performance advantage in deleting large files seems to

Re: [vdr] making VDR ext4-ready

2009-06-07 Thread Udo Richter
On 07.06.2009 01:58, Marcel Witte wrote: > So ext4 seems to be perfect for a video-partition, but to make it more > perfect, it would be nice if VDR could use the fallocate()-systemcall as > mentioned in the article. This would prevent fragmentation in the file system. Sounds like a good plan, but

Re: [vdr] making VDR ext4-ready

2009-06-07 Thread Udo Richter
On 07.06.2009 01:58, Marcel Witte wrote: > So ext4 seems to be perfect for a video-partition, but to make it more > perfect, it would be nice if VDR could use the fallocate()-systemcall as > mentioned in the article. This would prevent fragmentation in the file system. Sounds like a good plan, but

[vdr] repeat vol key

2009-06-07 Thread martinez
in /etc/vdr/remote.conf I have (among others) these two entries: LIRC.Volume+VolumeUp LIRC.Volume-VolumeDown My wife complains that to increase the volume she has to press many times VolumeUp rather than simply hold it down. Is there something I can do to make her happy? __

Re: [vdr] repeat vol key

2009-06-07 Thread Gerald Dachs
Am Sun, 7 Jun 2009 19:01:00 +0200 schrieb marti...@embl.de: > in /etc/vdr/remote.conf > I have (among others) these two entries: > > LIRC.Volume+VolumeUp > LIRC.Volume-VolumeDown > > > My wife complains that to increase the volume she has to press many > times VolumeUp rather than simp

Re: [vdr] making VDR ext4-ready

2009-06-07 Thread VDR User
On Sun, Jun 7, 2009 at 12:01 AM, Thomas Schäfer wrote: > Am Sonntag 07 Juni 2009 schrieb VDR User: >> Why not use the XFS filesystem?  Proven high performance with large >> files, perfect for an htpc. > > He asked for ext4, not for suggestions for filesystems. If you look closely you'll notice a q

Re: [vdr] vdr-sxfe doesn't work correctly with keyboard

2009-06-07 Thread Goga777
no it doesn't help In xine_sxfe_frontend.c I replaced the line if(kev->keycode) to if(kev->keycode&&(kev->type==KeyPress)) and after that everything is OK thanks to psofa from xine-vdpau irc channel for this useful hint Goga > remove > > XKeySym.Up >Up > XKeySym.Down >Down > > does