vlc - it is used to play vlc from command line
To open vlc from terminal $ vlc & $ vlc /path/to/file.mp3
To play all the files $ vlc -Z *
To read in shuffle mode $ vlc -L [files]
To repeat the playlist $ vlc -R [files]
To Put Video in Full Screen $ vlc --fullscreen [file]
regards, T.Dhanasekar