On 12/13/07, <b class="gmail_sendername">Anduin Withers</b> &lt;<a href="mailto:awithers@anduin.com">awithers@anduin.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; So am I basically hearing that the sorting is not wrong.&nbsp;&nbsp;In the en_US<br>&gt; locale &quot;X&quot;, &quot;X 2&quot;, and &quot;X 3&quot; are correctly sorted as &quot;X 3&quot;, &quot;X 2&quot;, &quot;X&quot;,<br>&gt; and this is not possible to change (easily or correctly)?
<br><br>No, you changed examples. (X3, X2, X) sorts to (X, X2, X3). However,<br>(X3.ext, X2.ext, X.ext) sorts to (X2.ext, X3.ext, X.ext).<br><br>This doesn&#39;t match what you see, probably because I didn&#39;t bother merging
<br>the sort key (the things used when title sorting) fixes from trunk back to<br>-fixes (either because a release was imminent, or I&#39;m lazy, likely the<br>latter).</blockquote><div><br>Sorry for the change, I guess I simply don&#39;t understand why (sans extensions) they sort they way they do .
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Eventually, something like Michael T. Dean&#39;s patch will probably be done.<br>
<br>I will try to get no-extension name compares in soon.</blockquote><div><br>Is there anything I can do to help?&nbsp; I&#39;m a developer by trade, but haven&#39;t delved very far into Myth recently (once, back in .18 I think, I modified the code so it would use xine (or mplayer) to play a VIDEO_TS directory instead of the first VOB file it found because at that time I was ripping DVD mirror copies to the drive and MythVideo couldn&#39;t handle that.&nbsp; My solution worked but was by no means elegant and I never submitted it back for consideration as a patch (because it made too many assumptions about the way I wanted things).
<br><br>I&#39;m always happy to learn and contribute back to the community.<br><br>Thanks!<br>Brion</div></div><br>