mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 08:56:17 +00:00
Moving the configuration doc
This commit is contained in:
parent
15e5114cd9
commit
33d0739c4e
@ -1,15 +1,19 @@
|
|||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
|
|
||||||
*Supysonic* looks for four files for its configuration: ``/etc/supysonic``,
|
Supysonic looks for four files for its configuration: :file:`/etc/supysonic`,
|
||||||
``~/.supysonic``, ``~/.config/supysonic/supysonic.conf`` and ``supysonic.conf``
|
:file:`~/.supysonic`, :file:`~/.config/supysonic/supysonic.conf` and
|
||||||
in the current folder, merging values from all files.
|
:file:`supysonic.conf` in the current working directory, in this order, merging
|
||||||
|
values from all files.
|
||||||
|
|
||||||
Configuration files must respect a structure similar to Windows INI file, with
|
Configuration files must respect a structure similar to Windows INI file, with
|
||||||
``[section]`` headers and using a ``KEY = VALUE`` or ``KEY: VALUE`` syntax.
|
``[section]`` headers and using a ``KEY = VALUE`` or ``KEY: VALUE`` syntax.
|
||||||
|
|
||||||
You'll find a roughly documented configuration sample file at the root of the
|
If you cloned Supysonic from its `GitHub repository`__ you'll find a roughly
|
||||||
project, file conveniently named ``config.sample``. More details below.
|
documented configuration sample file at the root of the project, file
|
||||||
|
conveniently named :file:`config.sample`. More details below.
|
||||||
|
|
||||||
|
__ http://github.com/spl0k/supysonic
|
||||||
|
|
||||||
``[base]`` section
|
``[base]`` section
|
||||||
------------------
|
------------------
|
||||||
@ -197,7 +201,7 @@ library folders and providing the jukebox feature.
|
|||||||
|
|
||||||
``jukebox_command``
|
``jukebox_command``
|
||||||
Command used by the jukebox mode to play a single file.
|
Command used by the jukebox mode to play a single file.
|
||||||
See the :doc:`jukebox documentation <jukebox>` for more details.
|
See the :doc:`jukebox documentation <../jukebox>` for more details.
|
||||||
|
|
||||||
``log_file``
|
``log_file``
|
||||||
Rotating file where events generated by the file watcher are logged.
|
Rotating file where events generated by the file watcher are logged.
|
||||||
@ -277,7 +281,7 @@ This section defines command-line programs to be used to convert an audio file
|
|||||||
to another format or change its bitrate. All configurations in the sample below
|
to another format or change its bitrate. All configurations in the sample below
|
||||||
have **not** been thoroughly tested.
|
have **not** been thoroughly tested.
|
||||||
For more details, please refer to the
|
For more details, please refer to the
|
||||||
:doc:`transcoding configuration <transcoding>`.
|
:doc:`transcoding configuration <../transcoding>`.
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
@ -6,7 +6,7 @@ or PostgreSQL database.
|
|||||||
|
|
||||||
If you absolutely have no clue about databases, you can go with SQLite as it
|
If you absolutely have no clue about databases, you can go with SQLite as it
|
||||||
doesn't need any setup other than specifying a path for the database in the
|
doesn't need any setup other than specifying a path for the database in the
|
||||||
:doc:`configuration <../configuration>`.
|
:doc:`configuration <configuration>`.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@ -9,3 +9,4 @@ start serving your music.
|
|||||||
|
|
||||||
install
|
install
|
||||||
database
|
database
|
||||||
|
configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user