Archive for December, 2009

Increasing the Default Number of Rows in the EPG

Written by JeremyC on December 8th, 2009. Posted in Media Center, Recent News, Windows 7

Expand EPG Not satisfied with the default setting of seven rows of channels displayed in the episode guide of Windows 7 Media Center? Unfortunately, there is no option to enable an increased number of rows to appear so increasing the rows displayed requires users to do extensive editing to the Media Center DLL files. Thankfully, Bill24 has posted a guide to the editing required on the Australian Media Center Community. This guide is fairly advanced for those not familiar with editing DLL files however so we’ve created a small patch to allow users to easily make the edits to the Media Center shell file. You’ll still need to follow the beginning portion of the guide though and we’ve also included the actual edits made in the original article for those interested in the data behind the changes.

To get started decide whether you’ll be using the patch or editing your Media Center shell DLL by hand. If the patch doesn’t work you’ll likely need to edit the file by hand as updated or altered versions of the Media Center shell DLL could cause the patch to no longer work properly. If using the patch download it here, otherwise you’ll need a program to edit the file by hand such as Resource Hacker or Restorator. Also, a copy of Media Center Studio is required.

The first step is launching Media Center Studio and creating a new theme. Bill24 doesn’t mention in the guide what changes this makes to the Media Center files that makes it a required step, it may be a simple matter of setting the correct permissions on the required Media Center DLL files. Once inside Media Center Studio select the New button to create a new theme, name your new theme and save the file. Return to the main themes listing tab and select the newly created them then press the Apply button. Launch Media Center and browse to the EPG guide, unless additional edits were made inside Media Center Studio nothing should have changed.

MC Studio

Alternatively, if you’ve got the Take Ownership registry file applied you can take ownership of the MediaCenter.Shell.dll file to affect the same results.

Now open Windows Explorer and browse to C:Windowsehome and locate the MediaCenter.Shell.dll file. Copy the file to another location and make certain to create a backup of this file as well just incase something should go wrong during the process. Now, if using the patch method, copy the patch into the same directory as MediaCenter.Shell.dll and apply the patch to this file. Afterward copy the file back into the C:Windowsehome directory. Relaunch Windows 7 Media Center and check your EPG guide, there should now be ten rows listed.

For those editing the file by hand open the MediaCenter.Shell.dll in your resource editor and browse to the html –> EPG.MCML file. Inside search for the following lines and edit the values as described:

Name=”InitialGridPosition” Left=”FilterButton,1,1″ Right=”Parent,1,-53″ Top=”FilterButton,0, –44
Name=”InitialGridPosition” Left=”FilterButton,1,1″ Right=”Parent,1,-53″ Top=”FilterButton,0, -134

Set Target=”[FilterButtonLayout.Bottom.Offset]” Value=“493”
Set Target=”[FilterButtonLayout.Bottom.Offset]” Value=“580”

Set Target=”[Table.VisibleRowCapacity]” Value=“7”
Set Target=”[Table.VisibleRowCapacity]” Value=“10”

Font FontName=”global://comm:LightFontFace” FontSize=“48”
Font FontName=”global://comm:LightFontFace” FontSize=“0”

“2″/>
“4″/>

After changing each of these values save the MediaCenter.Shell.dll file and place it back in it’s original location. Relaunch Windows 7 Media Center and browse to the EPG guide to ensure that you’ve now got ten rows listed.

Ten Row EPG

Thanks to Bill24 for sharing this information with the Windows 7 Media Center community! Be sure to check out his blog on the Australian Media Center Community website for even more great information on modifying Media Center. This certainly is a more efficient usage of screen real-estate than the original seven row display.


Source Article:
Increasing the Default Number of Rows in the EPG

Windows Home Server Free Trial now with Power Pack 3

Written by FLDataTeK on December 6th, 2009. Posted in Recent News, Windows Home Server

So you have been hearing all of these great things about Windows Home Server, but still aren’t sure if you are ready to buy one (even though there are some great holiday discounts that you don’t want to miss!). If this is the case, I would recommend using the Windows Home Server free trial.

image

Our newly updated trial now includes Power Pack 3! You can simply download the trial and try out all of Windows Home Server’s features. You can read some of our recent blogs to learn about all of the enhancements Power Pack 3 will provide. These enhancements will be especially helpful if you have just transitioned your PCs to Windows 7.

Once the trail period of 30 days is over, I am convinced you won’t want to go back to life without Windows Home Server. Click here to download the Windows Home Server free trial with Power Pack 3:

http://www.microsoft.com/windows/products/winfamily/windowshomeserver/eval.mspx

Source Article:
Windows Home Server Free Trial now with Power Pack 3

Launching Background Commands from Extras Library

Written by JeremyC on December 4th, 2009. Posted in Media Center, Plugins, Recent News, Windows 7

geany Looking for a way to launch commands or programs to run in the background from the Extras Library menu? When you may be in luck, CW-Kid and Andrew Cherry have come up with a .dll and a set of direction for doing just that. The process can be a little daunting for novices but if you’re looking for a way to run cmd files in the background you’re likely able to tackle the task. This can be especially useful for those looking to run mc2xml or that have setup batch files to process WTV to DVR-MS conversion. After following this guide you’ll have a handy little icon to launch the command from right inside Windows 7 Media Center.

To get started you’ll need to download the .dll file created by Andrew Cherry and extract it to the C:Windowsehome folder. This will handle the launching of the cmd file in the background. These cmd files are simple text files with the .cmd extension that can be written to do anything you can do from a standard command line interface, also known as a batch file.

Once you’ve got the .dll file extracted to the ehome directory and a batch file ready to run create a new xml file. Again this is a simple text file which can be created in any notepad application, simply save the file with the .xml extension and it’s an xml file. Copy the following into the new XML file:

<application title=”The title text that appears below the icon in Media Center
id=”{25e1993f-a9d8-4251-871c-0bf84c6d6e29}”>
<entrypoint id=”{58267566-672b-4b1d-812a-fc46d728d073}”
addin=”MissingRemote.AppLauncher.AddIn,     MissingRemote.AppLauncher,Culture=Neutral,Version=1.0.0.0,PublicKeyToken=391ca93ec5a00478″
title=”The title text that appears below the icon in Media Center
description=”Description text that appears below the icon in Media Center
context=”%ProgramFiles%\foldername\name of your.cmd”
imageUrl=”C:\Program Files\foldername\Images\your icon image.png”>
<category category=”More Programs”/>
</entrypoint>
</application>

Of course, you’ll need to alter the red text to match the title, description and location of your batch file as well as editing the location of a PNG image to use in the Extras Library as an icon. These images should be a square probably not needing to be any larger than 128px X 128px as Media Center will scale them appropriately for the resolution being used. Once you’ve got the XML file ready open an elevated command prompt (run –> cmd –> ctrl-shift-enter).

cmd

Inside the command windows change to the C:\Windows\ehome directory and enter the following command: registermceapp /allusers XMLFILE. Change XMLFile to the location that you’ve saved the XML file to and press enter to run the command. You should get a success message. If you don’t receive a success message it’s likely that you’re not inside an elevated cmd prompt, also for multiple new entries you’ll need to change the GUID and ID in the XML file (id=”{25e1993f-a9d8-4251-871c-0bf84c6d6e29}”>
<entrypoint id=”{58267566-672b-4b1d-812a-fc46d728d073}”
).

Once the XML data has been successfully entered into the registry launch Windows 7 Media Center and browse to the Extras Library.

extras library

That’s all there is to it! You should now see the icon for the program set in the XML file and pressing the icon should launch the cmd file in the background executing the set of commands inside. Thanks to CW-Kid for sharing this with the Media Center community! Be sure to stop by his blog and check out his many other guides and articles on Windows Media Center.

Audio Conversion using Popcorn Audio Converter

Written by JeremyC on December 1st, 2009. Posted in Hardware, Recent News

MKV Audio There are several situations in which you may find yourself needing to do a simple conversion of the audio contained inside an MKV file only to find out it’s not so simple after all. Despite the fact that the MKV format is a simple container for holding a video and audio files (as well as subtitles, chapters and other media) there aren’t too many options for working with the pieces contained within them. Demuxing (extracting) the parts contained in the MKV file and then working with them individually can be a somewhat daunting process for beginners and requires multiple pieces of software. Lucky, if you’re only in need of a simple program for working with the audio tracks contained inside Popcorn Audio Converter may have the solution you’re looking for.

To get started you’ll need to download the latest version of the Popcorn Audio Converter from the forums at Network Media Tank. Once installed launch the program and you will be prompted to allow for downloading a set of conversion utilities to assist in the conversion of the audio formats compatible with MKV. This simple method for obtaining the proper conversion tools is a handy addition to the program ensuring you’ve got all the proper software to accomplish the conversion without having to hunt down and download the packages manually.

download utilities

Once the download has been completed you’ll notice that the once red boxes for inputting the locations of the tools, in the upper left hand corner of the program, have been filled in and are now white. If you should download a later version of any of the utilities used by Popcorn Audio Convertor you will need to use these input boxes to point the program to your preferred program location.

utilities locations

This should take care of the initial setup process of the program and you should now be all set to start your conversion. To begin, select the original MKV file you’d like to operate on in the Source File input box, which will be red until a file has been selected. Next determine the target file, this is the where you assign the name of the final converted file.

When you selected your input file you may have noticed that the text area below the file input area filled up with details on the original file. Use these details as a reference as to what is currently contained inside the MKV file. Next select the audio type from the tabbed options in the upper right hand area of the program that you’d like to convert. Choose the format of the original audio type currently contained in the file.

convert track

Under the tab for each audio format you’ll find numerous options for the conversion of that audio type. For example, under DTS you’ll be able to convert all the DTS tracks in this MKV file to AC3 Dolby Digital format. You can also adjust the bitrate or remove the DTS tracks from the MKV entirely. The other format options contain similar conversion possibilities though each original media type will have different format options available for the conversion.

Once the options have been set, simply press the Run button under the file input area to begin the process. A new dialog area will appear showing the conversion process as the file is demuxed, converted and finally re-muxed into a new file. The process is relatively quick, taking only a few minutes to convert a single audio track from a full length movie.

progress

That’s all there is to it! A simple program that does it’s task very well and quite efficiently. The options may be somewhat limited but for the specific purpose of converting formats that are incompatible with your software or hardware the program performs very well. A perfect example of a program designed for a single specific purpose without the frills making it simple to use for beginners and advanced users alike.

Source Article:
Audio Conversion using Popcorn Audio Converter