2021-07-30, 09:12 PM
Hello,
I discovered an issue.
I have 168 GB of xml epg files in my %temp% folder. I deleted these about 1 month ago as I had no space left on my main drive, only to discover the issue again.
I have a temporary solution to run this command at the end of my update epg bat file, but this is not the ideal solution.
I run my update epg bat once every hour and there are 3 files created in %temp% 2 minutes after I start the update. I am fairly certain these are not created by any actions in my scripts, but by NextPVR.
I am on Version: 5.1.0.201216.
I discovered an issue.
I have 168 GB of xml epg files in my %temp% folder. I deleted these about 1 month ago as I had no space left on my main drive, only to discover the issue again.
I have a temporary solution to run this command at the end of my update epg bat file, but this is not the ideal solution.
Code:
forfiles -p %temp% -s -m *.bak* /D -1 /C "cmd /c del /q @path"
I run my update epg bat once every hour and there are 3 files created in %temp% 2 minutes after I start the update. I am fairly certain these are not created by any actions in my scripts, but by NextPVR.
I am on Version: 5.1.0.201216.