mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
The 'Recordings' menu is now listed alphabetically
This commit is contained in:
parent
c9e4532298
commit
8393525165
@ -2,6 +2,7 @@ Thanks go to the following people for patches and contributions:
|
|||||||
|
|
||||||
Carsten Koch <Carsten.Koch@icem.de>
|
Carsten Koch <Carsten.Koch@icem.de>
|
||||||
for adding LIRC support
|
for adding LIRC support
|
||||||
|
for making the 'Recordings' menu be listed alphabetically
|
||||||
|
|
||||||
Plamen Ganev <pganev@com-it.net>
|
Plamen Ganev <pganev@com-it.net>
|
||||||
for fixing the frequency offset for Hotbird channels
|
for fixing the frequency offset for Hotbird channels
|
||||||
|
1
HISTORY
1
HISTORY
@ -67,3 +67,4 @@ Video Disk Recorder Revision History
|
|||||||
not to be correctly tuned (thanks to Plamen Ganev!).
|
not to be correctly tuned (thanks to Plamen Ganev!).
|
||||||
- Now clearing the replay buffer in search forward/back, which results in
|
- Now clearing the replay buffer in search forward/back, which results in
|
||||||
faster reaction.
|
faster reaction.
|
||||||
|
- The 'Recordings' menu is now listed alphabetically (thanks to Carsten Koch!).
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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
|
#define _GNU_SOURCE
|
||||||
@ -20,7 +20,7 @@
|
|||||||
#define DATAFORMAT "%4d-%02d-%02d.%02d:%02d.%02d.%02d" RECEXT
|
#define DATAFORMAT "%4d-%02d-%02d.%02d:%02d.%02d.%02d" RECEXT
|
||||||
#define NAMEFORMAT "%s/%s/" DATAFORMAT
|
#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 DFCMD "df -m %s"
|
||||||
#define MINDISKSPACE 1024 // MB
|
#define MINDISKSPACE 1024 // MB
|
||||||
|
Loading…
Reference in New Issue
Block a user