2022-01-24 00:39:07 +08:00
|
|
|
# mpg123
|
|
|
|
|
|
|
|
> Console MPEG audio player.
|
|
|
|
> More information: <https://manned.org/mpg123>.
|
|
|
|
|
|
|
|
- Play the specified mp3 files:
|
|
|
|
|
|
|
|
`mpg123 {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
|
|
|
|
|
2022-12-04 08:53:34 +01:00
|
|
|
- Play the mp3 from `stdin`:
|
2022-01-24 00:39:07 +08:00
|
|
|
|
|
|
|
`cat {{file.mp3}} | mpg123 -`
|
|
|
|
|
|
|
|
- Jump forward to the next song:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<f>`
|
2022-01-24 00:39:07 +08:00
|
|
|
|
|
|
|
- Jump back to the beginning for the song:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<b>`
|
2022-01-24 00:39:07 +08:00
|
|
|
|
|
|
|
- Stop or replay the current file:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<s>`
|
2022-01-24 00:39:07 +08:00
|
|
|
|
|
|
|
- Fast forward:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<.>`
|
2022-01-24 00:39:07 +08:00
|
|
|
|
|
|
|
- Quit:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<q>`
|