From a34532171e48cc3c4537f55ddaea61da7757ff43 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 31 Oct 2010 03:17:29 +0100 Subject: [PATCH] docs: Update roadmap --- docs/development/roadmap.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/development/roadmap.rst b/docs/development/roadmap.rst index 645cbd30..c88ecdf0 100644 --- a/docs/development/roadmap.rst +++ b/docs/development/roadmap.rst @@ -14,11 +14,13 @@ release. Possible targets for the next version ===================================== -- Reintroduce support for OS X. See :issue:`14` for details. -- Support for using multiple Mopidy backends simultaneously. Should make it - possible to have both Spotify tracks and local tracks in the same playlist. +- Reintroduce support for OS X. See :issue:`25` for details. +- **[WIP: feature/multi-backend]** Support for using multiple Mopidy backends + simultaneously. Should make it possible to have both Spotify tracks and local + tracks in the same playlist. - MPD frontend: + - **[WIP: feature/mpd-password]** Password authentication. - ``idle`` support. - Spotify backend: @@ -30,10 +32,10 @@ Possible targets for the next version - Local backend: - Better library support. - - A script for creating a tag cache. + - **[DONE: v0.3]** A script for creating a tag cache. - An alternative to tag cache for caching metadata, i.e. Sqlite. -- **[DONE]** Last.fm scrobbling. +- **[DONE: v0.2]** Last.fm scrobbling. Stuff we want to do, but not right now, and maybe never @@ -52,7 +54,8 @@ Stuff we want to do, but not right now, and maybe never - Compatability: - - Run frontend tests against a real MPD server to ensure we are in sync. + - **[WIP: feature/blackbox-testing]** Run frontend tests against a real MPD + server to ensure we are in sync. - Backends: @@ -64,7 +67,7 @@ Stuff we want to do, but not right now, and maybe never - Publish the server's presence to the network using `Zeroconf `_/Avahi. - - D-Bus/`MPRIS `_ + - **[WIP: feature/mpris-frontend]** D-Bus/`MPRIS `_ - REST/JSON web service with a jQuery client as example application. Maybe based upon `Tornado `_ and `jQuery Mobile `_.