Matthias Fechner wrote:
Hello Martin,
- Martin Prochnow martinprochnow@yahoo.de [26-03-06 18:27]:
sorting is something I have to look at. The sorting as you see it is done by VDR. There exist patches to change to way of sorting but I don't like patching VDR (one reason because I write this plugin). But it's on my todo list ;)
I don't use any patches for VDR, but the sorting of the normal VDR recording menu is different to your plugin. In the VDR recording I have at first all leading "%" and then all recordings without a leading "%". Both parts are sorted alphabetically, but for your plugin the sorting is:
- all folders with subfolders and a leading "%"
- all folders with subfolders without a leading "%"
- all folders without subfolders with leading "%"
- all folders without subfolders without leading "%"
The sorting depends on the "locale" that's currently used. Maybe that explains the difference.
Klaus