Changes in 0.9.1
----------------
+ * Add playlistlength command
* Add stickernames command
* Add searchcount command
* Improved documentation, add supported commands rtype
* **playlistadd** -> None
* **playlistclear** -> None
* **playlistdelete** -> None
+* **playlistlength** -> dict
* **playlistmove** -> None
* **rename** -> None
* **rm** -> None
"playlistadd": self._fetch_nothing,
"playlistclear": self._fetch_nothing,
"playlistdelete": self._fetch_nothing,
+ "playlistlength": self._fetch_object,
"playlistmove": self._fetch_nothing,
"rename": self._fetch_nothing,
"rm": self._fetch_nothing,