67 Easy Steps to a W7 Media Center Reinstallation

I started this blog posting back in February, and about the same time took over the management of the start-up I was working for, so while the blog post lingered, I continued to use it for my own purposes to track the changes I made to the system. There are definitely a number of useful nuggets in here, especially if you want to use an SSD for recording and then move them to a NAS device. I know some people on this site believe this is a bad idea, but I’ve been doing it for two years now without a problem, so I figured I’d finally clean it up and post what I had. The last thing I wanted to do is create and maintain a complete inventory of all the software on the machine as I was doing here. I found a very slick free program called WinAudit which generated a nice CSV file for me which I then had to pivot in Excel (not using the pivot function, which doesn’t handle text well πŸ™

Time to Re-install

As of Feb 2011, my Windows 7 installation on my HTPC is just over 2 years old. I’ve switched video cards twice, added and removed a capture board, installed and uninstalled various plugins, encoders, drivers and software. The install and uninstall of Spdifier and PowerStrip made me particularly nervous. All of this has led to one or two questionable audio and video behaviors that point to registry corruption. But the final straw was running the Windows Experience Index and seeing my SSD disk performance had dropped down from a 7.3 to a 5.9. Poking around on the Corsair site, I found this posting which explains in details how to reformat the SSD back to it’s original performance. Most of that post is a tutorial on how to back up your system, but since all my TV recordings are on the NAS and I’m itching to do a reinstall, what I need to do is write down what software I have/want installed and backup all the current configs. Quite a project, but I think the results will be quite valuable for other folks starting off their 7MC installs, or going through a similar process as I.

Backup List

So first made a list of all the software configuration I wanted to preserve as well as software I no longer need (or never really needed). No longer needed:

  • Spidifier – DirectShow filter to pass encoded audio to your receiver. Not useful in Media Center since it doesn’t use DirectShow.
  • PowerStrip – Extremely sophisticated video driver clock override. No longer needed since getting the NVidia card
  • Virtual Clone Drive – Best free ISO disk emulator out there, but I never actually used it, though it confused TMT and AutoRip&Compress. I’ll wait till I have a real need for it. Easy enough to uninstall/reinstall.

Configuration to preserve/backup:

  • Media Center
  • Media Center Studio
  • DVRMS Toolbox

    • processing pipelines
    • resolution control
    • remote button override
    • task to stop/start DBT Filewatcher
  • ShowAnalyzer config
  • NVidia Custom Resolutions
  • AutoRipAndCompress

Files to preserve

  • C:\bin\*

I’ve included my complete software config at the bottom of the post.

The Process

  1. (March 2011) Ran Parted Magic erase, when prompted for the “Enhanced Secure Erase” supported by the drive, I clicked “Yes”. It said allow 30-180 minutes, but seemed to exit after about 5.
  2. Started Windows install expecting the custom mode to allow me to format the disk as NTFS/32K. Unfortunately, it didn’t give me that option, but it did create the 100Mb recovery partition, so I stopped the installation and went back to gparted and ran “mkntfs -Q -c 32768 /dev/sda2” to get 32K sectors as recommended on the Corsair site. Note at 32K, the base install of Windows 7 with SP1 was about 16G. Since I didn’t do a fresh install with the 4K setting, I can’t tell you the difference.
  3. Installed Windows 7 Ultimate.
  4. Finally set up a home group password. Never actually used this feature before.
  5. Rename Administrator (standard security practice)
  6. Started to pushing Windows Update through the download and update process and realized this would be a horrible inefficient way to get to SP1 since it should be cumulative. So I stopped Windows Update after the first round of 4 (the next was 62) and just downloaded and ran SP1. After running SP1, there were only 13 updates (4 optional), so I think this was definitely a win. So how many reboots due to updates (no third party drivers installed)?

    1. 4 updates
    2. SP1
    3. 13 updates
    1. Only 3 reboots. Really nothing to whine about.

    2. Installed Crystal Disk Mark again (I’m no longer a big fan of this utility since it comes with a two crapware components you need to uncheck packaged via OpenCandy which is spyware (it searches your disk and hits the net without asking you at install time) even though they swear it’s not. MSE identifies it as well. That said, I’d used it for all my base line benchmarks, so it was easiest to just use it.
    3. Install MSE to remove any crap that CDM left around…
    4. Installed NVidia 260.99 (version supported by TMT). A little shocked no reboot was required…
    5. Create “tv” account and configure for auto-login via netplwiz
    6. Tips from TheReaper on TGB to fix a hang problem I was experiencing with dwm.exe (Desktop Window Manager)

      1. Right click on desktop -> Personalize -> Theme -> Windows 7 Basic
      2. WinBauble -> type: advanced system settings -> view advanced system settings -> advanced tab -> Performance settings button -> Visual Effects tab -> adjust for best performance -> recheck the few effects you want on the bottom like smooth scrolling/font smoothing/use styles
      3. WinBauble -> type: services -> (right click runas admin) Services -> Desktop Window Manager -> properties -> Startup type: Manual
      4. WinBauble -> type: turn windows features on or off -> Turn Windows Features On or Off -> uncheck Windows Gadget Platform (Restart required)
    7. Install the Hauppauge Colossus
    8. Install Silverlight (optional Windows Update)
    9. Run TakeOwnership registry hack to allow right click from explorer
    10. Install gvim (a text and binary editor)
    11. Install MissingRemote RDP Hack. Enable multi (see step 66 below). There are some trade offs. If you use RDP for installing software, then logging in as the default TV user is good because some software installs in the user’s directory (Chrome for one) and if you want it to appear on the big screen, you need to be the same user. The downside is Media Center will auto start on the RDP session as well, unless you use the fix below.
        @ECHO OFF IF NOT "%SESSIONNAME%"=="Console" EXIT /B
        REM Launch Media Center
        C:\windows\ehome\ehshell.exe /directmedia:tv

      I actually put this in a file called wmcstart.cmd and launch this via the

        HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

      registry key entry, using a clever little utility called hstart, so I don’t see the DOS window. Just to be complete:

        C:\bin\hstart /NOCONSOLE "C:\bin\wmcstart.cmd"
    12. Change to static IP address (the reason why #17 didn’t work πŸ™‚
    13. Install Hauppauge Drivers (Waiting on WinTV. not 100% sure I need it for VCR capture)
    14. Installed Arcsoft Showbiz. Came for free with the Hauppauge drivers. Seems to have a problem with audio sync when capturing in MP4 format. Not a problem with TS.
    15. Autohide task bar for TV user
    16. Disk Space Savers

      1. Hide Recycle bin and reduce size to 500K. This insures no TV shows end up there. See AndyVT’s HTPC basics page.
      2. Disable Hibernate (once you’ve determined that S3 sleep works for you)
          powercfg -h off.

      That was worth 3GB.

    17. Change File Explorer folder and search settings to my liking
    18. Copy back saved ProgramData directories for Slysoft, DragonGlobal and AutoRipAndCompress
    19. Move HTPC back to stereo cabinet (now that RDP is working)
    20. Configure desktop to DVI only (for now)
    21. Run Media Center setup. Enter zip code and Digital Cable Product Key (sticker on machine), Comcast, download PlayReady, etc, etc…
    22. Immediately I experience the debounce problem with my Marantz Universal Remote. Quick regedit for that:
        HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\HidIr\Remotes\745a17a0-74d3-11d0-b6fe-00a0c90f57da

      Set the EnableDebounce DWORD to 0.

    23. Add reboot shortcut to task bar for RDP reboot:
    24. C:\Windows\System32\shutdown.exe /r /t 0 /f
      (and reboot πŸ™‚

    25. Using RDP, fix up media libraries to point to NAS device and record on SSD
    26. Install DVRMSToolBox 1.2.2.3 and DBTAddIn 1.0.0.7. Don’t forget the trailing \ for DBT when you specify the commercials XML directory.
    27. Try to restore my DVRMS dcp files from backup (forgot to copy them). Turns out that my backup is a sparse file (ReadyNAS is samba underneath) and fails when Windows tries to mount it as a virtual drive. Need to copy the 32G file back to the SSD before mounting (ugh)
    28. Meanwhile, install Firefox so I can listen to RadioParadise HD. (Update: IE 9 now supports RadioParadise HD)
    29. RadioParadise needed the Firefox flash plugin.
    30. Restore scheduled recordings as described by Hack 7MC
    31. Install ShowAnalyzer. Thank you for the license key recovery page.
    32. Finally got the backup image mounted. Recovered DVRMSToolbox profiles and copied them to the new install directory. Set up the process conditions editor to generate the commercials file then move the .wtv file to the network drive.
    33. Login as Administrator and set up Task Scheduler to start and stop the file watcher in the middle of the night.
    34. Check ShowAnalyzer config (think it’s all good). Just using the spocker’s settings from the Dragon Global Forms.
    35. Install My Channel Logo’s. A little bling I’ve never done before. I actually don’t use the channel guide that much, so the value here is pretty minimal for me, but I figure an incoming link is worth $3. πŸ™‚
    36. Install TMT 5.0 + 5.0.1.87 update. Never bothered to see if it would work without AnyDVD. Just don’t care at this point. I’m not happy with Arcsoft as a whole and I do not recommend anyone try to use their HTPC as their primary Blu-Ray player.
    37. Install the latest autohotkey. This is very cool software.
    38. Install HuluDesktop
    39. Run msconfig and disable startup of the useless Arcsoft support and iPhone remote servers. Also delete the desktop icon
    40. Configure 59.97 and 23.976 resolutions

      • Eeek, what’d I do? Suddenly I only get 16bit color @60Hz… Ahh System Restore – ILY! Go back to step 42.
    41. This time, switch to HDMI before trying to configure 23.976… Happy adaptor
    42. Install MCStudio. I really hate this application launcher crap…

      1. Patch the dSM ownership so the menus can be edited
      2. Add Hulu launcher to autohotkey script
    43. Install AutoRipAndCompress. Restore backed up settings
    44. Install Amazon Unbox. Sigh, it creates a new computer each time it’s installed. I now have 5 devices on Amazon for two computers at home…

      1. Watch “The Social Network” via a free Amazon coupon.
      2. Realized that the Unbox player doesn’t use exclusive mode on the playback device, hence the 6 channel WMA track was being down-coded to stereo. The work-around is to use Windows Media Player (and definitely not Media Center)
      3. Emailed Amazon support and they cleaned up my machine list. Seem the trick is if you remove the Unbox software properly, it will remove the host from your list of devices on Amazon.
    45. Noticed the machine wasn’t sleeping, and remembered I needed to Allow Sleep w/t Remote Opens. You need to apply a registry change to expose the GUI in the Power Options menu. Couple others I typically set:

      1. No password on wakeup
      2. Sleep after 1hr
      3. Turn off display after 45 min
      4. Turn off disk after 20 min (does it matter with an SSD?)
      5. Disable USB Selective Suspend (ATI DTC’s don’t like this)
      6. Power Button -> Sleep
    46. Using a MC Studio, create an entry point for Radio Paradise HD using IE in Kiosk mode. Full info here.
    47. Install Avidemux so I can adjust the frame-rate on the videos captured by Arcsoft Showbiz with the Colossus. Unfortunately Avidemux seems to crash on the TS files created by the Colossus. πŸ™
    48. Disable SMB 2. This is a MUST to achieve 40MB/s performance with the ReadyNAS NV+. Run “cmd” as Administrator:
        sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
        sc config mrxsmb20 start= disabled

      And/or set the following registry value

        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
        "SMB2"=dword:0000000
    49. Set the NIC MTU to 7936, which is the same Jumbo Packet size supported by the ReadyNAS NV+ (note the latest ReadyNAS NVX and others support up to 9K or more?).
    50. With the above settings LanSpeedTest show 62MB/s write speed. When copying a large file, I actually see 14-20, but without disabling SMB 2, the test showed 2MB/s write & 4MB/s reads. The Jumbo packet change only affected write speed and boosted the results from 40MB/s to 62.

    51. Downloaded and installed the latest RealTek driver (Dated 6/22/11)
    52. Edit c:\Windows\system32\drivers\etc\hosts and hardcode the NAS hostname and IP. This was one of many attempts to solve a problem copying large files to the ReadyNAS. The problem was solved in the next step
    53. The following are needed to avoid “The specified network name is no longer available.” and “Error 0x8007003B: An unexpected network error occured.” when attempting to large files from the HTPC to the NAS.

      1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters Add or modify IRPStackSize to the maximum setting of decimal 50 see http://support.microsoft.com/kb/106167 for details
      2. HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters Size – change to decimal 3 http://technet.microsoft.com/en-us/libr … 10%29.aspx
      3. HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management LargeSystemCache – change to decimal 1
    54. For those, I have one ReadyNAS Forum posting to thank. Also, be sure NOT to disable sparse files on the NV+ (RAIDiator 4.1.7). Although this fixes a problem mounting Windows backup images, it also seems to cause errors copying large files.

    55. Installed HandBrake 9.5. Handy for cropping the 1-2 scanlines I get at the bottom of the screen when scanning a VCR via the Haugpauge.
    56. Install VLC 1.7 (used by HandBrake)
    57. Install ffmpeg to convert .TS files to .mp4 since the Colossus seems to have an audio sync problem with mp4 and HandBrake crashed on the .TS file. Hopefully the latest Colossus driver has fixed that.
    58. Schedule monthly complete system backup!
    59. Disable Windows Media Player Network Sharing Service. I don’t have any extenders, and it was trying to index all the media on the NAS and sucking up all the bandwidth. Probably wouldn’t be a problem with a faster server (IE: the NVX).
    60. Latest version of CrystalDiskInfo. Says the drive is 98% happy after 2 years. Don’t see any need to replace it until I get a new motherboard that supports the new SSD SATA controllers.
    61. Download the Intel MB driver for the missing Simple PCI Communications Controller on my ancient P35 motherboard:
    62. Add two more menu items via Media Center Studio to switch between my DVI and HDMI video inputs. I do this because when listening to music, I use the S/PDIF Zone 1 & 2 outputs on the SC-07 to run audio to the other amplifiers in the house (I pulled Optical S/PDIF along side Cat 6 when wiring the house). Obviously, I want to use HDMI for BD playback. After spending a half hour trying to grok some complicated autohotkey scripts, I stumbled upon a posting explaining the options to DisplaySwitch.exe, which ships with Windows 7. In a nutshell:
        DisplaySwitch.exe /internal – Switch to Primary only
        DisplaySwitch.exe /external – Switch to Secondary only
        DisplaySwitch.exe /clone – Clone desktop on both screens (Not HDCP compliant!)
        DisplaySwitch.exe /extend – Extend desktop to both screens
    63. Creating the menu items was trivial. See the RadioParadise posting if you need help with Media Center Studio. I would just run in Clone mode, but if you play any DRM cable channel like ESPN while in clone mode, WMC will shut you down due to HDCP violation.

    64. And, after I even listed it in the beginning, I forgot to fix time synchronization. Didn’t figure this out until I started missing the Daily Show opening monologue 4 months later. The easiest fix is to disable the time sync job in the Task Schedule, and use the built in Windows Time service. It’s a well known problem described on the GreenButton, which is now Windows Experts πŸ™
    65. Install the latest TMT beta with auto-resolution switch.    This seems to be the most stable version yet IMHO.
    66. (7/13/2011) Reinstall the Missing Remote RDP hack and disable multi. It turns out there are a couple odd side effects of logging in via RDP as the same user which is on the TV screen. Occasion, the TV user screen lock will trigger, forcing you to enter the password to watch TV again. This wasn’t a huge inconvenience, but there wasn’t tremendous value in the multi login support, so I eventually backed it out.
    67. Well, you can’t have much more fun than that. Here’s the final software config from WinAudit:

      Software Inventory

      Adobe Flash Player 10 ActiveX 10.3.181.14 Adobe Systems Incorporated
      Adobe Flash Player 10 Plugin 10.2.153.1 Adobe Systems Incorporated
      Amazon Unbox Video 2.1.0.126 Amazon.com
      AnyDVD 6.8.4.0 SlySoft
      ArcSoft ShowBiz   ArcSoft
      ArcSoft TotalMedia Theatre 5 5.1.1.110 ArcSoft
      AutoHotkey 1.0.48.05 1.0.48.05 Chris Mallett
      AutoRipNCompress 2.14.0.0 eMpTy3000
      Avidemux 2.5 2.5.4.6714  
      Boxee   Boxee
      CrystalDiskInfo 3.10.0 3.10.0 Crystal Dew World
      CrystalDiskMark 3.0.1a 3.0.1a Crystal Dew World
      DVRMSToolbox 1.2.1 babgvant.com
      Feedback Tool 1.2.0 Microsoft Corporation
      FileZilla Client 3.4.0 3.4.0  
      Haali Media Splitter    
      HandBrake 0.9.5 0.9.5  
      LAN Speed Test 2.0.5 Totusoft
      MediaInfo 0.7.44 0.7.44 MediaArea.net
      Microsoft .NET Framework 4 Client Profile 4.0.30319 Microsoft Corporation
      Microsoft Antimalware 3.0.8107.0 Microsoft Corporation
      Microsoft Security Client 2.0.0657.0 Microsoft Corporation
      Microsoft Silverlight 4.0.60531.0 Microsoft Corporation
      Microsoft Visual C++ 2008 ATL Update kb973924 – x86 9.0.30729.4148 9.0.30729.4148 Microsoft Corporation
      Microsoft Visual C++ 2008 Redistributable – KB2467174 – x86 9.0.30729.5570 9.0.30729.5570 Microsoft Corporation
      Microsoft Visual C++ 2008 Redistributable – x86 9.0.30729.17 9.0.30729 Microsoft Corporation
      Microsoft Visual C++ 2008 Redistributable – x86 9.0.30729.6161 9.0.30729.6161 Microsoft Corporation
      My Channel Logos 1.22 My Channel Logos
      NASA TV for Media Center 2.1.0.0 Yammm Software LLC
      NVIDIA 3D Vision Controller Driver 275.33 275.33 NVIDIA Corporation
      NVIDIA 3D Vision Controller Driver 275.33 NVIDIA Corporation
      NVIDIA 3D Vision Driver 275.33 275.33 NVIDIA Corporation
      NVIDIA Control Panel 275.33 275.33 NVIDIA Corporation
      NVIDIA Graphics Driver 275.33 275.33 NVIDIA Corporation
      NVIDIA HD Audio Driver 1.2.23.3 1.2.23.3 NVIDIA Corporation
      NVIDIA Install Application 2.275.80.0 NVIDIA Corporation
      NVIDIA PhysX System Software 9.10.0514 9.10.0514 NVIDIA Corporation
      NVIDIA PhysX 9.10.0514 NVIDIA Corporation
      NVIDIA Stereoscopic 3D Driver 7.17.12.7533 NVIDIA Corporation
      PlayReady PC Runtime x86 1.3.0 Microsoft Corporation
      Realtek Ethernet Controller All-In-One Windows Driver 7.46.610.2011 Realtek
      Security Update for Microsoft .NET Framework 4 Client Profile (KB2446708) 1 Microsoft Corporation
      Security Update for Microsoft .NET Framework 4 Client Profile (KB2478663) 1 Microsoft Corporation
      Security Update for Microsoft .NET Framework 4 Client Profile (KB2518870) 1 Microsoft Corporation
      ShowAnalyzerSuite 1.0.59.783 Dragon Global
      System Requirements Lab    
      TotalMedia Theatre 5 5.0.1.80 ArcSoft
      Vim 7.3 (self-installing)    
      VLC media player 1.1.7 1.1.7 VideoLAN
      Windows 7 x86 DTB Addin 1.0.1.0 babgvant.com
      WinFF 1.3.2   WinFF.org
      WinPcap 4.1.2 4.1.0.2001 CACE Technologies
      Wireshark 1.4.4 1.4.4 The Wireshark developer community, http://www.wireshark.org

       

    • Thanks for the steps–love

      Thanks for the steps–love seeing people’s process.

      Note for anyone reading this that isn’t…do NOT disable SMBv2 unless your NAS manufacturer recommends it or you know what you are doing.  In general SMBv2 is a good thing and removing it will kill your file copy performance between Windows systems that support it (Vista or higher).

      For instance, between my Windows 2008 R2 Server and my HTPC I get 120Mbps.  If I disable SMBv2 that drops to 55Mps.  A big change.

       

    • Excellent point.Β  Also DO NOT

      Excellent point.  Also DO NOT disable SMB2 if you have an NVX or other more recent NAS product which runs Samba 3.5 or greater.    This is only for the NV+ which runs an old version of Samba which Netgear is no longer releasing updates for.

      That said, I’m currently beta testing an early release of Samba 3.5 build frumps.org to see if the SMB2 protocol gives a speed improvement on my old NV+ hardware.   I think he’s dropped the project though, and I may just use his instructions to build Samba 3.6 once the release stabilizes.

    • Just out of curiosity, why

      Just out of curiosity, why are you upset with ArcSoft.  I have TMT 3 and have never been totally enamored with it, but would be interested to hear your complaints.

      • Easiest way to answer this

        Easiest way to answer this question is to cut & paste from one of my previous postings:

        [quote=mpatnode]

        Oye.   You’re opening up some old wounds here, which I wish I had the time to go into in detail.   At a uber level, it comes down to your definition of “recommend” Wink.   Many HTPC enthusiasts build systems because they like to understand the technology and enjoy the problem solving process.   I certainly fall into that category, but the whole BD playback thing became a bit of timesync for me.   Granted, I started before HDCP bitstreamed playback was available, so I had a few more hurdles to jump than someone starting today.    Unfortunately, 1 OS upgrade (+1 complete reinstall), 2 TMT upgrades and 3 video cards later, I still don’t have a painless BD playback experience.    Quick highlights:

        1. Starting with the upgrade to 3.0.1.170 TMT stopped playing ALL BD’s.   I even upgraded to 5.0 and see the same problem.   Support issue has been open with Arcsoft since 3/13/2010.  Both Arcsoft & Cyberlink’s BD/HDCP test programs tell me my system is 100% compliant.   Still put in any BD disk, and I get back a message “This Disk cannot be played”  or various hangs.    My final solution, spend another $100+ on AnyDVD.   I really have no need to rip BD disks, I use AnyDVD solely so my system will work.  Reverting to the pre 3.x 170 version fixes the problem, but that severely limits your ability to play new releases.
        2. Fun of fighting different refresh rates on your video card.    Finally ended up with an NVidea GT430 which seems to do all the resolutions you want (23.976/59.94/etc).   That said, I still see frame drops no matter what refresh-rate I run at.
        3. With TMT 5.01.87, I experienced a number of audio synchronization problems whenever pausing or rewinding.    It might of been related to the refresh rates.   I found some patches on their forum site which seemed to of solved most of the problem.

        So now my current status is that BD playback is still a bit of a push & pray experience.   On a typical BD, I’ll see 3-4 lockups during playback where the screen will freeze for a few moments, and audio will take 10 more seconds to sync back up with the video.   I’ve actually grown tired of trying to isolate the issues.   Could be I just need a newer BD drive or motherboard since both are > 3yrs old now.

        That said, I probably already spent > $500 in software and hardware, just for the BD playback capability (my WMC DVR experience is great).   For that price, you can get a pretty nice standalone BD player which will also play Vudu and Amazon movies in HD (remember current studio licensing deals do not allow HD playback on a PC for movie downloads)

        So for those reasons, it’s difficult to “recommend” using your HTPC as your primary BD player, but I didn’t say you can’t have fun trying.  Laughing

        [/quote]

        Now with the latest 5.1.1.110 beta, I’ve noticed much better behavior when pausing/ff/rr and audio coming back online.    It does seem to have a quirk where bitstreaming won’t work unless you switch the audio to mixed and then back to bitstreaming.    This problem has come and gone with various releases and has been reported by multiple people on the Arcsoft forum, but Jason@arcsoft says support can’t repro that problem.

        So upset is probably too strong of word, but as I explain above, it’s not something I can “recommend” based on my experiences.

        (OK, I’ll admit I have found AnyDVD handy to rip a BD or DVD or two, but that’s not the point)

    • Hi, thanks for the post!
      I

      Hi, thanks for the post!

      I was wondering what the deal was with #37, “Login as Administrator and set up Task Scheduler to start and stop the file watcher in the middle of the night.”  What does that do?

      • Ah yes.Β  I should of expanded

        Ah yes.  I should of expanded on that.   The problem is I have DBT configured to run ShowAnalyzer, and then copy everything from the SSD to the NAS device.  I have plenty of CPU to run ShowAnalyzer and watch a show at the same time, but the problem is if DBT starts moving the file while I’m trying to stream from the ReadyNAS NV+, the poor little Sparc V1 gets overwhelmed and playback becomes unwatchable.     The simple solution was to change DBTService to manual, and schedule two simple batch jobs at 3AM and 6AM respectively

        startDBT:

        net use Z: \medianasmedia
        net start DTBService

        stopDBT:

        net stop DTBService

        It usually clears all the recorded shows in less than an hour.

        • Interesting Β Thanks for the

          Interesting πŸ™‚  Thanks for the reply.

          BTW – I agree with you about not using your HTPC as your primary blu-ray player.  When I first built my HTPC, I added a blu-ray drive but I ended up not using it.  I prefer to rip everything onto the HTPC and play it through the native Media Center movies menu.  I recently upgraded my AVR to a model that supports DTS-HD and Dolby TrueHD and after reading about all the hurdles involved in getting bitstreaming to work I decided that I am way better off just buying a dedicated blu-ray player.  Considering that a good blu-ray player is cheaper than buying the blu-ray software and a new video card or motherboard to support bitstreaming, the choice was simple πŸ™‚

    • George L. Schmauch Jr.

      I didn’t read the article

      I didn’t read the article since I’m a SageTV user, but your TMT question had me go search for that part.  I’m confused, too.  I use TMT3, launched from SageTV, to play back all my Blu-rays prior to ripping them and it works great.  I have all the shortcuts mapped so the remote works with it.  I automatically transfer control between the programs and it flows quite nicely.