[mythtv] Sorting in EPG Program Finder

Ben Bucksch linux.news at bucksch.org
Mon May 12 23:49:51 EDT 2003


Ben Marchandise wrote:

>the  first word is "The" or "A".
>
>This is an interesting feature, but obviously it works in English only. I have written a patch to have it work with any language via customization. ideally it should be a part of the localization work
>
Shouldn't it be as simple as
- " title LIKE '%1' OR title LIKE 'The %1' OR title LIKE 'A %1'"
+ tr(" title LIKE '%1' OR title LIKE 'The %1' OR title LIKE 'A %1'")
(assuming arg() replaces all occurances)?



More information about the mythtv-dev mailing list