Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: Disk-access every hour
Christian Holpert wrote:
On Mon, 20 Sep 2004 17:44:23 +0300, in boerde.lists.vdr you wrote:
Where are Your EPG and config files? By default they are in /video
directory. If so, may be EPG updates?
config is outside /video
EPG is symlinked from /video/epg.data to /ramdisk/epg.data and rewritten
to /video via vdrshutdown
Is there any way to move the location of epg.data without symbolic
links?
Yes, it is an option on the vdr command line at startup.
You can define a variable in your runvdr script as follow:
FILE_FOR_EPG=/VDRConf/epg.data
and then call the following:
VDRCMD="$VDRPRG -d -E $FILE_FOR_EPG -w 0 -s $VDR_FLD/vdrshutdown -c
/VDRConf *$"
Other options are not guarantee to be very smart but the tip for the EPG
is working [my vdr is stopping to run and I don't understand why...need
to have a new read of the man I think ;) )
Hope this helps.
Boris
Christian
Home |
Main Index |
Thread Index