hius07

Results 641 comments of hius07

> if the user was allowed to manually select `fb2.css` And allowing this fixes the original issue https://github.com/koreader/koreader/issues/12741. (I'm not advocating `nupogodi`, let's find the best solution)

It's not a bad idea to analyze the content of a .zip file. For example, it would fix the issue from the screenshot in https://github.com/koreader/koreader/issues/12741#issuecomment-2495816232 ("not readable by engine").

> rel = "enclosure", Non-standard value. Once they change it, we will fail again. I tried to analyze the mimetype instead. It works, requires to exclude some more entries from...

```diff diff --git a/opdsbrowser.lua b/opdsbrowser.lua index 985c8c1..bf02e48 100644 --- a/opdsbrowser.lu +++ b/opdsbrowser.lua @@ -37,11 +37,17 @@ local OPDSBrowser = Menu:extend{ search_template_type = "application/atom%+xml", acquisition_rel = "^http://opds%-spec%.org/acquisition", borrow_rel = "http://opds-spec.org/acquisition/borrow", -...

I agree that the current "Open random document" button can be kept as is, and the new functionality (include opened documents) to be added to long-pressing on the button.

You've changed the default action (on tap).

> the user eventually runs out of unopened documents He adds new books regularly. I have no personal preferences (not using this feature). Just thinking about the long time default...

Not related to the presets, will be fixed in the nearest PR.