You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when dropping tracks to tracklist/playlists windows, no sorting happens (the order comes from the source);
when droppings folders to tracklist/playlists windows instead, the tracklist entries seems non-alphabetically sorted (maybe natural sort it is used): alphabetical sorting should be most appropriate. here an example of a dropped folder:
It's based on how the filesystem sort the files. It's like "get all the files from the current folder". So if we want another sorting we have to sort it ourself. Which will add some sort delay.
when dropping tracks to tracklist/playlists windows, no sorting happens (the order comes from the source);
when droppings folders to tracklist/playlists windows instead, the tracklist entries seems non-alphabetically sorted (maybe natural sort it is used): alphabetical sorting should be most appropriate. here an example of a dropped folder:
current behaviour:
![image](https://private-user-images.githubusercontent.com/84340161/346284361-38a93de9-881a-4219-a571-91836abf628f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNDY1MDAsIm5iZiI6MTczOTA0NjIwMCwicGF0aCI6Ii84NDM0MDE2MS8zNDYyODQzNjEtMzhhOTNkZTktODgxYS00MjE5LWE1NzEtOTE4MzZhYmY2MjhmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIwMjMyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFkNTVlMWEyOGFlMTYyYzJjNmFmNGJmNzBkMjY1NzhiNjExYTJhMTRlY2FmMmVjMDJhMzE3NzNjY2Y4MWU4MDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.A8LBao2NqBxt-LFaAIlyMPTGvmFXOEXUMT1R4-oajY4)
desidered behaviour:
![image](https://private-user-images.githubusercontent.com/84340161/346284382-257daa2f-a9fa-4532-8be2-bd248ab46672.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNDY1MDAsIm5iZiI6MTczOTA0NjIwMCwicGF0aCI6Ii84NDM0MDE2MS8zNDYyODQzODItMjU3ZGFhMmYtYTlmYS00NTMyLThiZTItYmQyNDhhYjQ2NjcyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIwMjMyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNiNjI3ZmVlMTAwNzc2OTgyMGYwNmZjMjg3MmY0MmQ3ZjQwMzc2MDY4YzU4NmY3YjE5MzM0ODc5YTUwOTMwZGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ixPAN6U94MUMcawDK8RxUo5ihM9o2AxmkSk_rgR5AQ4)
example files (put all of them in the same folder):
sorting 1.zip
sorting 2.zip
The text was updated successfully, but these errors were encountered: