diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-17 15:03:01 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-17 15:03:01 +0100 |
commit | 0c2316b638020f4087a664525f9ce7004d506488 (patch) | |
tree | 350d8a043bc05e2ef0aebc054dfbd64b9f7583b2 /vdr.1 | |
parent | f42cbac2375bfa320f9acdf87f80bc2fd70fed36 (diff) | |
download | vdr-0c2316b638020f4087a664525f9ce7004d506488.tar.gz vdr-0c2316b638020f4087a664525f9ce7004d506488.tar.bz2 |
Added the new command line option --updindex
Diffstat (limited to 'vdr.1')
-rw-r--r-- | vdr.1 | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 3.2 2014/04/14 12:52:45 kls Exp $ +.\" $Id: vdr.1 3.3 2015/01/17 14:46:22 kls Exp $ .\" .TH vdr 1 "31 Mar 2013" "2.0" "Video Disk Recorder" .SH NAME @@ -201,6 +201,18 @@ be set from the transponder data, but for security reasons vdr can switch to a lesser privileged user id during normal operation. .TP +.BI \-\-updindex= rec +Update the index file for the given recording. +\fIrec\fR must be the full path name of an existing recording. +The recording must be in TS format. +If the recording already has an index file, it will be checked +whether it is complete, and will be updated if it isn't. If +there is no index file yet, a new one will be generated. +The program will return immediately after updating the index. +Note that using this option while another instance of VDR is +currently replaying the given recording, or if the recording +has not been finished yet, may lead to unexpected results. +.TP .BI \-\-userdump Allow coredumps if -u is given (only for debugging). .TP |