diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-28 12:42:20 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-28 12:42:20 +0200 |
commit | 1cfeb4625eff61bc7c726e9910bb75b9eefb6bf8 (patch) | |
tree | 0beaf326349b0df8baedeca862ae14d54e60a600 /INSTALL | |
parent | 40832856f7e663aa59f8d296a7ebb046bd77d0a5 (diff) | |
download | vdr-1cfeb4625eff61bc7c726e9910bb75b9eefb6bf8.tar.gz vdr-1cfeb4625eff61bc7c726e9910bb75b9eefb6bf8.tar.bz2 |
Added a hint about commenting out the line '#define USE_FADVISE' in tools.c
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -324,6 +324,13 @@ since this might cause a lot of unnecessary disk access when VDR cleans up those directories and there is a large number of files and/or subdirectories in there. +If your video directory is mounted via a Samba share, and you are experiencing +problems with replaying in fast forward mode, you can comment out the line + +#define USE_FADVISE + +in the file tools.c, which may lead to better results. + Configuration files: -------------------- |