A very simple music player

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

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