mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a note about the new default sort order of recordings to the release notes of version 1.7.29
This commit is contained in:
parent
64c81d24dc
commit
4d8f68e906
@ -1919,6 +1919,7 @@ Wolfgang Rohdewald <wolfgang@rohdewald.de>
|
|||||||
for pointing out a possible problem with asprintf() if the return value is not
|
for pointing out a possible problem with asprintf() if the return value is not
|
||||||
checked
|
checked
|
||||||
for fixing setting the OSD level in the 'osddemo' example
|
for fixing setting the OSD level in the 'osddemo' example
|
||||||
|
for pointing out a missing statement about the new default sort order of recordings
|
||||||
|
|
||||||
Chad Flynt <hoochster@sofnet.com>
|
Chad Flynt <hoochster@sofnet.com>
|
||||||
for suggestions and experiments regarding the buffer reserve in cTransfer
|
for suggestions and experiments regarding the buffer reserve in cTransfer
|
||||||
|
6
HISTORY
6
HISTORY
@ -7175,6 +7175,10 @@ Video Disk Recorder Revision History
|
|||||||
folder (provided you have write access to that folder).
|
folder (provided you have write access to that folder).
|
||||||
If a folder is newly created by a repeating timer, the sort mode for that
|
If a folder is newly created by a repeating timer, the sort mode for that
|
||||||
folder is initially set to "by time".
|
folder is initially set to "by time".
|
||||||
|
Note that in previous versions the default sort order of the top level video
|
||||||
|
directory was "by name" and all subdirectories were sorted "by time". Now the
|
||||||
|
default sort order for all directories is "by name", so if you have an existing
|
||||||
|
folder that shall be sorted "by time", press the '0' key once to achieve this.
|
||||||
- Fixed several spelling errors (thanks to Ville Skyttä).
|
- Fixed several spelling errors (thanks to Ville Skyttä).
|
||||||
- Fixed handling recording with more than two bonded devices.
|
- Fixed handling recording with more than two bonded devices.
|
||||||
- Fixed the type of MBperMinute in cVideoDiskUsage::HasChanged() (thanks to Andreas
|
- Fixed the type of MBperMinute in cVideoDiskUsage::HasChanged() (thanks to Andreas
|
||||||
@ -7690,3 +7694,5 @@ Video Disk Recorder Revision History
|
|||||||
- The "Recording info" page of the skins that come with VDR now displays the name of
|
- The "Recording info" page of the skins that come with VDR now displays the name of
|
||||||
the channel (if available) from which this recording was taken.
|
the channel (if available) from which this recording was taken.
|
||||||
- Updated the Catalan OSD texts (thanks to Luca Olivetti).
|
- Updated the Catalan OSD texts (thanks to Luca Olivetti).
|
||||||
|
- Added a note about the new default sort order of recordings to the release notes of
|
||||||
|
version 1.7.29 and the UPDATE-2.0.0 file (pointed out by Wolfgang Rohdewald).
|
||||||
|
@ -267,6 +267,10 @@ OSD:
|
|||||||
folder (provided you have write access to that folder).
|
folder (provided you have write access to that folder).
|
||||||
If a folder is newly created by a repeating timer, the sort mode for that
|
If a folder is newly created by a repeating timer, the sort mode for that
|
||||||
folder is initially set to "by time".
|
folder is initially set to "by time".
|
||||||
|
Note that in previous versions the default sort order of the top level video
|
||||||
|
directory was "by name" and all subdirectories were sorted "by time". Now the
|
||||||
|
default sort order for all directories is "by name", so if you have an existing
|
||||||
|
folder that shall be sorted "by time", press the '0' key once to achieve this.
|
||||||
- The new setup option "Miscellaneous/Show channel names with source" can be used to
|
- The new setup option "Miscellaneous/Show channel names with source" can be used to
|
||||||
turn on adding the source character to channel names whenever they are displayed.
|
turn on adding the source character to channel names whenever they are displayed.
|
||||||
- Pressing the Play key during normal live viewing mode now opens the Recordings menu
|
- Pressing the Play key during normal live viewing mode now opens the Recordings menu
|
||||||
|
Loading…
Reference in New Issue
Block a user