There are many audio and video players but I prefer to use one tool for many purposes. And so I thought of using ffplay as both audio and video player.
To play a file the command is like this.
ffplay path_to_audio_file.mp3 Fine, but how do I play a list of audio files or a list of videos?
I tried to use:
ffplay *.mp3 but to no avail. It gives me the following error:
Argument 'audiofileB.mp3' provided as input filename, but 'audiofileA.mp3' was already specified.