Quote:
Originally Posted by sherman
Yeah, the wireless driver limits what can be done using Kobo UNCaGED.
I wonder if anyone has thought about creating a calibre driver using https://github.com/PyFilesystem/pyfilesystem2 as an abstraction, and exporting the Kobo user partition over SSHFS, FTP or SMB/CIFS?
|
If the device made the partition available in a way that could be mounted on the PC, then you could use the KoboTouch driver code with very few changes. Just changing it to subclass from the Folder driver would do a lot of it.*
* Disclaimer: I said that without checking the code. For any Project Managers out there, that does not mean it will be finished next week. Or infers any sort of promise that it would ever actually work.