Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SD card support #25

Closed
crumhirnd opened this issue Jun 23, 2022 · 6 comments
Closed

SD card support #25

crumhirnd opened this issue Jun 23, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@crumhirnd
Copy link

Please add support for downloading to SD cards like DVD.

@JunkFood02 JunkFood02 added the enhancement New feature or request label Jun 23, 2022
@JunkFood02
Copy link
Owner

JunkFood02 commented Jun 23, 2022

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 destination directory. I would like to try this but I don't have a device with SD card, so it may take some time for the SD card support.
Could you let me know which version of Android your device is running on?

@JunkFood02 JunkFood02 added the question Further information is needed label Jun 23, 2022
@JunkFood02
Copy link
Owner

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 from internal storage to SD card, and delete the original files (just like what dvd does). Meanwhile you can move them to SD card manually. If you still want this to be done automatically, please let me know.

@JunkFood02 JunkFood02 removed the question Further information is needed label Jun 23, 2022
@crumhirnd
Copy link
Author

crumhirnd commented Jun 24, 2022 via email

@ValjarVII
Copy link

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 from internal storage to SD card, and delete the original files (just like what dvd does). Meanwhile you can move them to SD card manually. If you still want this to be done automatically, please let me know.

How can I automatize this process you described? I don't want to set an alarm once a week just for moving audio files to SD.

@JunkFood02
Copy link
Owner

@ValjarVII We've already implemented this feature. Go to Settings - Download directory - Tap on SD card directory to set it up

@ValjarVII
Copy link

ValjarVII commented Jun 22, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants