From 8393525165b9149a6e9d725eba88a65ce3fde0ba Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 16 Jul 2000 10:00:04 +0200 Subject: [PATCH] The 'Recordings' menu is now listed alphabetically --- CONTRIBUTORS | 1 + HISTORY | 1 + recording.c | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5e48bc1f..c038e7ae 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,7 @@ Thanks go to the following people for patches and contributions: Carsten Koch for adding LIRC support + for making the 'Recordings' menu be listed alphabetically Plamen Ganev for fixing the frequency offset for Hotbird channels diff --git a/HISTORY b/HISTORY index 6e97495e..8011e27d 100644 --- a/HISTORY +++ b/HISTORY @@ -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!). diff --git a/recording.c b/recording.c index 2eba90b4..77c46aa5 100644 --- a/recording.c +++ b/recording.c @@ -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