elementary / music

Music player and library designed for elementary OS
https://elementary.io
GNU General Public License v3.0
145 stars 49 forks source link

Chronogical file order when importing a folder #767

Open Dugeor opened 7 months ago

Dugeor commented 7 months ago

Problem

When a folder is imported, files are scattered randomly in the playlist (2, 5, 1) instead of being sorted by mp3 track number (1, 2, 3)

Proposal

Fixing it is as simple as importing it in order of track number in mp3 metadata.

Prior Art (Optional)

No response