diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | vdr.5 | 13 |
2 files changed, 13 insertions, 1 deletions
@@ -9278,3 +9278,4 @@ Video Disk Recorder Revision History - Fixed handling SVDRP peering for more than one instance of VDR on the same machine, and improved logging and debug output. - Fixed case inconsistency with SVDRPDefaultHost in config.c. +- Added a section about the '.sort' file to vdr.5. @@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 4.6 2018/02/13 09:33:41 kls Exp $ +.\" $Id: vdr.5 4.7 2018/02/15 16:00:42 kls Exp $ .\" .TH vdr 5 "19 Feb 2015" "2.2" "Video Disk Recorder Files" .SH NAME @@ -821,6 +821,17 @@ closer). \fBCURRENT RESTRICTIONS:\fR -\ the comment is currently not used by VDR +.SS SORT MODE +The file \fI.sort\fR (if present in a directory) contains an integer number +defining the mode by which this directory shall be sorted when presented in a menu. + +The following values are defined: +.TS +tab (@); +l l. +\fB0\fR@sort by name +\fB1\fR@sort by time +.TE .SS RECORDING TIMER The file \fI.timer\fR (if present in a recording directory) contains the full id of the timer that is currently recording into this directory. |