mediacenter

What is the best .WTV conversion tool?

.WTV is the new DVR-MR format for recorded TV-shows in the Vista Media Center with TV Pack 2008 installed. Since there is a bug in that TV Pack, not allowing to see the current playback posision within the MSAS COM State integration service, the only way to 'fix' the commercial skipping addin, is to convert the .WTV file into a .DVR-MR,...

Is .NET 3.5 a reasonable pre-requisite for a media center plugin?

We have an open source media center plug-in. At the moment its download size is one measly megabyte. If I change my plug-in to require .NET 3.5, users may have to download 197 megs just to be able to use my plug-in. I am in the middle of a big refactoring process, and am aching to use some of the functional aspects of LINQ, which would...

Windows Media Center Application and UAC

I'm currently trying to write a Windows Media Center Application (Vista) that can restart a service with UAC enabled. Everything works fine when UAC is disabled but as soon as UAC is enabled I get an Access is Denied error. I believe this is because the Window Media Center applications are running under the Windows Media Center process ...

Tune 4 Windows Media Centers into the same audio stream

My goal is to be able to get all of the WMC pc's in my house playing the same music playlist at the same time. If I can't do it with the WMC software, I will bypass that and do something with WinAmp and a Shoutcast server running on one of them (or something, haven't gotten that far yet). I see that the new Windows 7 Media Center has a ...

Can we install Visual Web Express 2008 and IIS on Windows XP Media Center ?

Is Microsoft.NET 3.5 (and VWD Express 2008) compatible with Windows XP Media Center SP 2 ? Thanks. ...

Is the IE 7 in Windows Media Center a full featured IE?

I'm getting reports from my website of weird Javascript errors in a piece of code that normally works well, all with the following user agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618) Should I assumed that the IE7 in Windows Media Ce...

Is there a .Net API for querying the Windows 7 Media Center Program Guide?

I'd like to query the Windows 7 Media Center Program Guide from a C# app. e.g. to answer questions like "What time is The Inbetweeners next showing on Channel 4?". I've looked through the Media Center SDK (v6 and v5) but this suggests it is only possible to use the Microsoft.MediaCenter.TV.Scheduling classes to request recordings ("Clic...

Developing a epg guide for mce

Hi there I am looking for some resources on how to create an epg guice for microsoft media center. Any tips appreciated. Chev ...

media center extended

Hi, Where can I find resources related to writing your own media center extender client - i.e. an application that will run on another machine at home and remotely render vista's media center on it, allowing to stream movies, live tv etc Thanks, Gil ...

Null media experience when playing videos from a plugin in windows media center

In our windows media center plugin we use the PlayMedia api to play Videos. This is the documented API by MS for playing videos and is documented in the SDK. Eg. AddInHost.Current.MediaCenterEnvironment.PlayMedia(Microsoft.MediaCenter.MediaType.Video, path, false) In Vista, consistently, after this call we have a media experience rea...

Registering MCE AddIn under existing root menus

I have written a plugin for Windows 7 Media Center, and I would like to register it to appear under the root "TV" menu. What do I need to put in the Registration.xml to achieve this? Thanks! ...

How do I add a reference to the Microsoft.MediaCenter.TV.Scheduling namespace used in the media center SDK examples?

I want to use the Microsoft.MediaCenter.TV.Scheduling namespace in my C# windows media center project but it's not showing up in the Add Reference dialog in Visual Studio. Where can I find the right DLL to reference? ...

Getting recording status in Win Media Center 7

I am using a Hauppauge HD-PVR with Windows 7 Media Center (using DVBLink to connect them). I'd like to write a small application to check if the system is currently recording and if not perform some action. Which classes do I use to get this status? I've read the docs but the solution is not immediately obvious to me. Thanks! ...

How to write a Media Center plugin like the Netflix plugin? Source code/reference samples?

I am looking to write a Windows Media Center plugin just like the Netflix WMC plugin. Once logged in, I know the streaming urls that I need to hook in to. Any source code, reference samples would be great. Found one on codeplex for swedish TV channels, but right now it's not working for some reason... Previously asked the following qu...