stream: Move mopidy.{backends => }.stream
This commit is contained in:
parent
7ab8fd8861
commit
120c381285
@ -54,4 +54,4 @@ Backend implementations
|
||||
|
||||
* :mod:`mopidy.backends.dummy`
|
||||
* :mod:`mopidy.backends.local`
|
||||
* :mod:`mopidy.backends.stream`
|
||||
* :mod:`mopidy.stream`
|
||||
|
||||
@ -708,9 +708,9 @@ throughout Mopidy.
|
||||
**Stream backend**
|
||||
|
||||
We've added a new backend for playing audio streams, the :mod:`stream backend
|
||||
<mopidy.backends.stream>`. It is activated by default. The stream backend
|
||||
supports the intersection of what your GStreamer installation supports and what
|
||||
protocols are included in the :attr:`mopidy.settings.STREAM_PROTOCOLS` setting.
|
||||
<mopidy.stream>`. It is activated by default. The stream backend supports the
|
||||
intersection of what your GStreamer installation supports and what protocols
|
||||
are included in the :attr:`mopidy.settings.STREAM_PROTOCOLS` setting.
|
||||
|
||||
Current limitations:
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ None. The extension just needs Mopidy.
|
||||
Default configuration
|
||||
=====================
|
||||
|
||||
.. literalinclude:: ../../mopidy/backends/stream/ext.conf
|
||||
.. literalinclude:: ../../mopidy/stream/ext.conf
|
||||
:language: ini
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user