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