Menu

Tree [d0bdcc] master /
 History

HTTPS access


File Date Author Commit
 LazyLibrarian.app 2013-06-06 DobyTang DobyTang [7087af] Issue 4 - merge in Herman Rodgers branch - alot...
 cherrypy 2017-11-14 Fish2 Fish2 [3a6055] lossless compression of images saves 66KB
 data 2017-12-21 Phil Borman Phil Borman [8a4799] AutoAdd directory for magazines
 init 2017-04-25 Phil Borman Phil Borman [ba0ff9] Rewritten init scripts for consistency
 lazylibrarian 2017-12-22 Phil Borman Phil Borman [7257b7] Hard coded english names for git dates
 lib 2017-10-22 Phil Borman Phil Borman [07e0f7] OpenSSL failed import and version check
 mako 2016-01-18 phil borman phil borman [f962ac] Variable dynamic tor/nzb/rss provider slots
 .gitignore 2017-01-15 Phil Borman Phil Borman [d5743a] Ignore package files
 ISSUE_TEMPLATE.md 2017-07-16 philborman philborman [e21945] Update ISSUE_TEMPLATE.md
 LazyLibrarian.py 2017-12-21 Phil Borman Phil Borman [139d5e] GIT_UPDATED changed to timestamp, use english l...
 README.md 2017-12-24 philborman philborman [d0bdcc] Update README.md
 UNITTESTING.md 2013-12-30 DobyTang DobyTang [dca202] The start of some real unit tests using the uni...
 example.monthnames.json 2017-02-11 Phil Borman Phil Borman [90d0fb] Moved log refresh options to top of page
 example_custom_notification.py 2017-03-16 Phil Borman Phil Borman [f40ba0] Custom notifier examples and snatch/download
 example_custom_notification.sh 2017-03-16 Phil Borman Phil Borman [f40ba0] Custom notifier examples and snatch/download
 example_ebook_convert.py 2017-03-17 Phil Borman Phil Borman [d19b96] Custom notification return messages added
 gsconvert.py 2016-12-25 Phil Borman Phil Borman [79418a] Moved gsconvert functionality into lazylibraria...

Read Me

LazyLibrarian

LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.
It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. License: GNU GPL v3

Right now it's capable of the following:
* Import an existing calibre library (optional)
* Find authors and add them to the database
* List all books of an author and mark ebooks or audiobooks as 'wanted'.
* LazyLibrarian will search for a nzb-file or a torrent or magnet link for that book
* If a nzb/torrent/magnet is found it will be sent to a download client or saved in a black hole where your download client can pick it up.
* Currently supported download clients for usenet are :
- sabnzbd (versions later than 0.7.x preferred)
- nzbget
- synology_downloadstation
* Currently supported download clients for torrent and magnets are:
- deluge
- transmission
- utorrent
- qbittorrent
- rtorrent
- synology_downloadstation
* When processing the downloaded books it will save a cover picture (if available) and save all metadata into metadata.opf next to the bookfile (calibre compatible format)
* The new theme for the site allows it to be accessed (and usable) from devices with a smaller screen (such as an iPad)
* AutoAdd feature for book management tools like Calibre which must have books in flattened directory structure, or use calibre to import your books into an existing calibre library
* LazyLibrarian can also be used to search for and download magazines, and monitor for new issues

Screenshots



Install:

LazyLibrarian runs by default on port 5299 at http://localhost:5299

Linux / Mac OS X:

  • Install Python 2.6 or higher
  • Git clone/extract LL wherever you like
  • Run "python LazyLibrarian.py -d" to start in daemon mode
  • Fill in all the config (see Configuration Wiki for full configuration)

  • Start in daemon mode with python LazyLibrarian.py -daemon

Documentation:

Fairly limited so far (any help appreciated)
There is a wiki at https://github.com/DobyTang/LazyLibrarian/wiki
and a reddit at https://www.reddit.com/r/LazyLibrarian/

Minimal Configuration (uTorrent):

This is the bare minimum to get you up and running. For more options see the Configuration Wiki.

Downloaders

  • Open localhost:5299/config
  • Select Downloaders tab and check the uTorrent box.
  • Host: localhost
  • Port: Found in "uTorrent | Options Menu | Preferences | Connections | Port used for incoming connections"
  • In "uTorrent settings | Advanced | WebUI" check Enable WebUI and make a username and password. Fill that username and password in to LazyLibrarian.
  • In Download Settings Directory in Lazylibrarian change the path to where uTorrent keeps your completed downloads.
    Found in "uTorrent Settings | Directories | Move completed downloads to"

Providers

Check some or all of the torrent provider boxes.

Processing

In "Folders | Base Destination Folder" type the directory where you want to keep the books LazyLib downloads. For example putting a books folder in Documents. The system documents folder for windows is "C:\Users\USERNAME\Documents\Books\" where USERNAME is your Windows User Name.

Usage

Open localhost:5299/home or click the LazyLibrarian icon in the top left. Type a book or author name into the top right search bar. Then on the search results screen select "Add Book" to make LazyLib start searching for the book. Not all books can be found instantly, but LazyLib will keep searching!

Update

Auto update available via interface from master for git and source installs

Packages

rpm deb and snap packages here : https://github.com/DobyTang/LazyLibrarian/releases
The snap package is confined to users home directory, so all books and downloads need to be accessible from there too.
Install the snap package with flags --dangerous --devmode
AUR package available here: https://aur.archlinux.org/packages/lazylibrarian/

Docker packages

armhf version here : https://hub.docker.com/r/lsioarmhf/lazylibrarian/
x64 version here : https://hub.docker.com/r/linuxserver/lazylibrarian/
with calibredb here: https://hub.docker.com/r/thraxis/lazylibrarian-calibre/