Switch to side-by-side view

--- a/src/mediaserver/cdplugins/cdplugin.hxx
+++ b/src/mediaserver/cdplugins/cdplugin.hxx
@@ -45,8 +45,12 @@
     virtual bool setfileops(CDPlugin *, const std::string& path,
                             UPnPProvider::VirtualDir::FileOps ops)= 0;
 
-    /// Access the main configuration file.
+    /// Get a pointer to the the main configuration file contents.
     virtual ConfSimple *getconfig(CDPlugin *)= 0;
+
+    /// This calls plg->getname() and returns something like
+    /// datadir/nm/nm-app.py. Can't see why this is in contentdirectory
+    /// since it seems very specific to plgwithslave...
     virtual std::string getexecpath(CDPlugin *)= 0;
 };