View Single Post
Old 06-24-2010, 12:16 PM   #7
lilman
Addict
lilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-books
 
lilman's Avatar
 
Posts: 326
Karma: 960
Join Date: Jul 2009
Location: Florida, US
Device: Kindle DX, iPad
Quote:
Originally Posted by thomasmorus View Post
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))
lilman is offline   Reply With Quote