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.
732 stars 71 forks source link

Added flags to govern whether the autoadd files are copied #1585

Closed knobunc closed 6 years ago

knobunc commented 6 years ago

Before the auto-add directory for books and magazines used the same copying flag as the import. So if you added new books and wanted to make a copy for calibre you could either keep all of the raw files from the downloader and keep the copy in your library, or you could delete the copy from the downloader and delete the copy from the library.

I found this behavior annoying, so I added new flags to allow you to govern the auto-add directory copying separately.

These flags default to 1 so that the files are copied and the file in lazylibrarian is preserved.

philborman commented 6 years ago

Added, thanks. Not sure how many users will keep two copies but it gives them the option. The original idea was you shared the same folders between calibre and lazylibrarian so only one copy of each book, just had two databases to keep in sync.

knobunc commented 6 years ago

Thanks for the quick merge.