Leaderboard
    Search
Wednesday, January 07, 2009 ..:: DVD Library on Extenders How-To ::.. Register  Login
anim24/7 Live Tech Support!
Site Navigation

 Who's Online? Minimize
Membership Membership:
Latest New User Latest: scline
New Today New Today: 0
New Yesterday New Yesterday: 0
User Count Overall: 144

People Online People Online:
Visitors Visitors: 1
Members Members: 0
Total Total: 1

Online Now Online Now:

  
 Who's in chat? Minimize
Room:Users
General Chat 0
Radio Chat 0


 Print   
 Donate Minimize

As most of you know, all the expenses of running the group are paid for by donations. Please help keep the group running by donating whatever you can.

You can donate through PayPal by clicking the link below.

Donate through PayPal - it's fast, free and secure!

 Print   
 Bookmarks Minimize
Social Bookmarking
Add to: Mr. Wong Add to: Linkarena Add to: Folkd Add to: Digg Add to: Del.icio.us Add to: Reddit Add to: Jumptags Add to: Upchuckr Add to: Simpy Add to: StumbleUpon Add to: Slashdot Add to: Netscape Add to: Furl Add to: Yahoo Add to: Spurl Add to: Google Add to: Blinklist Add to: Blogmarks Add to: Diigo Add to: Technorati Add to: Newsvine Add to: Blinkbits Add to: Ma.Gnolia Add to: Smarking Add to: Netvouz Information

 Print   
AnyDVD Tower
Make your iPod screen bigger with myvu!
 Popular Pages Minimize

The Connected Home Day of free training on September 13th, 2008

DVD Library on Extenders. Play your ripped DVDs on a MediaCenter Extender.

Blogs.


  
 Announcements Minimize
Don't know what's going on with site. - Friday, January 02, 2009

OK, so I tried upgrading and everything went pear shaped . . .

Restored from backup and will try playing with it over the weekend.

--Pete

 
Users with Yahoo! mail addresses - Friday, November 14, 2008

For those members that are using Yahoo! mail addresses, yahoo has been deferring any e-mail sent to yahoo addresses from NEDMUG/HTPCUG.

I have contacted them several times and followed their instructions, but they still defer the mail.

Sorry . . .

 

 
NEDMUG Radio - Monday, October 06, 2008

NEDMUG Radio is up and running in automatic mode!

 read more ...
SOLD OUT! - Thursday, September 18, 2008

OK, so the story WAS true.

As of 2PM Eastern time. All the DMA-2100's are sold out!! Hope you got one!

 
New Pictures in the Photo Gallery - Thursday, August 14, 2008

I've posted some new pictures in the photo gallery.

Pictures from a meeting we had at WCVB in Boston and got a tour of their new HD control room and studio!

Some pictures from the MVP summit. I have a LOT more, but unfortunately I can't show them to you.  :-)

Click "Read More" to see the pictures!

 read more ...

 Print   
 DVD's on Extenders How-To! Minimize

DVD on Extender How-To v0.7

Links only, do not redistribute! All updates and new files will be posted on this page.

I'm not the creator of the DLL or the script, I've just assembled the bits in one place and created the how-to. The authors have asked me to keep them anonymous and if you want them to keep working on this project then I'll do as they want. 

If you have a better way to get this to work. Like a better script or different steps, send them to me at (pstagman !at! htpcug.com) and I'll check it out and post it.

Remember that this is a hack. Transcoder.dll and the scripts are not from or supported by Microsoft.

Forums are fixed!!

Join the DVD Library Mailing List

 New Utility

Great news! Robert Chesworth has created a utility to automate the links process!

His "Media Center Links" utility will recreate the whole DVD folder structure locally, copy the folder.jpg files, create the links and then create the WVX playlist files. All in one shot!

Instead of creating all this on the remote storage, it creates it locally on the MCE PC. This was the procedure I had suggested for users who have WHS or NAS devices. So it will work in both cases.

You can Download the utility here. Media Center Links.zip Unzip the file and run setup.exe. There is documentation in the zip.

If you have any questions or problems, please post your question in the forums.

 

 


 

 

How to get DVD's to play on your Media Center Extenders using DVD Library

Windows Vista Service Pack 1 is required for this to work correctly.

  1. Media Center Extenders can't play .vob files, so the files have to be renamed to .mpg files. But wait! If I rename all the .vob files to .mpg files then other apps may stop working right? Correct. So, the solution is symbolic links. A symbolic link is a fake file with the name you want that links back to the original file. So VTS_01_1.mpg is a symbolic link that points to VTS_01_1.VOB. That also means you do not get anything other than the main movie.

  2. WARNING: Do not create symbolic links on Windows Home Server Shares! They don't work and wreak havoc on the server because of the way that the drive extender works!! If you store your movies on a WHS or NAS see this page!

    1. Create symbolic links to the .vob files:
      1. Open a command window with admin rights in the VIDEO_TS folder that contains the .vob files you want to link.

      2. Find the largest .vob files. The main movie will be in the largest .vob files, usually they will be 1GB in size.

      3. Use the command fsutil hardlink create VTS_01_1.mpeg VTS_01_1.VOB to create the links. (changing the names of the files for each file you link)

      4. You should get a response like: Hardlink created for D:\shares\DVDs\MOVIE\VIDEO_TS\VTS_01_1.mpeg <<===>> D:\shares\DVDs\MOVIE\VIDEO_TS\VTS_01_1.VOB

      5. If you want the cover artwork to be displayed in DVD Library, create a folder.jpg file of the artwork in the VIDEO_TS folder.

  3. Next you need to create a .wvx playlist file so the extender plays the playlist and you don't have to select each file to play. You can create the file using notepad or the text editor of you choice. Here's what it needs to look like:

    1.        <ASX version = "3.0">
        <Title>My Ripped Movie</Title>
        <Entry>
          <Ref href="\\Server\DVDs\Movie\VIDEO_TS\VTS_03_0.mpeg"/>
        </Entry>
        <Entry>
          <Ref href="\\server\DVDs\Movie\VIDEO_TS\VTS_03_1.mpeg"/>
        </Entry>
        <Entry>
          <Ref href="\\Server\DVDs\Movie\VIDEO_TS\VTS_03_2.mpeg"/>
        </Entry>
        <Entry>
          <Ref href="\\server\DVDs\Movie\VIDEO_TS\VTS_03_3.mpeg"/>
        </Entry>
        <Entry>
          <Ref href="\\server\DVDs\Movie\VIDEO_TS\VTS_03_4.mpeg"/>
        </Entry>
        <Entry>
          <Ref href="\\server\DVDs\Movie\VIDEO_TS\VTS_03_5.mpeg"/>
        </Entry>
        <Entry>
          <Ref href="\\server\DVDs\Movie\VIDEO_TS\VTS_03_6.mpeg"/>
        </Entry>
      </ASX>

    2. Save the file in your VIDEO_TS folder and give it a name "My Ripped Movie.wvx"

 

Here's a script that will create the symbolic links and the .wvx files in one shot.  Use at your own risk!

CreateWVX.zip

Using the CreateWVX.vbs script

 

CreateWXV.vbs is used for DVD that have been ripped to a VIDEO_TS folder with VOBs

 

Copy and paste the script into notepad and save as "CreateWXV.vbs".

There are two constants (see below “strRemoteLocation” and “strWVXOutputFolder”) at the top of the script that will have to be modified first to match your environment before using this script.

 

Then run "cscript CreateWXV.vbs your_DVD_folders_here", from command-prompt, run as admin.

'strRemoteLocation is the path that will be used in the WVX file to reference the location of the DVDs

'This should be accessible via the machine that will play the WVX file

Const strRemoteLocation = "\\server\DVDs"

 

'strWVXOutputFolder should be the location the WVX files should be written

Const strWVXOutputFolder = \\Server\MywvxFiles

--------------------------------------------------------------------------

 

DVDs that have been ripped to a wmv format.

 

CreateWXV.vbs is not needed for wmv files

 

Make a VIDEO_TS folder add these file to the VIDEO_TS folder the wmv file and the playlist *.wvx file (see below) and a fake VIDEO_TS.ifo file using notepad (open notepad and save at it as VIDEO_TS.IFO do not save as *.txt).

 

Add a folder.jpeg or DVDID.xml file to the main DVD folder for the DVD cover artwork.

For dvd xml files go here http://www.dvdxml.com/search.php

 

No Symbolic Link needed for wmv files

(so this will work if your wmv files are on Windows Home Server)

 

WMVs will play,  but you have to use a small playlist   e.g.: below.

 

<ASX version = "3.0">

  <Title>test</Title>

  <Entry>

    <Ref href="\\Richard-mce2\dvd movies\Test\VIDEO_TS\Amazon_720.wmv"/>

  </Entry> 

</ASX>

 

PS  use a *.wvx extension in notepad (not a *.txt) for all playlists

 

 

------------------------------------------------------------------------ 

Recorded TV Movies (DVR-MS files)

 

If you have recorded a movie in Media Center (it has to be a movie) it will show up automatically with the cover artwork in the DVD Library on the extender.

No Symbolic Link needed and no playlist needed for DVR-MS files.

 

------------------------------------------------------------------------

 

 

 

Here's another script that creates links and .asx files, submitted by Ryan Hurst

HardlinkAndASX.zip

 

 

 

 

Next you have to enable DVD Library for Extenders

UPDATE: The author of transcoder.dll has added support for other media file types. If it doesn’t find a WVX file, it will now search for any video file type and play the first one it finds.


 

Another new Transcoder.dll version!! v0.7

Changes:

Modified the transcoder.dll to look for the mymovies.asx files so the search logic is now as follows:

 *.wvx first

mymovies.asx second

any valid video type third (note it doesn’t check for whether the extender supports or not!)


 

This is done by downloading this file: transcoder-v0.7.zip

Source code is now available. See below.

Unzip the file and copy transcoder.dll into your Media Centers \Windows\Ehome  folder. Then run the transcoder.reg file to import the dll registration.

Start an extender session and DVD library should now appear in the TV ribbon.

Add the share for your DVD folder to the DVD library and it should begin to populate your movies!

Enjoy!!!

Hopefully you'll end up with extender menu's that look like these:

DVDLibrary1.JPG

 

DVDLibrary2.JPG

 

 

DVDLibrary3.JPG

 

 


 

 

 

ToDo:

Pictures

Screenshots

Credits

 


 

 

Previous dll versions. If you should want them . . .

transcoder-v0.6.zip
transcoder-v0.5.zip

Sourcecode: Transcoder-src-v0.7.zip

If you make any modifications to the sourcecode, please submit the new binaries to me for review. Official releases will be posted on this page only.


 Print   
 Streaming Survey Minimize
Is DVD/Blu-Ray streaming to extenders an important issue for you?





Submit Survey  View Results

 Print   
 Favorite Links Minimize

  
 Tech Support Minimize

Need Media Center tech support?

I can be found on SupportSpace.com here or do an expert search for Pete Stagman.

Mention this site to me for a for a free diagnosis and a  20% discount! (Applies to support from Pete Stagman ONLY)

Hundreds of experts Live 24/7!


  
 Advertisements Minimize

 Print   
2006, 2007, 2008 New England Digital Media User Group   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2009 by DotNetNuke Corporation