SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
30.43k stars 3.18k forks source link

aplay: directory and .m3u playlist support #374

Open danboid opened 5 years ago

danboid commented 5 years ago

aplay should be able to play a directory full of audio (just wav, currently) files if the user appends a directory instead of a file and it would also be cool if it could play .m3u playlists, if only for wav files for the moment.

danboid commented 5 years ago

Adding this would also really require the ability to skip back and forth through the track listing.

I think directory play might work best as a non-recursive function ie only play the tracks in the top level of the specified directory.

danboid commented 5 years ago

It would also be very handy to be able to pause and unpause file playback with the space button.