<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 21, 2016 at 9:25 PM, Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net" target="_blank">remi@remlab.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":4nt" class="a3s aXjCH m159230f68c4a7d02">Hello,<br>
<span class=""><br>
Le keskiviikkona 21. joulukuuta 2016, 21.10.35 EET Marcel Schnirring a écrit :<br>
>  SORTFN( SORT_ARTIST, first, second )<br>
>  {<br>
>      int i_ret = meta_sort( first, second, vlc_meta_Artist, false );<br>
> -    /* Items came from the same artist: compare the albums */<br>
> +    /* Items came from the same artist: compare the dates */<br>
>      if( i_ret == 0 )<br>
> -        i_ret = proto_SORT_ALBUM( first, second );<br>
> +        i_ret = proto_SORT_DATE( first, second );<br>
><br>
>      return i_ret;<br>
>  }<br>
<br>
</span>This might be an improvement, but it does not seem to match with the commit<br>
message?</div></blockquote></div><br>I added the new feature in the corresponding place in the chain:</div><div class="gmail_extra">Previously: Artist -> Album</div><div class="gmail_extra">Currently: Artist -> Date -> Album<br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><br><div><div style="font-size:12.8000001907349px"><b><font color="#999999">Mit freundlichen Grüßen / Kind regards,</font></b></div><div style="font-size:12.8000001907349px"><font color="#999999">Marcel Schnirring</font></div></div></div></div></div></div></div>
</div></div>