Merge branch 'master' into v1.1.x
This commit is contained in:
commit
09a34fb90c
@ -256,7 +256,7 @@ chain. The function will be called with the error object as the only argument:
|
|||||||
.. code-block:: js
|
.. code-block:: js
|
||||||
|
|
||||||
mopidy.playback.getCurrentTrack()
|
mopidy.playback.getCurrentTrack()
|
||||||
.catch(console.error.bind(console));
|
.catch(console.error.bind(console))
|
||||||
.done(printCurrentTrack);
|
.done(printCurrentTrack);
|
||||||
|
|
||||||
You can also register the error handler at the end of the promise chain by
|
You can also register the error handler at the end of the promise chain by
|
||||||
|
|||||||
@ -74,10 +74,8 @@ If you want to stay up to date on Mopidy developments, you can follow `@mopidy
|
|||||||
announcements related to Mopidy and Mopidy extensions.
|
announcements related to Mopidy and Mopidy extensions.
|
||||||
|
|
||||||
|
|
||||||
Usage
|
|
||||||
=====
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:caption: Usage
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
installation/index
|
installation/index
|
||||||
@ -89,10 +87,8 @@ Usage
|
|||||||
|
|
||||||
.. _ext:
|
.. _ext:
|
||||||
|
|
||||||
Extensions
|
|
||||||
==========
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:caption: Extensions
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
ext/local
|
ext/local
|
||||||
@ -108,10 +104,8 @@ Extensions
|
|||||||
ext/web
|
ext/web
|
||||||
|
|
||||||
|
|
||||||
Clients
|
|
||||||
=======
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:caption: Clients
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
clients/http
|
clients/http
|
||||||
@ -120,10 +114,8 @@ Clients
|
|||||||
clients/upnp
|
clients/upnp
|
||||||
|
|
||||||
|
|
||||||
About
|
|
||||||
=====
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:caption: About
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
authors
|
authors
|
||||||
@ -132,10 +124,8 @@ About
|
|||||||
versioning
|
versioning
|
||||||
|
|
||||||
|
|
||||||
Development
|
|
||||||
===========
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:caption: Development
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
contributing
|
contributing
|
||||||
@ -145,10 +135,8 @@ Development
|
|||||||
extensiondev
|
extensiondev
|
||||||
|
|
||||||
|
|
||||||
Reference
|
|
||||||
=========
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:caption: Reference
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
glossary
|
glossary
|
||||||
|
|||||||
@ -20,13 +20,21 @@ for free. We use their services for the following sites:
|
|||||||
|
|
||||||
- Mailgun for sending emails from the Discourse forum.
|
- Mailgun for sending emails from the Discourse forum.
|
||||||
|
|
||||||
- CDN hosting at http://dl.mopidy.com, which is used to distribute Pi Musicbox
|
|
||||||
|
Fastly
|
||||||
|
======
|
||||||
|
|
||||||
|
`Fastly <https://www.fastly.com/>`_ lets Mopidy use their CDN for free. We
|
||||||
|
accelerate requests to all Mopidy services, including:
|
||||||
|
|
||||||
|
- https://apt.mopidy.com/dists/, which is used to distribute Debian packages.
|
||||||
|
|
||||||
|
- https://dl.mopidy.com/pimusicbox/, which is used to distribute Pi Musicbox
|
||||||
images.
|
images.
|
||||||
|
|
||||||
|
|
||||||
GlobalSign
|
GlobalSign
|
||||||
==========
|
==========
|
||||||
|
|
||||||
`GlobalSign <https://www.globalsign.com/>`_ provides Mopidy with a free
|
`GlobalSign <https://www.globalsign.com/>`_ provides Mopidy with a free SSL
|
||||||
wildcard SSL certificate for mopidy.com, which we use to secure access to all
|
certificate for mopidy.com, which we use to secure access to all our web sites.
|
||||||
our web sites.
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user