PRS-T1 periodicals error in 0.8.24
I noticed an error pop-up opening periodicals created by Calibre 0.8.24 in my SONY PRS-T1 (ver. 1.0.00.09010).
I apparently solved the problem with the following patch:
=== modified file 'src/calibre/devices/prst1/driver.py'
--- src/calibre/devices/prst1/driver.py 2011-10-29 02:51:07 +0000
+++ src/calibre/devices/prst1/driver.py 2011-10-31 10:16:05 +0000
@@ -562,7 +562,7 @@
query = '''
UPDATE books
- SET conforms_to = 'http://xmlns.sony.net/e-book/prs/periodicals/1.0/newspaper/1.0',
+ SET conforms_to = null,
periodical_name = ?,
description = ?,
publication_date = ?
|