Quote:2025-06-07 21:09:56.033 [ERROR][12] Unexpected error cleaning old live tv buffer files: System.IO.DirectoryNotFoundException: Could not find a part of the path '/buffer'.
at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
at System.IO.Enumeration.FileSystemEnumerator`1.Init()
at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at NShared.TempFileManager.CleanupOldTempFiles(DateTime cutOff)
You haven't set a live tv buffer directory that it can use.
Quote:How would I set it to a directory within the nextpvr folder, as the dir that it is in is not showing?
If you're running in docker, you should be mapping directories into the container to be used for recordings and the live tv buffer. ie, not just letting this stuff be created in the container itself.
ie, leave it on the default /buffer, but then map /buffer to somewhere on your host filesystem.