[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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:software:mplayer [2012/10/20 00:00 (UTC)] aschyielhowtos:software:mplayer [2012/10/20 00:07 (UTC)] aschyiel
Line 5: Line 5:
  
 == What is mplayer? == == What is mplayer? ==
-Basically, mplayer is a command-line music player packaged into most slackware installations. +Basically, mplayer is a command-line movie player packaged into most slackware installations that happens to work great with music files in addition to watching movies
-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.+Because mplayer doesn't strictly require a desktop environment to be running while playing music, it is quite light and is ideal for wimpier machines such as netbooks.
  
 == How to invoke mplayer == == How to invoke mplayer ==
 +Below are a couple of basic ways of calling mplayer.
  
 <code> <code>
Line 19: Line 20:
  
 == Useful shortcut keys == == Useful shortcut keys ==
-While running, mplayer can be controlled additional keyboard input.+While running, mplayer can be controlled by additional keyboard input.
  
 Some simple but memorable shortcuts: Some simple but memorable shortcuts:
-spacebar - Toggles pause/play. +  * spacebar - Toggles pause/play. 
-return - Next track.+  return - Next track.
  
 == Gotchas == == Gotchas ==
 Don't accidentally hit the arrow keys while mplayer is running; It will alter the audio playback speed (quite annoying). Don't accidentally hit the arrow keys while mplayer is running; It will alter the audio playback speed (quite annoying).
 +
 +== Playlists ==
 +You can also tell mplayer to play tracks from a playlist.
 +Below are some examples:
 +<code>
 +</code>
 +<code>
 +$ mplayer 
 +</code>
 howtos:software:mplayer ()