First and foremost- thanks for this great program and for making it better and better! Pretty soon it'll overtake all the high-priced book-management systems in both functionality and popularity!
Couple of issues still standing:
1.
If the author name is long, or there is a lot of authors listed for a book, i.e. author name string exceeds certain length- then you get communication error while trying to send to PRS-505 device:
(2, 'No such file or directory')
Traceback (most recent call last):
File "calibre\gui2\device.pyo", line 57, in run
File "calibre\gui2\device.pyo", line 220, in _upload_books
File "calibre\devices\prs505\driver.pyo", line 125, in upload_books
File "calibre\devices\usbms\cli.pyo", line 53, in put_file
IOError: [Errno 2] No such file or directory: u'L:\\database\\media\\books\\Alieksandr Bieliaiev & Anatolii Biezughlov & Alieksandr Abramov & Alieksandr Kazantsiev & Nikolai Samvielian & Ia. Zimin & Ieriemiei Parnov & Vladimir Gakov & Rei Bredbier\\M\\Mir prikliuchienii, 1983 - Alieksandr Bieliaiev & Anatolii Biezughlov & Alieksandr Abramov & Alieksandr Kazantsiev & Nikolai Samvielian & Ia. Zimin & Ieriemiei Parnov & Vladimir Gakov & Rei Bredbieri & .lrf'
Seems like the path name is too long for PRS-505 to handle. Must be truncated to a certain value to succeed.
2.
When converting FB2 to LRF, there is no option to insert line breaks before each chapter. This REALLY screws up the book formatting, sometimes even splitting chapter headings across pages. I believe this to be a VERY important issue to fix. All in all, I think there should be some sort of style sheet for conversion from FB2, which could be user modifiable.
Thanks a lot and keep up the good work!
Michael