From 09b6859752948f9aa8ed230c910aa960a09eb80e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 1 Apr 2013 23:57:33 +0200 Subject: [PATCH] docs: Update extensiondev implementation plan --- docs/extensiondev.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 8e636b1e..5d1af244 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -382,7 +382,9 @@ extensions work. - any config values provided via command line arguments. -9. Add command line options for: +9. Replace all use of ``mopidy.settings`` with the new config object. + +10. Add command line options for: - loading an additional config file for this execution of Mopidy, @@ -392,3 +394,5 @@ extensions work. - write a config value permanently to ``~/.config/mopidy/mopidy.conf``, or ``/etc/mopidy/mopidy.conf`` if root, and exit. + +11. Reimplement ``--list-deps`` based upon information provided by extensions.