Possiblility to make a list of words that are not used for order (keys).
for example:
List contains a, 'the, de, les, la, le'
'A flock of seagulls' is sorted as 'flock of seagulls'
'The Rolling Stones' are sorted as 'Rolling Stones'
I know this requires an extra column in the tracks-table 'sort-name'
Feature Description
Possiblility to make a list of words that are not used for order (keys). for example: List contains a, 'the, de, les, la, le' 'A flock of seagulls' is sorted as 'flock of seagulls' 'The Rolling Stones' are sorted as 'Rolling Stones' I know this requires an extra column in the tracks-table 'sort-name'