I've recent built my HTPC, and compiled a list of stuff that I had to do to get it working as I wanted. Using the HD Homerun Prime and Windows 7.
Below is a registry file I put together to override the pieces I was wanting to do
Windows Registry Editor Version 5.00
;
; The pause buffer
; from this article
;
http://www.howtogeek.com/howto/12256/in ... ia-center/
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Service\Video\Tuners\DVR]
"BackingStoreEachFileDurationSeconds"=dword:0000012c
; To record to a non-local drive
;
; To overcome deleting files (5497558138880 = 5TB)...
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Service\Recording]
"RecordPath"="\\\\server\\Recorded_TV"
"Quota"=hex(b):00,00,00,00,00,05,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Settings\VideoSettings]
"DiskLimit"="5497558138880"
; To record the pause buffer to network drive
;
http://exdeus.home.comcast.net/~exdeu/W ... agePooler/
; And also to install WMCRecordingStoragePooler_Setup_1.1.0
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Service\Video\Tuners\DVR\IO\Writer]
"DVRDirectory"="\\\\server\\recorded_tv\\_LiveTVRecording"
I used to have a task to copy the recordings off, but I figured, why not just record them directly there *shrug.
RemotePotato installed on the server, so I can access DVR/Schedule stuff on my smartphone.
I've now been running this for about 3 months, without issue.
Hopefully the above helps others. Feel free to shoot me an email or message if the above isn't clear.