OPDS: group downloading#13338
Conversation
|
I found a crash introduced by this PR: CRASHCodeCause by the last parameter: How to reproduce:
|
|
Thanks. |
|
Nice addition to the OPDS functionality, liking the direction. |
|
Usually there is no such thing like "whole folder", OPDS servers give items partially, providing a link to the next portion. Besides, as you can see in the download popup dialog, a book has different formats, that is why we need to show this dialog to choose a format to be added to the download list. |
|
I see. Too bad, but it is what it is. Either way thanks for making it more usable by adding the group downloading option. |
(1) Remove redundant OPDScatalog module.
(2) Move OPDS settings from
settings.reader.luatosettings/opds.lua.(3) Add group downloading. Closes #10635.
A book can be added to the download list by long-pressing on a file-type button in the download dialog.
Download list is the upper item in the OPDS catalog.
Popup dialog on tapping a book:
This change is