tallbl0nde / TriPlayer

A feature-rich background audio player for Nintendo Switch (requires Atmosphere)
MIT License
174 stars 23 forks source link

Songs ordered by metainfo->title and not by filename #47

Open alexkirs opened 2 years ago

alexkirs commented 2 years ago

I have an audiobook where name start with number - order of play: 1 - some title.mp3 2 - some other title.mp3 3 - some diff title.mp3

But in metainfo->title don't have numbers. And TriPlayer orders them by title, not by filename. Can you add option to sort by filename?

tallbl0nde commented 2 years ago

I have plans to incorporate viewing tracks by folder, so I can include this as part of it. A solution for now could be to assign each track a number within TriPlayer, which should then sort them correctly when you view it as an album (assuming they all are part of the same 'album').