From cdf2a3073a6c6c1b562c36408d7f67101f637a80 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 31 Jan 2010 21:51:19 +0100 Subject: [PATCH] Add list of issues we have with pyspotify --- docs/pyspotify-issues.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/pyspotify-issues.rst diff --git a/docs/pyspotify-issues.rst b/docs/pyspotify-issues.rst new file mode 100644 index 00000000..1976c9e6 --- /dev/null +++ b/docs/pyspotify-issues.rst @@ -0,0 +1,7 @@ +Pyspotify issues +---------------- + +* The Spotify URI for playlist, album and track are not available? No other + unique identificator either. Would like to use this instead of holding on to + the Pyspotify objects. Need a lookup method which takes an URI and returns + the matching object too.