The Wiki has moved to new hardware, and the old server died.
This is an old revision of the document!
"How to use MPlayer on the command-line"
What is mplayer?
Basically, mplayer is a command-line music player packaged into most slackware installations. Because mplayer doesn't strictly require a desktop environment to be running, it is quite light and is ideal for wimpier machines such as netbooks.
How to invoke mplayer
$ mplayer ~/music/foo.mp3 # Tell mplayer to play your favourite song.
<code> $ mplayer ~/music/*.mp3 # Tell mplayer to play all of your mp3 files under your music directory. <code>
Useful shortcut keys
While running, mplayer can be controlled additional keyboard input.
Some simple but memorable shortcuts: spacebar - Toggles pause/play. return - Next track.
Gotchas
Don't accidentally hit the arrow keys while mplayer is running; It will alter the audio playback speed (quite annoying).