website rev 176

en: Update Multimedia in Hdbk
author Paul Issott <paul@slitaz.org>
date Wed Oct 15 19:37:53 2008 +0000 (2008-10-15)
parents b7f918b33285
children c10e5ca45ef1
files en/doc/cookbook/boot-scripts.html en/doc/cookbook/rootcd.html en/doc/handbook/multimedia.html
line diff
     1.1 --- a/en/doc/cookbook/boot-scripts.html	Mon Oct 13 22:21:38 2008 +0000
     1.2 +++ b/en/doc/cookbook/boot-scripts.html	Wed Oct 15 19:37:53 2008 +0000
     1.3 @@ -49,7 +49,7 @@
     1.4  SliTaz does not use a level of execution (runlevel), the
     1.5  system is initialized via a primary script and its main 
     1.6  configuration file. This script itself launches some other smaller 
     1.7 -scripts which deal with the internationalization or the 
     1.8 +scripts which deal with the internationalization or other
     1.9  commands placed for the system to start.
    1.10  </p>
    1.11  
    1.12 @@ -80,7 +80,7 @@
    1.13  basic services and initializes the base system. It begins by 
    1.14  mounting the filesystems and starts services like syslogd, klogd,
    1.15  mdev and cleans up the system and so on. It
    1.16 -uses the configuration file <code>/etc/rcS.conf</code> to see which daemons
    1.17 +uses the configuration file <code>/etc/rcS.conf</code> to locate which daemons
    1.18  and scripts to launch at startup. You can browse the script
    1.19  to know which commands are executed:
    1.20  </p>
     2.1 --- a/en/doc/cookbook/rootcd.html	Mon Oct 13 22:21:38 2008 +0000
     2.2 +++ b/en/doc/cookbook/rootcd.html	Wed Oct 15 19:37:53 2008 +0000
     2.3 @@ -48,7 +48,7 @@
     2.4  Syslinux and main bootloader of SliTaz - we use the isolinux version to start 
     2.5  the system contained on the CD-ROM. Simple effective and configurable, isolinux
     2.6  was installed during the creation of the base system.
     2.7 -The binary is named isolinux.bin and its configuration file isolinux.cfg.
     2.8 +The binary is named isolinux.bin and its configuration file: isolinux.cfg.
     2.9  Here's an example of isolinux.cfg using isolinux.msg to post the splash
    2.10  image and displayable help files via F1, F2, F3 and F4. You will find the 
    2.11  files help.txt, options.txt, etc in <a href="slitaz-tools.html">SliTaz tools</a>.
    2.12 @@ -175,7 +175,7 @@
    2.13  	kernel /boot/memtest
    2.14  </pre>
    2.15  <p>
    2.16 -Or if you want to use GRUB, the line to launch memtest86:
    2.17 +Or if you want to use GRUB, here's the line to launch memtest86:
    2.18  </p>
    2.19  <pre class="script">title 	Memtest86 (Test system memory)
    2.20  kernel 	/boot/memtest
     3.1 --- a/en/doc/handbook/multimedia.html	Mon Oct 13 22:21:38 2008 +0000
     3.2 +++ b/en/doc/handbook/multimedia.html	Wed Oct 15 19:37:53 2008 +0000
     3.3 @@ -36,14 +36,17 @@
     3.4  	<li><a href="#alsamixer">Alsamixer</a> - Mixer.</li>
     3.5  	<li><a href="#alsaplayer">Alsaplayer</a> - Audio Player.</li>
     3.6  	<li><a href="#asunder">Asunder</a> - Audio CD Ripper.</li>
     3.7 +	<li><a href="#mpd">MPD</a> - Music Player Daemon.</li>
     3.8 +	<li><a href="#mpg123">mpg123</a> - Command line audio player.</li>
     3.9 +	<li><a href="#mplayer">Mplayer</a> - Movie Player.</li>
    3.10  	<li><a href="#xine">Xine</a> - Multimedia Player.</li>
    3.11 -	<li><a href="#mpg123">mpg123</a> - Command line audio player.</li>
    3.12 +	
    3.13  </ul>
    3.14  
    3.15  <a name="intro"></a>
    3.16  <h3>SliTaz sound and video</h3>
    3.17  <p>
    3.18 -SliTaz LiveCD mode provides sound support, but no video player, however you can watch YouTube by installing 
    3.19 +SliTaz LiveCD mode provides sound support, but no video player<sup>**</sup>, however you can watch YouTube by installing 
    3.20  the <code>get-flash-plugin</code> package. To watch videos you can use Xine, it supports most formats such 
    3.21  as avi, mov, mpeg, etc. Note Xine can also act as an audio player. At the sound level, you have a mixer 
    3.22  (alsamixer) and audio player (alsaplayer), both installed by default on the standard LiveCD. SliTaz also
    3.23 @@ -118,18 +121,36 @@
    3.24  edit file names. You will find Asunder in the Multimedia category on the menu.
    3.25  </p>
    3.26  
    3.27 -<a name="xine"></a>
    3.28 -<h3>Xine</h3>
    3.29 +<a name="mpd"></a>
    3.30 +<h3>MPD - Music Player Daemon</h3>
    3.31  <p>
    3.32 -Xine is a multimedia project providing various video viewers and audio players. SliTaz provides libraries 
    3.33 -and a media player contained in the package <code>xine-ui</code>. Xine uses a Xlib interface, a control 
    3.34 -panel, a right click configuration menu and various plugins. It can play ogg, mp3 and flac audio codecs, 
    3.35 -and mov, avi or mpg video formats. To install xine and its dependancies:
    3.36 +MPD is a great little music player that uses the server/client architecture, this means it can be even
    3.37 +run remotely without a X server operating. To install MPD on SliTaz: <code>tazpkg get-install mpd</code>.
    3.38 +MPD on SliTaz drops root priviledges, so to start the server, just run:
    3.39  </p>
    3.40 -<pre>
    3.41 - # tazpkg get-install xine-ui
    3.42 +<pre> $ mpd
    3.43  </pre>
    3.44 -<p>Official Xine <a href="http://xinehq.de/index.php/home">website</a>
    3.45 +<p>
    3.46 +And to stop it:
    3.47 +</p>
    3.48 +<pre> $ mpd --kill
    3.49 +</pre>
    3.50 +<p>
    3.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
    3.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.
    3.53 +</p>
    3.54 +
    3.55 +<h4>MPC - Music Player Client</h4>
    3.56 +<p>
    3.57 +MPC is a popular client for MPD, to load all the files into MPC from the MPD database 
    3.58 +and start to play them, simply install: <code>tazpkg get-install mpc</code> and run:
    3.59 +</p>
    3.60 +<pre> $ mpc add /
    3.61 + $ mpc play
    3.62 +</pre>
    3.63 +<p>
    3.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,
    3.65 +adjust the volume and shuffle tracks, etc.
    3.66  </p>
    3.67  
    3.68  <a name="mpg123"></a>
    3.69 @@ -150,6 +171,33 @@
    3.70   $ mpg123 -w sound.mp3 sound.wav 
    3.71  </pre>
    3.72  
    3.73 +<a name="mplayer"></a>
    3.74 +<h3>Mplayer</h3>
    3.75 +<p>
    3.76 +Mplayer is a popular movie player for Linux suppporting many formats including, DVD, VCD, mpeg, wmv, realvideo, etc.
    3.77 +It can also play various audio codecs such as aac, wma, realaudio, as well as ogg, flac, etc. Mplayer is configurable
    3.78 +via a right click menu and customizable using various skins and GUIs that easily enable you to configure your own video 
    3.79 +drivers, output devices and so on.
    3.80 +</p>
    3.81 +
    3.82 +<a name="xine"></a>
    3.83 +<h3>Xine</h3>
    3.84 +<p>
    3.85 +Xine is a multimedia project providing various video viewers and audio players. SliTaz provides libraries 
    3.86 +and a media player contained in the package <code>xine-ui</code>. Xine uses a Xlib interface, a control 
    3.87 +panel, a right click configuration menu and various plugins. It can play ogg, mp3 and flac audio codecs, 
    3.88 +and mov, avi or mpg video formats. To install xine and its dependancies:
    3.89 +</p>
    3.90 +<pre>
    3.91 + # tazpkg get-install xine-ui
    3.92 +</pre>
    3.93 +<p>Official Xine <a href="http://xinehq.de/index.php/home">website</a>
    3.94 +</p>
    3.95 +
    3.96 +<p>
    3.97 +** <em>Note</em>: mplayer now included in 'cooking' versions.
    3.98 +</p>
    3.99 +
   3.100  <!-- End of content -->
   3.101  </div>
   3.102