diff --git a/docs/installation/gstreamer.rst b/docs/installation/gstreamer.rst new file mode 100644 index 00000000..d8fc9029 --- /dev/null +++ b/docs/installation/gstreamer.rst @@ -0,0 +1,10 @@ +********************** +Gstreamer installation +********************** + +**TODO** Document Gstreamer installation on Linux, OS X and Windows. + +To install Gstreamer on OS X:: + + sudo port install py26-gst-python py26-gobject \ + gstreamer-plugins-good gstreamer-plugins-ugly diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 6daae78f..d21b49ad 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -18,6 +18,7 @@ Dependencies despotify libspotify + gstreamer - Python >= 2.6 - Dependencies for at least one Mopidy mixer: @@ -36,10 +37,14 @@ Dependencies - see :doc:`despotify` - - LibspotifyBackend (Linux only) + - LibspotifyBackend (Linux, OS X and Windows) - see :doc:`libspotify` + - GstreamerBackend (Linux, OS X and Windows) + + - see :doc:`gstreamer` + Install latest release ====================== diff --git a/docs/installation/libspotify.rst b/docs/installation/libspotify.rst index 3dfd8f5a..5d2448f7 100644 --- a/docs/installation/libspotify.rst +++ b/docs/installation/libspotify.rst @@ -12,6 +12,8 @@ To use the libspotify backend you must install libspotify and This backend requires a Spotify premium account, and it requires you to get an application key from Spotify before use. +**TODO** Test and document installation on OS X. + Installing libspotify =====================