[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

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

 howtos:software:mplayer ()