View Single Post
Old 08-13-2013, 03:03 AM   #242
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
Hi Kovid,

thanks’ for the fix from post 206.

I found another one (sorry) on the new sort criteria series_sort and formats:

Spoiler:
Code:
calibre, version 0.9.43
FEHLER: Nicht abgefangener Fehler: <b>KeyError</b>:'series_sort'

calibre 0.9.43 [64bit]  isfrozen: True is64bit: True
Windows-Vista-6.0.6002-SP2 Windows ('64bit', 'WindowsPE')
('Windows', 'Vista', '6.0.6002')
Python 2.7.4
Windows: ('Vista', '6.0.6002', 'SP2', 'Multiprocessor Free')
Traceback (most recent call last):
  File "site-packages\calibre\gui2\actions\sort.py", line 77, in sort_requested
  File "site-packages\calibre\gui2\library\views.py", line 390, in sort_by_named_field
  File "site-packages\calibre\gui2\library\models.py", line 417, in sort_by_named_field
  File "site-packages\calibre\gui2\library\models.py", line 421, in _sort
  File "site-packages\calibre\db\legacy.py", line 312, in sort
  File "site-packages\calibre\db\view.py", line 231, in multisort
  File "site-packages\calibre\db\cache.py", line 55, in ans
  File "site-packages\calibre\db\cache.py", line 828, in multisort
  File "site-packages\calibre\db\cache.py", line 828, in <genexpr>
  File "site-packages\calibre\db\cache.py", line 820, in sort_key
KeyError: 'series_sort'


Spoiler:
Code:
calibre, version 0.9.43
FEHLER: Nicht abgefangener Fehler: <b>KeyError</b>:'formats'

calibre 0.9.43 [64bit]  isfrozen: True is64bit: True
Windows-Vista-6.0.6002-SP2 Windows ('64bit', 'WindowsPE')
('Windows', 'Vista', '6.0.6002')
Python 2.7.4
Windows: ('Vista', '6.0.6002', 'SP2', 'Multiprocessor Free')
Traceback (most recent call last):
  File "site-packages\calibre\gui2\actions\sort.py", line 77, in sort_requested
  File "site-packages\calibre\gui2\library\views.py", line 390, in sort_by_named_field
  File "site-packages\calibre\gui2\library\models.py", line 417, in sort_by_named_field
  File "site-packages\calibre\gui2\library\models.py", line 421, in _sort
  File "site-packages\calibre\db\legacy.py", line 312, in sort
  File "site-packages\calibre\db\view.py", line 231, in multisort
  File "site-packages\calibre\db\cache.py", line 55, in ans
  File "site-packages\calibre\db\cache.py", line 828, in multisort
  File "site-packages\calibre\db\cache.py", line 828, in <genexpr>
  File "site-packages\calibre\db\cache.py", line 820, in sort_key
KeyError: 'formats'


Another point I saw was the new setup-dialog of cover grid. I am very pleased to see that you integrate a variable aspect ratio based of dimensions what I can setup now in x/y fields. To come back in the automatic setup I need to make a lot of clicks if I choose a bigger cover view. It is maybe a good idea to put in the tool-tip description a hint, that setting a value of 0 in the x/y field has the same effect.

Again, thanks for this very nice feature

Last edited by Divingduck; 08-13-2013 at 03:19 AM.
Divingduck is offline   Reply With Quote