My Media Centre Overhaul

26 May, 2014 | FeaturesTechVfd

Since installing my HD card, live TV (HD channels) has never really worked. After a period of time the sound would begin to stutter and eventually disappear altogether. Stopping and restarting the channel would solve it, but only for a while.

I've looked for solutions before, such as increasing the size of the buffer pool (assuming it was when the buffer was full and it needed to start overwriting that the problem occurred). Nothing fixed it, so recently I decided on a complete rebuild, switching to Windows 8 at the same time.


Sorting out the display

The first issue I encountered on the rebuild was getting my screen to fit my TV. Despite Windows 8 picking up the appropriate display drivers, I was getting serious underscan (the picture was smaller than the screen). I made sure my TV (an LG model) was set to Just Scan (i.e. don't try and resize, just show what you're receiving), but it made no difference.

On my previous setup I used the Catalyst Control Centre, which allows some adjustment of the underscan, although I never got it to use every pixel.

So, off to the internet I went, and here's how I solved it (without CCC):

Note: Needless to say, making changes to the registry is dangerous, either take a backup first, or be prepared for a fresh install should something go wrong.

Registry hack to remove underscan

I'm sure that, the first time I wiped it, I only had to use the following registry hack (which I found on Superuser, but traces back to here):

Go to the following key in the registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\video{####....}\0000

Create a new DWORD:

"DigitalHDTVDefaultUnderscan" = dword 0x0000

Note: there might be several {####....} , should be the one with most of the ATI settings.

The second time around, I had to do an additional change in the registry though (which I found here):

Open regedit and go to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\

In there, there'll be some keys looking like this:

{ECA904C2-25E6-4680-9B2C-44EBC0EC9190} (with different numbers and letters)

Highlight the "Video" key at the top of the tree, and do a search for "1920x1080" (or whatever resolution you want to change).

You'll find some keys in subfolders named 0000, 0001, etc.

The keys will begin with DALR6 DFPXXXXxYYYYx0xFF

XXXX= Horizontal resolution
YYYY= Vertical resolution
FF= Display frequency

Click on the key matching the screen resolution and frequency you want to remove the borders of.

A lot of the key will consist of "00", but there'll be a few non-00 entries. Change all of these to 00.

Finally, I had two subfolders, 0000 and 0001, containing mirrors of the same keys. When I changed a key in one subfolder, it also changed in the other.

Fixing the underscan in Media Center

The above sorted my underscan issue for windows, but Media Center was still too small. I tried changing the resolution within Media Center, but to no avail. In the end, I found the comment by NitDawg on this page did the job:

To push the UI elements back out to the corners after getting rid of overscan, you can modify the registry:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Media Center\Settings\MCE.PerUserSettings]

"marginLeft"=dword:00000000

"marginTop"=dword:00000000

"marginRight"=dword:00000000

"marginBottom"=dword:00000000

"marginSaved"=dword:00000001

"useDefaultOverscanMargins"=dword:00000000

Resolving HD sound stutter

Initially, with a clean install, the HD channels didn't seem too bad, a little popping here and there, but no loss of sound. By the time I'd got everything else up and running it was struggling though.

I rip my Blu-ray discs to MKV format, so I was going to need a splitter. Previously, I think I used Haali as part of another codec pack, but I decided on the LAV Filters this time around.

What has this got to do with HD channels? Well, I stumbled across an Amazon comment on a slightly different TBS HD card that mentioned using an alternative codec for live TV. So I grabbed a copy of the Media Center Decoder Utility (MCDU) and changed it to using the LAV Filters.

Not only did it sort the issues I had with the sound, but it seems to have improved the picture quality too. There are some negatives: no screenshot when viewing the shows in Recorded TV, and no audio when fast forwarding.

A setback

I mentioned above that I had wiped my machine twice, because while the LAV Filters worked perfectly on the MKVs using H.264, I had delayed sound on any that contained VC1/Dolby content. I tried a ton of other codec packs, and found that the only way to resolve it was to install the ArcSoft one from a copy of TotalMedia Theatre.

The problem with that was it borked my HD playback again (not sure if was just the ArcSoft or the various other codecs I installed). Hence why I had to wipe the machine and start over.

So, for now, my VC1 playback isn't right. Not sure what to try on that. I could reinstall just the codecs that worked and see how that goes, but I'd rather avoid it if I can. I could transcode my VC1 files to H.264. Or I can keep trying combinations of settings to see if I can pull the audio back into line.

Setting up the rest

I've used Media Browser for a while now. One issue I had was that, when saving series to different disks, they appeared multiple times in MB. So, this time, I pooled my disks, not using RAID, but in software using StableBit DrivePool. It means I can add additional disks, or change disk sizes, without having to rebuild everything, and as it stores it all in regular NTFS, I don't have to worry about it becoming unreadable should a disk fail.

I will say that the new version of Media Browser (version 3), which uses a split server/app architecture, while offering many more features, is heavier on resources. In fact, I've currently got backdrops switched off, because just going through the list in coverflow was unbelievably slow (I'm using Classic rather than the new Theater option).

I'd forgotten how much I loathed Media Center's default blue theme. Media Center Studio seems to have died (although you can work around the installation issues), so that left the option of Media Center Themer, or the MCE Reset Tool (MCE RTB).

The latter is a costed option, but does already have Astrotoy7's black theme available, plus allows you to edit the menus (I removed all bar TV, Media Browser and Settings), the guide (I added some extra rows), add channel logos, and some other stuff.

Finishing up

So, that was pretty much it. I had a functioning machine that looked good. I still need to sort out VC1 playback, and I'm going to look at ways to get the box to stream live TV to my tablets.

Still, not bad considering this is all running on my original (nearly five year old) hardware (albeit with an additional TV card and various upgrades to the HDDs).