4,461
edits
mNo edit summary |
mNo edit summary Tag: visualeditor |
||
Line 10: | Line 10: | ||
<source lang="bash"> | <source lang="bash"> | ||
$ calibre-server --manage-users | $ calibre-server --manage-users | ||
</source>Add a book to existing library (-a author -i ISBN -l language -S seriesnumber -t title)<source lang="bash"> | |||
$ calibredb add --with-library http://localhost:8080#korean -a 공자 -i 9788997876068 -l ko -S 1 -t 한글논어 --username cj --password mypasswordhere "Korean/01.한글논어.pdf" | |||
</source> | </source> | ||