Kodi Community Forum
[Feature Request] Set temp recording directory - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: Windows Media Center (WMC) (https://forum.kodi.tv/forumdisplay.php?fid=205)
+---- Thread: [Feature Request] Set temp recording directory (/showthread.php?tid=243773)



[Feature Request] Set temp recording directory - w84no1 - 2015-10-14

Is there anyway to change where the temp recordings location that is used for streaming to KODI? I would like to move it to another drive. I have 6 tuners and I notice that if more than 2 tuners are in use when I start to watch on a 3rd, all clients watching LiveTV pause for a few seconds. I think that it might be all the writing to the disk that could be the issue.


RE: [Feature Request] Set temp recording directory - sbthomas - 2015-10-14

The <RemuxCustomFolderUNC> option in the settings file can be used to relocate the directory the ts files are remuxed to.

The other option is to create a "link" as described in this post: http://forum.kodi.tv/showthread.php?tid=196252&pid=1753454#pid1753454

Those are the two options I can think of.


RE: [Feature Request] Set temp recording directory - w84no1 - 2015-10-14

(2015-10-14, 22:01)sbthomas Wrote: The <RemuxCustomFolderUNC> option in the settings file can be used to relocate the directory the ts files are remuxed to.

The other option is to create a "link" as described in this post: http://forum.kodi.tv/showthread.php?tid=196252&pid=1753454#pid1753454

Those are the two options I can think of.

Awesome, I will try <RemuxCustomFolderUNC> option.

Thanks!