diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-13 11:57:50 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-13 11:57:50 +0100 |
commit | d1d157d755669490d9b5ff65f015dc2a4ae10db7 (patch) | |
tree | d088e5ce1ee1ccc5f1a813f5f958f78ee61cfb06 /HISTORY | |
parent | fef409fe23c9fb6c8114255ad045336a2b97c287 (diff) | |
download | vdr-d1d157d755669490d9b5ff65f015dc2a4ae10db7.tar.gz vdr-d1d157d755669490d9b5ff65f015dc2a4ae10db7.tar.bz2 |
Fixed sorting recordings in case the locale ignores non-alphanumeric characters, or if two folders have the same name, but one of them ends in an additional digit
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7494,7 +7494,7 @@ Video Disk Recorder Revision History use it. - Added maximum SNR value for PCTV Systems PCTV 73ESE (thanks to Cedric Dewijs). -2013-01-12: Version 1.7.36 +2013-01-13: Version 1.7.36 - Added maximum SNR value for PCTV Systems nanoStick T2 290e (thanks to Antti Hartikainen). @@ -7513,3 +7513,6 @@ Video Disk Recorder Revision History parameter ONEDIR=1 (using Make.config) to have all files in one /video directory as before. - Fixed the example for cReceiver in PLUGINS.html. +- Fixed sorting recordings in case the locale ignores non-alphanumeric characters, + or if two folders have the same name, but one of them ends in an additional digit, + as in "abc" and "abc2" (reported by Andreas Mair). |