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
@kelson42 Currently, copy/move does not work with ZIM chunks, since we only select a single file via file picker or by clicking on the ZIM file in the file manager. So in this, we get the single uri after selecting the ZIM file, and we do not have access to other parts of the ZIM files so they will not copy/move.
To make it work with ZIM chunks, we need access to all ZIM chunks. So it can be only done via the file picker(clicking on the ZIM file in the file manager will not work since we can only click on a single file there), but with the file picker, we can configure to select multiple files from storage which will help us to select all ZIM chunks.
@MohitMaliFtechiz I think we should not implement this feature. That means the user would have to move the chunks one by one. Could you please check if these ZIM file chunks can all be copied/moved properly? Please also always display a warning at the end of the operation "Be cautious: verify that all the ZIM chunks have been moved/copied properly!".
It should copy/move all ZIM chunks IMHO?
Should be treated once everything works fone with full ZIM files.
The text was updated successfully, but these errors were encountered: