Ideally, you want natural sort order https://en.wikipedia.org/wiki/Natural_sort_order with this one exception for "The" because otherwise you end up with half the titles in the world under "T".
This goes for song titles, band names, album names, everything.
In computing, natural sort order (or natural sorting) is the ordering of strings in alphabetical order, except that multi-digit numbers are treated atomically, i.e., as if they were a single character. Natural sort order has been promoted as being more human-friendly ("natural") than machine-oriented, pure alphabetical sort order.
For example, i...