markjamesm / MusicSharp

MusicSharp is a lightweight TUI music player written in C#.
https://markjames.dev/blog/developing-a-cli-music-player-csharp/
GNU General Public License v3.0
57 stars 11 forks source link

Added AllowedFileTypes to filter the dialog. #13

Closed rishi-shah closed 4 years ago

rishi-shah commented 4 years ago

Fix for Filter Dialog

marijnz0r commented 4 years ago

Could we accept .wav, .flac and .ogg as well?

rishi-shah commented 4 years ago

Could we accept .wav, .flac and .ogg as well?

Hi, I tried to add all three extension, but during testing, .ogg files wasn't being played and the app crashed. I have committed support .wav and .flac files.