website diff en/doc/handbook/multimedia.html @ rev 327

en: Update Hdbk (V2)
author Paul Issott <paul@slitaz.org>
date Wed Mar 25 12:51:05 2009 +0000 (2009-03-25)
parents 658f2885e2f2
children 0c0e01ff2a37
line diff
     1.1 --- a/en/doc/handbook/multimedia.html	Thu Sep 11 13:48:14 2008 +0000
     1.2 +++ b/en/doc/handbook/multimedia.html	Wed Mar 25 12:51:05 2009 +0000
     1.3 @@ -36,14 +36,17 @@
     1.4  	<li><a href="#alsamixer">Alsamixer</a> - Mixer.</li>
     1.5  	<li><a href="#alsaplayer">Alsaplayer</a> - Audio Player.</li>
     1.6  	<li><a href="#asunder">Asunder</a> - Audio CD Ripper.</li>
     1.7 +	<li><a href="#mpd">MPD</a> - Music Player Daemon.</li>
     1.8 +	<li><a href="#mpg123">mpg123</a> - Command line audio player.</li>
     1.9 +	<li><a href="#mplayer">Mplayer</a> - Movie Player.</li>
    1.10  	<li><a href="#xine">Xine</a> - Multimedia Player.</li>
    1.11 -	<li><a href="#mpg123">mpg123</a> - Command line audio player.</li>
    1.12 +	
    1.13  </ul>
    1.14  
    1.15  <a name="intro"></a>
    1.16  <h3>SliTaz sound and video</h3>
    1.17  <p>
    1.18 -SliTaz LiveCD mode provides sound support, but no video player, however you can watch YouTube by installing 
    1.19 +SliTaz LiveCD mode provides sound support, but no video player<sup>**</sup>, however you can watch YouTube by installing 
    1.20  the <code>get-flash-plugin</code> package. To watch videos you can use Xine, it supports most formats such 
    1.21  as avi, mov, mpeg, etc. Note Xine can also act as an audio player. At the sound level, you have a mixer 
    1.22  (alsamixer) and audio player (alsaplayer), both installed by default on the standard LiveCD. SliTaz also
    1.23 @@ -118,18 +121,36 @@
    1.24  edit file names. You will find Asunder in the Multimedia category on the menu.
    1.25  </p>
    1.26  
    1.27 -<a name="xine"></a>
    1.28 -<h3>Xine</h3>
    1.29 +<a name="mpd"></a>
    1.30 +<h3>MPD - Music Player Daemon</h3>
    1.31  <p>
    1.32 -Xine is a multimedia project providing various video viewers and audio players. SliTaz provides libraries 
    1.33 -and a media player contained in the package <code>xine-ui</code>. Xine uses a Xlib interface, a control 
    1.34 -panel, a right click configuration menu and various plugins. It can play ogg, mp3 and flac audio codecs, 
    1.35 -and mov, avi or mpg video formats. To install xine and its dependancies:
    1.36 +MPD is a great little music player that uses the server/client architecture, this means it can be even
    1.37 +run remotely without a X server operating. To install MPD on SliTaz: <code>tazpkg get-install mpd</code>.
    1.38 +MPD on SliTaz drops root priviledges, so to start the server, just run:
    1.39  </p>
    1.40 -<pre>
    1.41 - # tazpkg get-install xine-ui
    1.42 +<pre> $ mpd
    1.43  </pre>
    1.44 -<p>Official Xine <a href="http://xinehq.de/index.php/home">website</a>
    1.45 +<p>
    1.46 +And to stop it:
    1.47 +</p>
    1.48 +<pre> $ mpd --kill
    1.49 +</pre>
    1.50 +<p>
    1.51 +Simply drag your music files into the ~/music folder (or create a link) and then run <code>mpd --create-db</code> as <code>root</code> to update the database
    1.52 +and you're ready to use one of the many clients. The <code>mpd --version</code> command lets you have a full list of available formats and outputs.
    1.53 +</p>
    1.54 +
    1.55 +<h4>MPC - Music Player Client</h4>
    1.56 +<p>
    1.57 +MPC is a popular client for MPD, to load all the files into MPC from the MPD database 
    1.58 +and start to play them, simply install: <code>tazpkg get-install mpc</code> and run:
    1.59 +</p>
    1.60 +<pre> $ mpc add /
    1.61 + $ mpc play
    1.62 +</pre>
    1.63 +<p>
    1.64 +The command <code>mpc --help</code> gives you a full list of all the available options that allow you to edit the playlist, enable crossfade,
    1.65 +adjust the volume and shuffle tracks, etc.
    1.66  </p>
    1.67  
    1.68  <a name="mpg123"></a>
    1.69 @@ -150,6 +171,33 @@
    1.70   $ mpg123 -w sound.mp3 sound.wav 
    1.71  </pre>
    1.72  
    1.73 +<a name="mplayer"></a>
    1.74 +<h3>Mplayer</h3>
    1.75 +<p>
    1.76 +Mplayer is a popular movie player for Linux suppporting many formats including, DVD, VCD, mpeg, wmv, realvideo, etc.
    1.77 +It can also play various audio codecs such as aac, wma, realaudio, as well as ogg, flac, etc. Mplayer is configurable
    1.78 +via a right click menu and customizable using various skins and GUIs that easily enable you to configure your own video 
    1.79 +drivers, output devices and so on.
    1.80 +</p>
    1.81 +
    1.82 +<a name="xine"></a>
    1.83 +<h3>Xine</h3>
    1.84 +<p>
    1.85 +Xine is a multimedia project providing various video viewers and audio players. SliTaz provides libraries 
    1.86 +and a media player contained in the package <code>xine-ui</code>. Xine uses a Xlib interface, a control 
    1.87 +panel, a right click configuration menu and various plugins. It can play ogg, mp3 and flac audio codecs, 
    1.88 +and mov, avi or mpg video formats. To install xine and its dependancies:
    1.89 +</p>
    1.90 +<pre>
    1.91 + # tazpkg get-install xine-ui
    1.92 +</pre>
    1.93 +<p>Official Xine <a href="http://xinehq.de/index.php/home">website</a>
    1.94 +</p>
    1.95 +
    1.96 +<p>
    1.97 +** <em>Note</em>: mplayer now included in 'cooking' versions.
    1.98 +</p>
    1.99 +
   1.100  <!-- End of content -->
   1.101  </div>
   1.102