You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
564 B
Plaintext

Note for video:
# content server
# http://manual.calibre-ebook.com/cli/calibre-server.html
# http://192.168.1.xxx:8500
cmx-server() { calibre-server -p 8500 --daemonize --with-library ~/.calibre/Comic
calibre-server -p 8501 --daemonize --with-library ~/.calibre/Dojinshi
calibre-server -p 8502 --daemonize --with-library ~/.calibre/Eurotica
calibre-server -p 8503 --daemonize --with-library ~/.calibre/Hanime
calibre-server -p 8504 --daemonize --with-library ~/.calibre/Normal
calibre-server -p 8505 --daemonize --with-library ~/.calibre/Textbook
}