Replies: 1 comment 1 reply
-
|
I really think we need to discuss the ramifications of enabling local filesystem access. Moving to a discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In situations where the internet is not available and shared ebooks (especially textbooks) are stored in a network disk drive (i.e. a NAS + Wifi), it is useful to enable the use of OPDS feeds referenced via a file URI, and in which every reference is also a file URI.
On Windows, file paths are formatted as
file:///c:/path/to/the%20file.txt.On a Mac or Linux box, they are formatted as
file://hostname/path/to/the%20file.txt, orfile:///path/to/the%20file.txt` for localhost.Beta Was this translation helpful? Give feedback.
All reactions