Questions tagged [windows-media-center]

Windows Media Center is a digital video recorder and media player developed by Microsoft. It is an application that allows users to view and record live television, as well as organize and play music and videos.

Windows Media Center is a digital video recorder and media player developed by Microsoft. It is an application that allows users to view and record live television, as well as organize and play music and videos. The application is included in various versions of Windows XP Media Center Edition, Windows Vista Home Premium and Ultimate and all editions of Windows 7 except for Starter and Home Basic.

Windows Media Center is a digital video recorder and media player developed by Microsoft. It is an application that allows users to view and record live television, as well as organize and play music and videos. The application is included in various versions of Windows XP Media Center Edition, Windows Vista Home Premium and Ultimate and all editions of Windows 7 except for Starter and Home Basic.

Media Center can play slideshows, videos and music from local hard drives, optical drives and network locations. Users can stream television programs and films through selected services such as Netflix. Content can be played back on computer monitors or on television sets through the use of devices called Windows Media Center Extenders.

It is possible to watch and pause live TV with support for up to four TV tuners or two dual-tuner cards (a maximum of two tuners outside of the United States). These TV tuner cards can support TV broadcasts in Standard Definition as well as high definition video through DVB-T and ATSC standards. These standards are unencrypted broadcast television. It is possible to view encrypted private network television stations that are not broadcast over the air with internal and external tuner options that support the insertion of a CableCard provided by the Cable TV company. Many brands of tuner cards allow connection of traditional TV antennas to the RF connector on a PCI or PCIe expansion card that is installed within the PC with Windows Media Center functionality.

25 questions
1
vote
1 answer

Setting up Windows Media Center Plugin Template

I am beginning a project which involves writing a plugin for Windows Media Center. All I want to do at the moment is run the sample project which is included by default in the Windows Media Center SDK. There are instructions to do this included with…
user1320771
1
vote
1 answer

How to Detect the Currently Opened Files in VB6 for Media Centre

I am writing a Media Centre Addin in Vb6 and it was all going good until i got to the point where i want to find the "Currently Playing song FilePath or URl" I have spend a number of hours racking my brain to figure out a way of seeing what the…
user757321
  • 321
  • 8
  • 17
0
votes
2 answers

How to control an running instance of Windows Media Center?

How to control a running instance of Windows Media Center? I have a server-client application, and the server needs to be able to give commands to the client, and then the client has to control Windows Media Center. I know how to do it with sending…
Eric Smekens
  • 1,602
  • 20
  • 32
0
votes
1 answer

Writing a Windows Media Center Plugin with C++

I have been searching for a way to create a windows media center plugin with C++, does anyone know if this is possible (with current available tools)? I have the SDK for C#, but would really rather stick to C++ if it all possible. Thanks for your…
RageD
  • 6,693
  • 4
  • 30
  • 37
0
votes
2 answers

Remote controlling Windows Media Center

I am interested in building a remote control app of sorts for android devices to allow them to control windows media center on windows 7. How can I send commands to media center as if they were coming from a physical remote? Lets say for instance…
Mr Bell
  • 9,228
  • 18
  • 84
  • 134
0
votes
1 answer

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!
Adam
  • 4,159
  • 4
  • 32
  • 53
0
votes
1 answer

Windows Media Center 8 Video Quality is poor compared to the "Video" Player

I can't figure out why the WMC8 video player has a worse quality than the Video player in Windows 8. I have tried updating codecs to ffdshow but it doesn't change the quality in WMC. The image looks more Aliased and boxy whereas in the video…
Jeremy
  • 157
  • 1
  • 8
0
votes
1 answer

Navigate Programmatically in Windows Media Center

I'm developing an Windows Media Center add-in on a Win-7 machine (if that is relevant). As with all add-ins, it implements public void Launch(AddInHost host) { } In the further code, I recieve instructions to navigate up/down/left/right in the…
Marvin Dickhaus
  • 785
  • 12
  • 27
0
votes
2 answers

Additional Assemblies Media Center Plugin

I am trying to write a Windows Media Center Plugin for the first time. The plugin is going to make use of an external assembly zeroconfignetservices. I built the project everything compiles correctly. However, when I run the application in media…
Ryan
  • 6,432
  • 7
  • 40
  • 54
0
votes
0 answers

C#: Assembly DLL not visible to Visual Studio when Debugging using Attach Process

I am working on a Plugin for Windows Media Center using Visual Studio 2010 Professional, C#, the Windows Media Center SDK 6.0 and NET Framework 2.0. I am able to create an installer for the app (using WiX Installer), which inserts the app into WMC…
user1320771
1
2