Posted on April 10, 2008 by Chad
In short adding thumbnail images to the Media Center video library is easy. Simply place a .jpg with the exact same file name as the movie file in the same videos folder. For instance to have the file “Bourne Ultimatum.dvr-ms” show a thumbnail in the videos section of Media Center, put a file named “Bourne Ultimatum.jpg” in the same folder.
The tricky part is getting the file to show up properly, it needs the correct dimensions or the image will be cropped. The dimensions Media Center displays are 320×240 (WxH). To find an image with those dimensions I go to Google Images and search the movie title. Google Images provides the dimensions of each image file. As long as W/H = 1.33 you’re good. So for instance a jpg with 1024×768 dimensions works just as well.

Filed under: MCE | Tagged: MCE, MediaCenter | No Comments »
Posted on March 28, 2008 by Chad
If you want full DVD quality backups to be stored on your network and viewed by the XBox 360 Media Center Extender, DVR-MS is the best file format. DVR-MS supports 5.1 surround sound and it’s video format is mpeg2 so there is no loss in video quality. Since there is no transcoding, conversions are quick as well. Plain mpeg2 works as well but the XBox 360 Media Center Extender cannot fast-forward and rewind well with that format. For the full interactive experience DVR-MS works best.
Here are the steps to convert a DVD backup to DVR-MS:
- Backup the vob set of the desired DVD using DVD Decrypter or your favorite DVD ripper.
- Use vob2mpg to convert the vobs to a single mpg.
- Use VideoRedo Plus to convert the mpg to DVR-MS.
VideoRedo Plus costs about $45 but it works very well with DVR-MS. You can skip the vob2mpg step and convert the vobs directly but I have found at the vob transitions there can be skips. vob2mpg combines the vobs without the skips. Another option would be to create a single vob with DVD Decrypter.
Filed under: MCE | Tagged: DVR-MS, MCE, XBOX, XBOX360 | No Comments »
Posted on March 27, 2008 by Chad
There are a couple of quick and easy ways to customize your WHIIST photo album that I haven’t seen posted. The page default settings are located in default.aspx. To edit that file:
- Using Windows Explorer open the directory where the photos are placed for the album.
- Using Wordpad (or your favorite text editor) open default.aspx.
- To change the title displayed in the web browser’s title bar:
- In between the
<title> HTML tags, replace the “Windows Home Server Gallery” with what you would like displayed at the top of the viewer’s web browser.
- Save and close the default.aspx file.
- To change the heading displayed at the top of the web page.
- In between the
<span class="LandingHeaderStyle"></span> HTML tags, replace the “WHIIST Photo Gallery” with what you would like displayed at the top of the photo gallery web page.
- Save and close the default.aspx file.
Filed under: WHS | Tagged: ASP.NET, WHIIST, WHS | No Comments »
Posted on March 26, 2008 by Chad
I’ve seem a number of posts from Windows Home Server users asking to add captions to WHIIST. I’ve created a minor hack to enable captions to web pages hosted using WHIIST. This change involves replacing one of the ASP.NET script files found in the directory that photos are added.
Here are the steps to enable captions in WHIIST:
- Download the new album script here. Unzip the album.ashx file to a known location.
- For each of your photo shares you would like to enable captions:
- Navigate to the public folder containing the photo share.
- Copy the new album.ashx file over the existing album.ashx file already in this location.
- If you view your website now, you will see the caption for each photo is the file name of the photo. This is the default caption.
- To add custom title and caption edit the metadata for each photo.
- To edit the metadata, follow these steps:
- Right click on the picture file to add a caption in windows explorer.
- Select “Properties”.
- Select the “Summary” tab.
- In the “Title:” field, enter the title you would like displayed for the photo.
- In the “Comments:” field, enter any additional comments you would like displayed.
Please comment and let me know how this works for you. To revert, just copy back the older album.ashx. I would obviously try this on a test album first to make sure it is what you are looking for.
Filed under: WHS | Tagged: ASP.NET, WHIIST, WHS | 6 Comments »
Posted on March 26, 2008 by Chad
Welcome to the Media Serve blog. This blog will try to capture my experiences with distributing digital media locally over my home network and externally over Windows Home Server. I’ve found some tips and tricks along the way, hopefully others will find them useful as well.
Filed under: Misc | No Comments »