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:
18
INSTALL
18
INSTALL
@@ -90,6 +90,24 @@ option to set the controlling terminal, as in
|
||||
|
||||
vdr:123:respawn:/usr/local/bin/vdr --terminal=/dev/tty8 -w 60
|
||||
|
||||
Locale
|
||||
------
|
||||
|
||||
When presenting the list of recordings, VDR sorts the entries according to
|
||||
the current "locale" settings. This makes sure that special characters (like
|
||||
the German "umlauts") appear at the expected positions. In order to benefit
|
||||
from this you may have to set the locale environment variable, for instance
|
||||
|
||||
export LANG=de_DE
|
||||
|
||||
for a German locale. If you don't want this to result in German error messages
|
||||
in the log file, it is sufficient to just set
|
||||
|
||||
export LC_COLLATE=de_DE
|
||||
|
||||
which only influences the way strings are sorted and leaves error messages
|
||||
in English.
|
||||
|
||||
Automatic restart in case of hangups:
|
||||
-------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user