digimezzo / dopamine-windows

Audio player which tries to make organizing and listening to music as simple and pretty as possible.
https://digimezzo.github.io/site/
GNU General Public License v3.0
1.88k stars 266 forks source link

Sort by modification date #1401

Open Tovape opened 1 year ago

Tovape commented 1 year ago

I modified the following files to add a new sort method (sort songs by modification date)

Dopamine/ViewModels/Common/Base/TracksViewModelBase.cs Dopamine.Services/Entities/TrackViewModel.cs Dopamine/ViewModels/Common/Base/CommonViewModelBase.cs Dopamine.Services/Utils/EntityUtils.cs Dopamine.Data/Enums.cs

Ignore the last two commits, I was trying to exclude some configuration files (.csproj) but I don't have a clue on how to do it.