
mpg123
List of commands for mpg123:
-
mpg123:ai:17dd5 mpg123 variables in script$ mpg123 --title --stdout file.mp3try on your machineexplain this command
-
mpg123:ai:67aab mpg123 won't play from a bash script$ mpg123 -q yourfile.mp3try on your machineexplain this command
-
mpg123:tldr:3c26e mpg123: Play the mp3 from `stdin`.$ cat ${file-mp3} | mpg123 -try on your machineexplain this command
-
mpg123:tldr:92eb5 mpg123: Jump back to the beginning for the song.$ btry on your machineexplain this command
-
mpg123:tldr:a89ca mpg123: Play the specified mp3 files.$ mpg123 ${filename1-mp3 filename2-mp3 ---}try on your machineexplain this command