From a2adaa1216b84cd4dfb39df9d546e1bbf1005159 Mon Sep 17 00:00:00 2001 From: hellojukay Date: Mon, 24 Jan 2022 00:39:07 +0800 Subject: [PATCH] mpg123: add page (#7689) * cmd: update page * New Page mpg123 * fix file name * fix lint and homepage * change command usage description * fix ci * fix command line usage description * Update mpg123.md * Update mpg123.md * Update mpg123.md --- pages/linux/mpg123.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/mpg123.md diff --git a/pages/linux/mpg123.md b/pages/linux/mpg123.md new file mode 100644 index 0000000000..6c704436e0 --- /dev/null +++ b/pages/linux/mpg123.md @@ -0,0 +1,32 @@ +# mpg123 + +> Console MPEG audio player. +> More information: . + +- Play the specified mp3 files: + +`mpg123 {{path/to/file1.mp3 path/to/file2.mp3 ...}}` + +- Play the mp3 from stdin: + +`cat {{file.mp3}} | mpg123 -` + +- Jump forward to the next song: + +`f` + +- Jump back to the beginning for the song: + +`b` + +- Stop or replay the current file: + +`s` + +- Fast forward: + +`.` + +- Quit: + +`q`