Compare commits

...

1 commit
main ... main

Author SHA1 Message Date
20958f6bd6 adds books into calibre library 2023-08-12 12:35:21 +00:00

10
addbook Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
clear
printf " Welcome to EXOZME LIBRARY Cli Portal \n You can 'only' add books from here \n"
printf " .-- .... . -. .. -. -.. --- ..- -... - ... \n"
printf " . Link: https://library.exozy.me . \n"
printf " . Db path: /opt/calibre-web/library - \n"
printf " . [ Add book into library! ] . \n"
printf " --. --- - --- .-.. .. -... .-. .- .-. -.-- \n"
read -p "Bookname or bookpath: " book
calibredb add "$book" --with-library /opt/calibre-web/library