booksing

command module
v0.187.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2017 License: MIT Imports: 31 Imported by: 0

README

booksing

A tool to browse epubs and convert them to mobi ebooks using kindlegen.

Heavily inspired by https://github.com/geek1011/BookBrowser/

Features

  • Easy-to-use
  • Searches for query in authors name and title of book
  • List view
  • "Responsive" web interface
  • Sorted by Author
  • Conversion to mobi with Amazon kindlegen
  • automatic deletion of duplicates and unparsable epubs
    • epubs are marked as duplicates when the author and title are exactly the same (after fixing case and last name, first name issues)
    • if an epub is unparsable by booksing, it is deleted if ALLOW_DELETES is set, this doesn't always mean your e-reader cannot read it!
  • The first scan takes the longest, as all epubs are parsed from scratch, additional scans only parse new epubs.
    • setting ALLOW_DELETES speeds up this process as well, because duplicates get parsed every scan
  • The speed is highly dependant on the DATABASE_LOCATION. If at all possible, place this on a SSD. This will speed up all operations a lot!
  • With the DATABASE_LOCATION on an SSD, it is possible to re-scan more than 15.000 epubs on an external drive within a few seconds on limited (atom processor) hardware

Requirements

Only if you want to convert your epubs for kindle reading

  • kindlegen should be in $PATH
  • ebook-convert should be in $PATH (usually automatically installed when installing calibre)

Usage

  1. Run BookBrowser from the directory with the epub books. You can access the web interface at http://localhost:7132
  2. Press refresh to search for books
  3. Configure your smtp server, username and password. When using gmail / g suite, smtp server is smtp.gmail.com, username is your e-mail address and your regular account password (if you have 2FA enabled, please generate an application specific password)
  4. If you have a kindle, check the convert to mobi checkbox and enter your kindles email address (can be found on your amazon "devices" page)
  5. Optionally, edit the amount of results per page. The server has no real problem serving > 500 results per query, but the (mobile) browser usually has.
  6. Press save when done.

Security

While initially this was intended to be behind a secure proxy, some need has arisen for some form of user management.
To enable security, please set the TOKEN_REQUIRED environment variable to true.
To generate tokens, visit localhost:7132/adduser?username=foo, this only works on localhost (or 127.0.0.1). The token generated can be pasted in the token field in the configuration dialog.

You can use the following env vars to configure booksing:

  BOOK_DIR string
        The directory to get books from. This directory must exist. (default ".")
  ALLOW_DELETES bool
        Setting this to true makes booksing delete duplicates and unparsable (for booksing, your eReader may be more lenient) epubs from the filesystem *USE WITH CAUTION*
  DATABASE_LOCATION string
        Determines where to store the database (default: $BOOK_DIR/booksing.db)
  TOKEN_REQUIRED string
        Determines whether searching and download books requires an access token, set it to true to enable, any other value, or absence will disable security

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL