View Single Post
Old 07-03-2011, 11:50 AM   #3
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
The reader and writes are also used by some conversion plugins. Instead of duplicating code I often put the metadata stuff into the reader/writer class and use it in the conversion plugin.

Quote:
Originally Posted by RamZesS View Post
If I provide <MetadataReaderPlugin> for some book format should I develop the <MetadataWriterPlugin> as well?
(I looked up in the code, it looks like not all build-in book formats have both type of plugins)
You do not need to provide both. It's nice to have both but not aways feasible. As you noted not all formats have both.
user_none is offline   Reply With Quote