docs: Point Raspi users to the config and run sections
Ref. user not configuring or trying to run Mopidy at http://www.raspberrypi.org/phpBB3/viewtopic.php?t=66074&p=484932
This commit is contained in:
parent
b1e5878518
commit
d43a944d4d
@ -54,27 +54,6 @@ you a lot better performance.
|
||||
|
||||
echo ipv6 | sudo tee -a /etc/modules
|
||||
|
||||
#. Installing Mopidy and its dependencies from `apt.mopidy.com
|
||||
<http://apt.mopidy.com/>`_, as described in :ref:`installation`. In short::
|
||||
|
||||
wget -q -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -
|
||||
sudo wget -q -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list
|
||||
sudo apt-get update
|
||||
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
|
||||
connector, I have to run::
|
||||
|
||||
@ -92,9 +71,15 @@ you a lot better performance.
|
||||
command to e.g. ``/etc/rc.local``, which will be executed when the system is
|
||||
booting.
|
||||
|
||||
#. Install Mopidy and its dependencies from `apt.mopidy.com
|
||||
<http://apt.mopidy.com/>`_, as described in :ref:`installation`.
|
||||
|
||||
Fixing audio quality issues
|
||||
===========================
|
||||
#. Finally, you need to set a couple of :doc:`config values </config>`, and
|
||||
then you're ready to :doc:`run Mopidy </running>`.
|
||||
|
||||
|
||||
Appendix: Fixing audio quality issues
|
||||
=====================================
|
||||
|
||||
As of about April 2013 the following steps should resolve any audio
|
||||
issues for HDMI and analog without the use of an external USB sound
|
||||
|
||||
Loading…
Reference in New Issue
Block a user