You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to access my ebook\comics collection from a home server, much like VLC can for music. But better (I noticed vlc can't access files with a '?' on them - note on nfs not smb\samba, since I have a linux server and android device, and samba filenames are even worse. This bug is likely because vlc used a URI\url library to encode nfs paths then screwed up ? because it's also used as a query marker in uri\urls).
Adding remote capability to apps like this is unfortunately required to be handled by the app itself since android\google hates people having their own remote services, and do nothing to help it with the default filechooser... ebook\comics readers with nfs service are nonexistent probably because they want to 'support' windows with online hosting and forget about nfs (much faster, no filename limitations... not windows compatible), they're mostly all samba. It's irritating to rename files and recreate playlists just to appease windows, which I do not have.
Anyway, the calibre web protocol, OPDS, is probably better. There also is a extension to send back pages read to the server and one to transfer only a single page at a time, although I'm pretty sure they're not implemented in calibre-web unfortunately (here is the bug report for the second janeczku/calibre-web#804)
The text was updated successfully, but these errors were encountered:
I'd like to access my ebook\comics collection from a home server, much like VLC can for music. But better (I noticed vlc can't access files with a '?' on them - note on nfs not smb\samba, since I have a linux server and android device, and samba filenames are even worse. This bug is likely because vlc used a URI\url library to encode nfs paths then screwed up ? because it's also used as a query marker in uri\urls).
Adding remote capability to apps like this is unfortunately required to be handled by the app itself since android\google hates people having their own remote services, and do nothing to help it with the default filechooser... ebook\comics readers with nfs service are nonexistent probably because they want to 'support' windows with online hosting and forget about nfs (much faster, no filename limitations... not windows compatible), they're mostly all samba. It's irritating to rename files and recreate playlists just to appease windows, which I do not have.
Anyway, the calibre web protocol, OPDS, is probably better. There also is a extension to send back pages read to the server and one to transfer only a single page at a time, although I'm pretty sure they're not implemented in calibre-web unfortunately (here is the bug report for the second janeczku/calibre-web#804)
The text was updated successfully, but these errors were encountered: