From: kaliko Date: Wed, 11 Feb 2015 22:51:52 +0000 (+0100) Subject: Documentation improvements X-Git-Tag: 0.14.0~14 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;ds=inline;h=d71073a0cf4bae0da48270594eb5a0a33abff05f;p=mpd-sima.git Documentation improvements --- diff --git a/INSTALL b/INSTALL index 36b7864..1b02e69 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Design for python3 >= 3.2 +Designed for python3 >= 3.2 Requires: python-musicpd >= 0.4.0 [0], requests >= 2.2.0 [1] @@ -18,7 +18,7 @@ With python >= 3.3: ./vmpd-sima --help -For pyton < 3.3 and > 3.1 or if you prefer manual installation: +For python < 3.3 or if you prefer manual installation: # On your system may be "pyenv", "python3 -m venv" or "virtualenv" # Refer to the relevant manual to install a python env, 3.2 minimum. diff --git a/doc/examples/album_mode.cfg b/doc/examples/album_mode.cfg index 4d1c8cf..d6f8aec 100644 --- a/doc/examples/album_mode.cfg +++ b/doc/examples/album_mode.cfg @@ -16,7 +16,7 @@ verbosity = info ######################## SIMA CORE #################################### [sima] -history_duration = 24 # in hours +history_duration = 96 # 4 days in hours, get a larger history for album mode queue_length = 5 ######################### PLUGINS ##################################### diff --git a/vinstall.py b/vinstall.py index 5b63f5a..9e3f891 100755 --- a/vinstall.py +++ b/vinstall.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # Copyright (C) 2013 Vinay Sajip. New BSD License. # Copyright (C) 2014 Kaliko Jack #