X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Findex.rst;h=b3dc0d8218a329d48461489b3fcd7dff847e7ca2;hb=HEAD;hp=72b39ee2ced0c361e5bdc3a57fa5c1ce75008816;hpb=dd2a18ade8d2cdbd3111c4eb01cf95f4a631f8a7;p=mpd-sima.git diff --git a/doc/source/index.rst b/doc/source/index.rst index 72b39ee..b3dc0d8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,7 +15,7 @@ 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 @@ -30,6 +30,13 @@ suggestions but there are other possibilities. 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 #####################