junkfood
junkfood
You can use this as a workaround. I'll consider implementing it as default - https://github.com/JunkFood02/Seal/issues/182#issuecomment-1236089616
Add in v1.3.0-beta.1
The latter idea is easy to implement, but it may be complicated to fit into the current workflow. Whatever, I will take this feature request into account. Seal only fetches...
> Maybe it's even possible to add an option to choose a maximum file size, instead of just video format and video resolution. Added in v1.2.0-beta.1
For devices running Android 10 (API 29) or higher, App gain write permission to Download/ and Documents/ by default. But the only way for accessing or writing files outside these...
With SAF support, we could manually copy downloaded files to destination and delete original files after finish downloading without permission problems. SAF could also provide SD Card support #25 Reference:...
@farabox1 Hi, you can just uninstall/reinstall the app or clear the data of app to reset the download directory
> references on how to implement a way to access other directories then Download The use case in Seal could be much more complicated than this and dvd. Such as...
Thanks for your suggestion. This App directly download video to a directory. But directly writing to SD card is not supported in Android. Meanwhile dvd copy the downloaded file into...
After a bit research, it turns out that direct writing to SD card become impossible since Android 4.4+. So the only thing we can do is just copy the files...