The 'Recordings' menu is now listed alphabetically

This commit is contained in:
Klaus Schmidinger 2000-07-16 10:00:04 +02:00
parent c9e4532298
commit 8393525165
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@ Thanks go to the following people for patches and contributions:
Carsten Koch <Carsten.Koch@icem.de>
for adding LIRC support
for making the 'Recordings' menu be listed alphabetically
Plamen Ganev <pganev@com-it.net>
for fixing the frequency offset for Hotbird channels

View File

@ -67,3 +67,4 @@ Video Disk Recorder Revision History
not to be correctly tuned (thanks to Plamen Ganev!).
- Now clearing the replay buffer in search forward/back, which results in
faster reaction.
- The 'Recordings' menu is now listed alphabetically (thanks to Carsten Koch!).

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: recording.c 1.8 2000/05/13 16:16:56 kls Exp $
* $Id: recording.c 1.9 2000/07/15 16:55:08 kls Exp $
*/
#define _GNU_SOURCE
@ -20,7 +20,7 @@
#define DATAFORMAT "%4d-%02d-%02d.%02d:%02d.%02d.%02d" RECEXT
#define NAMEFORMAT "%s/%s/" DATAFORMAT
#define FINDCMD "find %s -type d -name '%s'"
#define FINDCMD "find %s -type d -name '%s' | sort -df"
#define DFCMD "df -m %s"
#define MINDISKSPACE 1024 // MB