Skip to content
Snippets Groups Projects
Commit 0635abe2 authored by Christian Christiansen's avatar Christian Christiansen Committed by Jean-Baptiste Kempf
Browse files

playlist: sort title and album by filename order

When sorting a playlist by title or album, use the filename sort order
(i.e. 2-title should come before 10-title). strcasecmp would previously
sort 10-title to come before 2-title. strverscmp would also solve the issue
but we use vlc_filenamecmp for the increased accuracy as
vlc_filenamecmp takes user locale into consideration.

We use strverscmp for the sort order of URLs, as URLs are generally
in ASCII and not locale-dependent.

Fixes #14548 #23200 #23611
parent 0366eecd
No related branches found
No related tags found
Loading
Pipeline #115637 passed with stages
in 23 minutes and 53 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment