Quote:
Originally Posted by JimmXinu
The main problem I was having was very clearly to do with the thumbnail size. I added _debug calls to _metadata_already_on_device in calibre/devices/smart_device_app/driver.py and it was clear: One device wanted thumbnails 320px high and the other 160px high and the thumbnail in calibre was which ever was called for last.
|
Fixing this is one reason I am going to change caching to be per device. Another reason is to not have mod time changes on one device not affect other devices. Unfortunately I won't be able to get to this for a week, which means that the changes won't be available for two weeks (at best).