]> git.phdru.name Git - m_librarian.git/blob - docs/command_line.rst
03bb75a257c22451f30fb0280ce920bbd2f7de9d
[m_librarian.git] / docs / command_line.rst
1
2 Command-line scripts
3 ====================
4
5
6 .. contents::
7    :local:
8
9
10 ml-initdb.py
11 ------------
12
13 Initialize database and import genres list. Doesn't really needed as
14 the next script does all that too.
15
16
17 ml-import.py
18 ------------
19
20 Initialize database, import genres list and import a list of INPX files
21 listed in the command line. On subsequent runs doesn't destroy DB or
22 reimport genres; it also skips already import books but import new ones.
23
24 .. vim: set tw=72 :