A very simple music player

Sylvia van Os ccffab7cbf Add basic queue support and README warning 7 years ago
.gitignore 029b660421 Initial commit 7 years ago
LICENSE 029b660421 Initial commit 7 years ago
README.md ccffab7cbf Add basic queue support and README warning 7 years ago
config.sh.example ccffab7cbf Add basic queue support and README warning 7 years ago
music.sh ccffab7cbf Add basic queue support and README warning 7 years ago
music.sh.1 ccffab7cbf Add basic queue support and README warning 7 years ago

README.md

music.sh

music.sh is a very simple shell-based music player that shuffles your music collection. It is not intended to handle large collections. If you wish to handle large collections, use something like MPD instead.

Setup

Copy config.sh.example to config.sh and set the values accordingly.

Usage

Read the manpage for usage instructions.

Dependencies

music.sh should run on any POSIX-compliant system, only requiring mplayer to actually play the music.

License

music.sh is licensed under the GNU GPLv3+.