Feature request: Allow treating connected folder as specific device

Bug #1819995 reported by Joel Goguen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calibre
New
Undecided
Unassigned

Bug Description

Using calibre on ChromeOS (in Crostini, just Linux running in a container), devices like Kobo and Kindle devices can't be directly mounted in the container, only shared to it. This only allows calibre to use "Connect To Folder". For most devices this is probably fine, but if a book needs to be converted to the target device format or more than just a simple copy is needed this won't work.

To allow more easily using devices in Crostini on ChromeOS, since it appears mass storage devices will only be shared with the containers and not passed through, can "Connect to Folder" be enhanced to tell calibre to pretend it's a specific other device? For example, I connect to a folder and I can tell calibre it's actually "KoboTouchExtended" (or "Amazon DX", Nook, etc.) and the Folder driver delegates to that driver instead.

Revision history for this message
Kovid Goyal (kovid) wrote :

Hmm well in theory it is do-able. You'd basically need to add hooks to the kindle and kobo drivers to initialize from an externally supplied path instead of the open() function. And modify the eject functionality similarly. Then add some config to the folder driver to tell it which device to emulate. Then modify all the API endpoints in the folder driver to delegate to the configured device instead.

There will be other problems though, stuff like supported formats, etc are not functions that can be delegated but simple fields, so would probably have to use some magic to make it happen.

A fair bit fo work overall.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.