DobyTang / LazyLibrarian

This project isn't finished yet. Goal is to create a SickBeard, CouchPotato, Headphones-like application for ebooks. Headphones is used as a base, so there are still a lot of references to it.
728 stars 72 forks source link

Magazines - Run Post-Processor won't work #1597

Closed ben-ba closed 5 years ago

ben-ba commented 5 years ago

To help with identifying and fixing issues, please include as much information as possible, including:

LazyLibrarian version number (at the bottom of config page)

28db0c8f0e2f8375161e892c6d14abab98231039

Operating system used (windows, mac, linux, NAS type)

NAS Synology

Interface in use (default, bookstrap)

default

Which api (Goodreads, GoogleBooks, both)

none

Source of your LazyLibrarian installation (git, zip file, 3rd party package)

docker / linuxserver.io

Relevant debug log with api keys and any passwords redacted

08-Oct-2018 23:20:25 - INFO :: WEBSERVER : webServe.py:clearLog:3723 : Log cleared, level set to [2]- Log Directory is [/config/log] 08-Oct-2018 23:20:28 - DEBUG :: POSTPROCESS : postprocess.py:processDir:352 : Found 0 files marked "Snatched" 08-Oct-2018 23:20:28 - DEBUG :: WEBSERVER : common.py:scheduleJob:492 : Restart processDir job in 10 minutes 08-Oct-2018 23:20:28 - DEBUG :: POSTPROCESS : postprocess.py:processDir:398 : Found 2274 files in /downloads 08-Oct-2018 23:20:28 - INFO :: POSTPROCESS : postprocess.py:processDir:752 : 0 books/mags processed. 08-Oct-2018 23:20:28 - INFO :: POSTPROCESS : postprocess.py:processDir:814 : Nothing marked as snatched. Stopping postprocessor. 08-Oct-2018 23:20:28 - DEBUG :: POSTPROCESS : common.py:scheduleJob:482 : Stop processDir job

Wiki says:

[Force Post Processing] adds any magazines in your download directory (defined in config) to your library (also defined in config)

So the question would be, what are the preconditions that a magazine get "processed"?

philborman commented 5 years ago

LazyLibrarian postprocessor only processes magazines it snatched, ie it looks for ones it sent to the downloaders. We can't be sure anything else arriving in that directory is ours.

If you have magazines you have downloaded yourself, put them into the magazine directory and use libraryscan to import them into the database. As long as libraryscan can recognise the titles and dates it will pick them up and optionally rename them depending on your config settings.