Skip to content

An extremely simple music play interface bash script

License

Notifications You must be signed in to change notification settings

bedri/play_random.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

play_random.sh

An extremely simple mp3 player interface bash script for console players

It uses mplayer as a console player but you can use any console based player instead of mplayer. Edit script, find mplayer and replace it with the console player you like.

This script works recursively for executed directory so you can run it from any directory to play any mp3 file under that directory (one of the sub directories).

List color output by Peter.O Visit stackexchange answer for details.

find command read one line at a time trick by John1024 Visit stackexchange answer for details.

Bash array documentation can be found in http://tldp.org/LDP/abs/html/arrays.html

About

An extremely simple music play interface bash script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages