mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 11:26:50 +01:00
16 lines
724 B
Text
16 lines
724 B
Text
|
|
* Refactor web.fetch.simple to use per connection timeouts via the timeout kwarg for mechanize.open
|
|
|
|
* Refactor IPC code to use communication logic from multiprocessing
|
|
|
|
* Rationalize books table. Add a pubdate column, remove the uri column (and associated support in add_books) and convert series_index to a float.
|
|
|
|
* Replace single application stuff with Listener from multiprocessing
|
|
|
|
* Refactor add books to use a separate process named calibre-worker-add
|
|
- Dont use the process for adding a single book
|
|
- Use a process pool for speed or multiple process for stability (20 per process?)
|
|
|
|
* Change mobi metadata setter to use author_sort setting from MOBI output plugin instead of mobi.py
|
|
|
|
* Fix HTML-to-ZIP plugin
|