@j4k3 to [email protected]English • 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-square4arrow-up115arrow-down12file-text
arrow-up113arrow-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 to [email protected]English • 1 year agomessage-square4file-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}”