From 250fec104cc5ffccf8aedf9716c2570c87c14439 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 23 Dec 2009 15:44:42 +0100 Subject: [PATCH] Add some resource links --- README.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.rst b/README.rst index e69de29b..c21677b6 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,26 @@ +****** +mopidy +****** + +mopidy is a MPD server with a Spotify backend. + + +Resources +========= + +MPD +--- + +- `MPD protocol documentation `_ +- The original `MPD server `_ + +Spotify +------- + +- `spytify + `_, + the Python bindings for `despotify `_ +- `Spotify's official metadata API + `_ +- `pyspotify `_, Python bindings for the + official Spotify library, libspotify