X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fman%2Fmpd_sima.cfg.5.rst;fp=doc%2Fsource%2Fman%2Fmpd_sima.cfg.5.rst;h=1ebe865a32b95e69b6cc988638fa8a17fa3049b6;hb=8f164c9ff754dc496eb7f9e8cf23be6062ee15d5;hp=bc3dbda01fba2589cfdda0d0e03b62460321a175;hpb=1f0b87feb6e935fb87563b7c8bf1527346c93833;p=mpd-sima.git diff --git a/doc/source/man/mpd_sima.cfg.5.rst b/doc/source/man/mpd_sima.cfg.5.rst index bc3dbda..1ebe865 100644 --- a/doc/source/man/mpd_sima.cfg.5.rst +++ b/doc/source/man/mpd_sima.cfg.5.rst @@ -27,8 +27,8 @@ Here is an example of autoqueue using file tags only. [sima] # Setup internal plugins # Tags plugin falls back to Random if nothing is found then Crop the queue internal = Tags, Random, Crop - history_duration=48 # 48h / 24 = 2 days - queue_length=2 # triggers autoqueue when 2 tracks remains to play + history_duration = 48 # 48h / 24 = 2 days + queue_length = 2 # triggers autoqueue when 2 tracks remains to play [tags] # Look for files with tagged with genre "electronica" OR "IDM" OR "glitch" @@ -36,7 +36,7 @@ Here is an example of autoqueue using file tags only. [crop] # keep 30 played tracks in playlist - consume=30 + consume = 30 Album queue mode using last.fm recommendations (online mode). @@ -118,7 +118,7 @@ Configure process daemon. **[daemon]** **daemon=false** - whether to daemonize process or not. + Whether to daemonize process or not. **pidfile=** Where to store process ID.