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

ebook is tagged as an audibook #1531

Closed adispi closed 6 years ago

adispi commented 6 years ago

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

Current Version: feb1d96ba33fe8c49a7ba99dba3276d53625d44f

Synology DSM 6.2

default, bookstrap

Goodreads

synocommunity, however, updated via git

ebook are tagged as audiobook, and failed on post processing. there should be a check for a size, as most audibooks are not less then a MB... (usually more then 100MB).

Adi

philborman commented 6 years ago

There are settings in config->filters where you can control sizes and extensions to accept/reject for each type, but not all providers give us enough info. Some torrent or magnet links don't give sizes, and most nzb don't give us a file list, so for those we have to download and then look at what we got sent, and then reject. Should automatically retry for a different copy though.