X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Findex.rst;h=b3dc0d8218a329d48461489b3fcd7dff847e7ca2;hb=db35ea171e147ed3d65bdab0e2f14caaf96582f9;hp=3a1cb25f3701477d67d7eeffdde4143a82974850;hpb=2eeffda2917fb742d85c97cf93388f9678d9d9fd;p=mpd-sima.git diff --git a/doc/source/index.rst b/doc/source/index.rst index 3a1cb25..b3dc0d8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,9 +15,11 @@ MPD_sima (or any advanced music players, MPD_ among them), you need to ensure your library is correctly tagged (see :ref:`metadata-convention`). The default setting for MPD_sima is to queue similar artists thanks to last.fm_ -suggestions but there are other possibilities. +suggestions but there are other possibilities, see :ref:`configuration-examples`. -**To queue tracks from similar artists, start playing a track in MPD then launch MPD_sima:** +**To queue tracks from similar artists:** + - start playing a track in MPD + - launch MPD_sima .. code-block:: sh @@ -27,6 +29,14 @@ suggestions but there are other possibilities. # runs against a specific MPD server mpd-sima --host mpd.example.org + +**To start in random queuing mode:** + +.. code-block:: sh + + # Adds 5 tracks at random when there is only 1 track in the queue + mpd-sima random 5 + ##################### User's documentation ##################### @@ -38,6 +48,20 @@ User's documentation user/* +############ +Unix Manuals +############ + +These manual pages were written for the Debian system (and may be used by others). + +.. toctree:: + :maxdepth: 2 + :titlesonly: + + man/mpd-sima.1.rst + man/mpd_sima.cfg.5.rst + + ########################## Development documentation ########################## @@ -53,9 +77,9 @@ Development documentation dev/simadb -################### +################## Indices and tables -################### +################## * :ref:`genindex` * :ref:`modindex`