2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 18:17:25 +01:00
Files
dockerfiles_vimagick/cmus/README.md
2025-10-09 15:23:34 +08:00

25 lines
436 B
Markdown

cmus
====
[cmus][1] is a small, fast and powerful console music player for Unix-like operating systems.
## up and running
```bash
$ docker-compose up -d
$ docker-compose exec cmus cmus-remote --help
$ docker-compose exec cmus cmus-remote --passwd secret
>>> clear
>>> add ~/music
>>> set continue=true
>>> set repeat=true
>>> set shuffle=true
>>> set resume=true
>>> player-play
>>> ^D
$ alsamixer
```
[1]: https://cmus.github.io/