mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Sorting recordings internally, with episodes sorted chronologically
This commit is contained in:
7
HISTORY
7
HISTORY
@@ -787,7 +787,7 @@ Video Disk Recorder Revision History
|
||||
- Made the volume, mute and power keys work when a menu is active, too (thanks
|
||||
to Matthias Weingart).
|
||||
|
||||
2001-10-06: Version 0.97
|
||||
2001-10-07: Version 0.97
|
||||
|
||||
- Implemented a lock file to prevent more than one instance of VDR from removing
|
||||
files from the video directory at the same time.
|
||||
@@ -805,3 +805,8 @@ Video Disk Recorder Revision History
|
||||
- Fixed the "EPG bugfix" (sometimes had duplicate information in Subtitle and
|
||||
Extended Description).
|
||||
- Fixed checking for valid video device when setting the video mode.
|
||||
- The external command 'sort' is no longer required. VDR now sorts the list of
|
||||
recordings itself, making sure that recordings that stem from repeating timers
|
||||
are sorted chronologically. Sorting is done according to the setting of the
|
||||
current locale, so you may want to make sure LC_COLLATE is set to the desired
|
||||
value (see INSTALL).
|
||||
|
Reference in New Issue
Block a user