Quote:
Originally Posted by thomasmorus
Therefore I am Asking all of our programmers - Is there one out there to programm a APPS that works with Calibre???
The data transfer could run through Itunes like now or through the same prozess used by Stanza. Calibre allready has a Server so why not use it - and trnasfer all the information including comments, tags, series, series numbers and so on!!!
|
From a programmer's perspective, the problem with trying to create an app that maintains Calibre metadata but can transfer files through iTunes is that I'm guessing a lot of Calibre metadata is not stored in the actual book file but rather in some form of database. Calibre must conform to file format standards and so cannot just add its own metadata into book files. In other words, you can't simply have an app that accepts files through iTunes and maintains Calibre metadata.
A Calibre-specific reader app would have to talk to Calibre directly. The Calibre server could potentially be used for syncing books with metadata. Anyone who writes such an app would need:
1) Permission from the makers of Calibre
2) Want to make it for free (charging money may be a problem... would need permission from Calibre and potentially all the software devs that Calibre uses (like ImageMagick))