docs: Add section on extension config and disabling
This commit is contained in:
parent
370cf133fa
commit
5dea63a548
@ -137,6 +137,24 @@ Core configuration values
|
|||||||
.. _the Python logging docs: http://docs.python.org/2/library/logging.config.html
|
.. _the Python logging docs: http://docs.python.org/2/library/logging.config.html
|
||||||
|
|
||||||
|
|
||||||
|
Extension configuration
|
||||||
|
=======================
|
||||||
|
|
||||||
|
Mopidy's extensions have their own config values that you may want to tweak.
|
||||||
|
For the available config values, please refer to the docs for each extension.
|
||||||
|
Most, if not all, can be found at :ref:`ext`.
|
||||||
|
|
||||||
|
Mopidy extensions are enabled by default when they are installed. If you want
|
||||||
|
to disable an extension without uninstalling it, all extensions support the
|
||||||
|
``enabled`` config value even if it isn't explicitly documented by all
|
||||||
|
extensions. If the ``enabled`` config value is set to ``false`` the extension
|
||||||
|
will not be started. For example, to disable the Spotify extension, add the
|
||||||
|
following to your ``mopidy.conf``::
|
||||||
|
|
||||||
|
[spotify]
|
||||||
|
enabled = false
|
||||||
|
|
||||||
|
|
||||||
Advanced configurations
|
Advanced configurations
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user