こりゃいいや。
これなら、Kindle 第3世代(Amazon.com)、Paperwhite、kobo touchの3台体制でもばっちりやないですか。
細かい話ですが、以下の記事のとおり実行するとエラーになりました。
第4回 サーバー上のCalibreから,Kindleへニュースを自動プッシュする:オープンソースの電子書籍管理ソフト「Calibre」を使いこなそう!|gihyo.jp … 技術評論社・・・
そして,Calibreのコンテンツ・サーバーを立ち上げます。
/opt/calibre/bin/calibre-server --port=80 --username=USERNAME --password=PASSWORD --daemonize
こうすることで,このサーバーにブラウザからアクセスするとCalibreのコンテンツ・サーバーが見え,CalibreのライブラリDBの中の書
エラー:
root@Ubuntu12:/home/syasuda# /opt/calibre/bin/calibre-server --port=8190 --usern
ame=syasuda --password=syasuda --daemonize
/opt/calibre/bin/calibre-server: error while loading shared libraries: libcalibre-launcher.so: cannot open shared object file: No such file or directory
ただしくは、
/opt/calibre/calibre-server・・・
のようです。最近のバージョンで挙動が変わったのかもしれません。
バージョンメモ:
syasuda@Ubuntu12:~$ /opt/calibre/ebook-convert --version
ebook-convert (calibre 0.9.14)
コメント