A very simple music player

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

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+.