Hi,
Like you I was trying to mount hubic with hubicfuse to Have Large movie library with plex/emby.. etc
What is the problem of actuall hubicfuse?
when plex try to get the header of your MKV, it only try to get first 100mb, but hubicfuse before send bytes to apps, it download all file.
This issue cause that you need to wait 15, 30,60 min to see a movie in streaming.
What i'm doing?
I'm doing a new Hubic Fuse FileSystem that, only download chunks of file(20mb per chunk)
If your app require 128kb of offset 0, my app only download first 20mb, all data is saved to temporal directory, building same folder structure that hubic cloud.
If you don't acces anymore to a file prevously download (5 min) the file will be removed.
The application can download up to 10 chunks at same time. (This is good to break hubic speed limit (2mb/s x connection)
For now the application is READ ONLY, because this hubic fuse I developed only to have the posibility to do streaming.
upload streaming is very complicated but if is really needed I will should try to add this functionality.
The application is developed in java, using javafuse and jni.
I'm getting good download speeds, no cuts on streaming. but highly cpu usage, (problem with apache http connections, I will fix this in next weeks)
When I Have a stable version I allow you to Download my app.
Sorry for my bad english.



