Quote:
Originally Posted by pazos
IMO the best feature of Calibre Companion is being able to use the smart device app calibre driver. Chaley wrote both the client and the server in https://github.com/kovidgoyal/calibr...art_device_app.
I would start for releasing an opensource implementation for that piece of code.
About what is pretty straight forward or not, I think is just a matter of past experience. Things that you see easy can be a nightmare for me.
|
True, it's all about experience. I would likely implement the UI a bit different than the current CC UI, but that's just because I'm use to developing tab oriented screens rather that tree oriented screens. If you look at the DB behind Calibre, most of the data structures are already there.
That piece is a very important piece. Thanks for pointing out that it exists.
Yea, this is a project I've given some thought to, based on my use of CC and how I do things, but first I have to learn Swift and iOS programming, a non trivial task.