@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-square4fedilinkarrow-up114file-text
arrow-up114message-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 BelloclinkfedilinkEnglish3•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}”