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.
731 stars 70 forks source link

Can not set status to "Snatched" #695

Closed A69Tor closed 7 years ago

A69Tor commented 7 years ago

Current Version: 48b2ab64ae5d8ca658ede11bbb58ea55a3c9d13f OS: Debian Jessie Interface: Bootstrap Source: GIT

No applicable debug log

From the Manage screen when selecting a book with any status (Wanted, Have, Open) and selecting "Change selected books to: Snatched" nothing happens. In some situations I can not get the torrent to search and download on its own though there is a matching book. By manually downloading the book and forcing post processing I should be able to add the book to the library, but setting the book to snatched doesn't actually change the books status, thus post-processing refuses to Identify and process the book.

philborman commented 7 years ago

Yes, shouldn't really have snatched as an option. Snatched is a special status that means we sent the request to a downloader, and we're waiting on a book to arrive. Only works if we sent it ourselves, not for manual use. This is because we keep track of which downloader we sent it to and when, we can monitor for arrival and cancel if it fails etc.

To get a manual download to be recognised and imported you can use the "alternate import directory". There is a more complicated way to get the postprocessor to do it automatically using the bookid, but the alternate import directory is the simplest.

On Tue, 14 Mar 2017 at 02:03 A69Tor notifications@github.com wrote:

Current Version: 48b2ab6 https://github.com/DobyTang/LazyLibrarian/commit/48b2ab64ae5d8ca658ede11bbb58ea55a3c9d13f OS: Debian Jessie Interface: Bootstrap Source: GIT

No applicable debug log

From the Manage screen when selecting a book with any status (Wanted, Have, Open) and selecting "Change selected books to: Snatched" nothing happens. In some situations I can not get the torrent to search and download on its own though there is a matching book. By manually downloading the book and forcing post processing I should be able to add the book to the library, but setting the book to snatched doesn't actually change the books status, thus post-processing refuses to Identify and process the book.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DobyTang/LazyLibrarian/issues/695, or mute the thread https://github.com/notifications/unsubscribe-auth/ALmHOcvHccNuagwDJLcv7J9Vl7GgT22Nks5rledvgaJpZM4McAQm .