j4k3@lemmy.world to Programming@programming.devEnglish · 1 year agoHow would you automate or hack Newpipe on Android to periodically wipe the cache/metadata every X-minutes while a video is playing?message-squaremessage-square4fedilinkarrow-up114arrow-down12file-text
arrow-up112arrow-down1message-squareHow would you automate or hack Newpipe on Android to periodically wipe the cache/metadata every X-minutes while a video is playing?j4k3@lemmy.world to Programming@programming.devEnglish · 1 year agomessage-square4fedilinkfile-text
minus-squareDrew Belloc@programming.devlinkfedilinkEnglisharrow-up3·1 year agoIf you can have permission to change the files inside “Android/data/” with your script you can delete the files with a loop and “rm -rf {cache folder}”
If you can have permission to change the files inside “Android/data/” with your script you can delete the files with a loop and “rm -rf {cache folder}”