docs: Add hint about installing extension packages (fixes #627)
This commit is contained in:
parent
1d690a09c7
commit
67fafd67d2
@ -42,6 +42,19 @@ in the same way as you get updates to the rest of your distribution.
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install mopidy
|
sudo apt-get install mopidy
|
||||||
|
|
||||||
|
Note that this will only install the main Mopidy package. For e.g. Spotify
|
||||||
|
or SoundCloud support you need to install the respective extension packages.
|
||||||
|
To list all the extensions available from apt.mopidy.com, you can run::
|
||||||
|
|
||||||
|
apt-cache search mopidy
|
||||||
|
|
||||||
|
To install one of the listed packages, e.g. ``mopidy-spotify``, simply run::
|
||||||
|
|
||||||
|
sudo apt-get install mopidy-spotify
|
||||||
|
|
||||||
|
For a full list of available Mopidy extensions, including those not
|
||||||
|
installable from apt.mopidy.com, see :ref:`ext`.
|
||||||
|
|
||||||
#. Finally, you need to set a couple of :doc:`config values </config>`, and then
|
#. Finally, you need to set a couple of :doc:`config values </config>`, and then
|
||||||
you're ready to :doc:`run Mopidy </running>`.
|
you're ready to :doc:`run Mopidy </running>`.
|
||||||
|
|
||||||
|
|||||||
@ -62,6 +62,19 @@ you a lot better performance.
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install mopidy
|
sudo apt-get install mopidy
|
||||||
|
|
||||||
|
Note that this will only install the main Mopidy package. For e.g. Spotify
|
||||||
|
or SoundCloud support you need to install the respective extension packages.
|
||||||
|
To list all the extensions available from apt.mopidy.com, you can run::
|
||||||
|
|
||||||
|
apt-cache search mopidy
|
||||||
|
|
||||||
|
To install one of the listed packages, e.g. ``mopidy-spotify``, simply run::
|
||||||
|
|
||||||
|
sudo apt-get install mopidy-spotify
|
||||||
|
|
||||||
|
For a full list of available Mopidy extensions, including those not
|
||||||
|
installable from apt.mopidy.com, see :ref:`ext`.
|
||||||
|
|
||||||
#. Since I have a HDMI cable connected, but want the sound on the analog sound
|
#. Since I have a HDMI cable connected, but want the sound on the analog sound
|
||||||
connector, I have to run::
|
connector, I have to run::
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user