Excellent post, AmiraTech, thank you very much! My goal was to try to make the subtitles similar to DVD. Now, thanks to your post, I was able to set the transparent background, white text color and black edge, so my subtitles do not block the picture, are quite readable and not annoying. There is probably a lot more to discover. What I have found so far is that CCTextColor value sets one of 8 the font colors:
CCTextColor 0 - black; 1 - red; 2 - green; 3 - blue; 4 - cyan; 5 - purple; 6 - yellow; 7 - white. My setting is 7 - white.
CCEdgeColor sets the color of the font edge. My setting is 0 - black.
CCBGOpacity sets the background opacity. My setting is 2 - transparent.
CCTextStyle is responsible for the font used for the subtitles. I tried different fonts and the value of 3 works the best for me.
I set CCEdgeType to 1, I didn't play much with this key.
If somebody wants to play with these or other settings, please keep in mind that you should close the MCE shell program while making the changes. The new settings will be picked up next time you start Media Center.
Following are my current registry settings, and I am quite happy with them:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Media Center\Settings\VideoSettings]
"CCMode"=dword:00000001
"ZoomMode_Video"=dword:00000003
"DVDMenuLang"=dword:00000000
"Letterbox"=dword:ff000000
"fNeedToPromptForMediaDiscovery"=dword:00000001
"DVDSubtitleLang"=dword:00000000
"MovieViewAsGallery"=dword:00000000
"MovieSortMethod"="SortByStarRating"
"DVDChangeSoundMenuLang"=dword:00000001
"DVDSoundtrackLang"=dword:00000000
"CaptionDisplay"=dword:00000002
"VideosSortByDate"=dword:00000000
"ZoomMode_DVD"=dword:00000000
"LastDVDId"="13660019070764909356"
"SAPOn"=dword:00000000
"CaptionDisplayDVD"=dword:00000000
"CCModeDVD"=dword:00000001
"CaptionDisplayTV"=dword:00000000
"CCModeTV"=dword:00000001
"DigitalCCMode"=dword:00000001
"DigitalCCLanguage"=dword:00000000
"IsDCCUseCustomSetting"=dword:00000001
"CCTextSize"=dword:ffffffff
"CCTextStyle"=dword:00000003
"CCTextColor"=dword:00000007
"CCTextOpacity"=dword:ffffffff
"CCEdgeColor"=dword:00000000
"CCEdgeType"=dword:00000001
"CCWindowColor"=dword:ffffffff
"CCWindowOpacity"=dword:ffffffff
"CCBGColor"=dword:ffffffff
"CCBGOpacity"=dword:00000002
"PreferredLanguageID"=dword:00000409
"_tvChannel"="4"
"_tvChannelPrev"="28"
"SortRecorded"="name"
"SortPriorities"="priority"
"SortScheduled"="date"
"SortErrors"="date"
"SortCategoriesByTitle"=dword:00000001
"dtLastEPGDownloadRequest"="01/01/0001 00:00:00"
"dbr"="Private"
"TeletextSubtitlePage"=dword:00000000
"SilentLicenseAcquisition"=dword:00000000
"ZoomMode_TV"=dword:00000003
"ZoomMode_ATSC"=dword:00000000
"AutoStartLiveTV"=dword:00000001
"InstantReplayInterval"=dword:00001388
"SkipAheadInterval"=dword:00002710
"DefaultChannel"="2"
"VideosDefaultRootPivot"="Folders"
"VideosGalleryView"="LargeThumbs"
"RecordedTVViewBy"="List"
"RecordedTVListViewPrompted"=dword:00000001
"Version"="65537"