deniscerri / ytdlnis

Android Video/Audio Downloader app using yt-dlp
GNU General Public License v3.0
3.9k stars 138 forks source link

[FEATURE REQUEST] cache to a writable SD card directory when the output folder is not writable. #419

Closed bartoszek closed 6 months ago

bartoszek commented 7 months ago

Is your feature request available in yt-dlp? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

zaednasr commented 7 months ago

What's the issue with having the app store them in internal folders?

It's there a reason you want them in the data folder instead

bartoszek commented 7 months ago

It's there a reason you want them in the data folder instead

I'm hitting the internal memory limit when downloading long VODs

zaednasr commented 7 months ago

Noted

bartoszek commented 7 months ago

Currently I'm using Automate flow monitoring /storage/{uuid}/Android/data/com.deniscerri.ytdl/files and moving new files to the /storage/{uuid}/YTDLins. But this result in YTDLnis loosing control of those files.

zaednasr commented 7 months ago

Yes that's true. The app downloads in chunks that later get coupled so this will crash the download process.

Moving the cache to data is easy i guess. No problem

zaednasr commented 6 months ago

check 1.7.4