]> git.phdru.name Git - m_librarian.git/blobdiff - docs/command_line.rst
Feat: Web UI
[m_librarian.git] / docs / command_line.rst
index 62584436047df73c9ef9169fea58a283e2a55e9e..4bde53d9f3b354636c10df9afaa7026ccdee9870 100644 (file)
@@ -29,12 +29,13 @@ ml-import.py
 
 Usage::
 
-    ml-import.py [-C] [-D] [file.inpx ...]
+    ml-import.py [-C] [-D] [-P] [file.inpx ...]
 
 Options::
 
     -C, --config config      Configuration file
     -D, --database database  Open this database by pathname/db uri
+    -P, --no-pbar            Inhibit progress bar
 
 Initialize database, import genres list and import a list of INPX files
 listed in the command line. On subsequent runs doesn’t destroy DB or
@@ -252,4 +253,20 @@ Options::
 
 With one option `-v` it also prints database id.
 
+
+ml-web.py
+------------
+
+Usage::
+
+    ml-web.py [-p port]
+
+Options::
+
+    -p, --port port      HTTP port to listen to
+
+Run a web server. If a port is given listen on the given port. Else
+choose a random port. Start a browser (or open a new window of a running
+browser) pointing it to the server.
+
 .. vim: set tw=72 :