[\quote]
Vista SP1 is needed for the DVD Library to work on the extenders.
Copy and paste the scprit into notepad and save as "CreateWXV.vbs".
(There are two constants at the top of the script that should be modified to match your environment)
Then run "cscript CreateWXV.vbs your_DVD_folders_here", from command-prompt, run as admin.
Then 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
[\quote]
Richard, thanks for trying to help and make this simple.
I have (in this order)
1. previously upgraded to SP1
2. Donwoladed the v.07 version
3. Copied the DLL to the ehome folder
4. Run the transcoder file that adjust the registy settings...
5. I have copied the script from the htpcug site into wordpad and saved it as createWXV.vbs
Now I have questions....
You mention two constrants, I assume you mean -
>>>>>>
'strRemoteLocation is the path that will be used in the WVX file to reference the location of the videos
'This should be accessible via the machine that will play the WVX file
Const strRemoteLocation = "\\server\Videos"
'strWVXOutputFolder should be the location the WVX files should be written
Const strWVXOutputFolder = "\\Server\Videos_MediaCenter"
>>>>>
My dvds are all ripped to my k:\my movies\mainmovie or k:\my movies\fulldisc folders. Does that mean I change the fist one to Const strRemoteLocation = "k:".
Do I need the quotes? Also can I change the second one to the root of k: as well or does it need to reside somewhere specific?
Lastly - would the script then be: cscript createwxv.vbs k: ? Do I need quotes? I assumes it should create this .wvx file on the k root?
Sorry to ask such basic questions, but I have tried a couple of different things and am just throwing darts. Thanks to any/all help.
Tom