Log in

View Full Version : a tale of two VPLST000's


DJN8B
17th May 2007, 15:28
I'm having trouble configuring my XPL file for TOTAL RECALL (EUR) (decrypted) so that the title plays in PDVD 7.3 Ultra with the ability to move through chapters or jump to an arbitrary time.

Can anyone figure out what I'm doing wrong?

For example here's a working VPLST000.XPL for "UNFORGIVEN (EUR)" which I edited to do what I want, that is: Begins playing main movie immediately, in English, w/o subtitles and is navigate-able:

?xml version='1.0' encoding='UTF-8'?>

<Playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.dvdforum.org/2005/HDDVDVideo/Playlist file:/F:/Program%20Files/Oxygen%207.0/current_schemas/Playlist.xsd"
xmlns="http://www.dvdforum.org/2005/HDDVDVideo/Playlist"
displayName="Unforgiven HD DVD"
minorVersion="0"
majorVersion="1">

<Configuration>
<StreamingBuffer size="0"/>
<Aperture size="1920x1080"/>
<MainVideoDefaultColor color="108080"/>
</Configuration>

<MediaAttributeList>
<VideoAttributeItem codec="VC-1" index="1"/>
<VideoAttributeItem codec="MPEG-2" index="2"/>
<AudioAttributeItem codec="DD+" index="1" channels="6"/>
<AudioAttributeItem codec="DD+" index="2" channels="2"/>
<SubpictureAttributeItem codec="8bitRLC" index="1"/>
</MediaAttributeList>

<TitleSet tickBase="60fps" timeBase="60fps" defaultLanguage="en">
<Title id="feature" displayName="Feature Presentation" titleNumber="1"
titleDuration="02:10:51:26" tickBaseDivisor="4" onEnd="black">
<PrimaryAudioVideoClip titleTimeBegin="00:00:00:00" titleTimeEnd="01:06:44:30"
src="file:///dvddisc/HVDVD_TS/PEVOB_1.MAP" dataSource="Disc">
<Video mediaAttr="1" track="1"/>
<Audio mediaAttr="1" track="1" description="English 5.1" streamNumber="1"/>
</PrimaryAudioVideoClip>
<PrimaryAudioVideoClip titleTimeBegin="01:06:44:30" titleTimeEnd="02:10:32:50" seamless="true"
src="file:///dvddisc/HVDVD_TS/PEVOB_2.MAP" dataSource="Disc">
<Video mediaAttr="1" track="1"/>
<Audio mediaAttr="1" track="1" description="English 5.1" streamNumber="1"/>
</PrimaryAudioVideoClip>
<ChapterList>
<Chapter titleTimeBegin="00:00:00:00"/>
<Chapter titleTimeBegin="00:01:11:10"/>
<Chapter titleTimeBegin="00:03:54:00"/>
<Chapter titleTimeBegin="00:07:00:20"/>
<Chapter titleTimeBegin="00:08:17:00"/>
<Chapter titleTimeBegin="00:14:09:20"/>
<Chapter titleTimeBegin="00:16:53:40"/>
<Chapter titleTimeBegin="00:24:17:00"/>
<Chapter titleTimeBegin="00:28:50:20"/>
<Chapter titleTimeBegin="00:31:39:50"/>
<Chapter titleTimeBegin="00:34:32:10"/>
<Chapter titleTimeBegin="00:38:51:10"/>
<Chapter titleTimeBegin="00:46:21:30"/>
<Chapter titleTimeBegin="00:53:40:30"/>
<Chapter titleTimeBegin="00:58:01:10"/>
<Chapter titleTimeBegin="01:00:20:40"/>
<Chapter titleTimeBegin="01:06:44:30"/>
<Chapter titleTimeBegin="01:09:31:30"/>
<Chapter titleTimeBegin="01:13:43:50"/>
<Chapter titleTimeBegin="01:20:54:20"/>
<Chapter titleTimeBegin="01:24:41:10"/>
<Chapter titleTimeBegin="01:29:33:00"/>
<Chapter titleTimeBegin="01:34:21:10"/>
<Chapter titleTimeBegin="01:36:04:30"/>
<Chapter titleTimeBegin="01:41:04:30"/>
<Chapter titleTimeBegin="01:43:07:30"/>
<Chapter titleTimeBegin="01:45:43:30"/>
<Chapter titleTimeBegin="01:49:12:10"/>
<Chapter titleTimeBegin="01:53:07:20"/>
<Chapter titleTimeBegin="01:54:26:50"/>
<Chapter titleTimeBegin="01:58:14:00"/>
<Chapter titleTimeBegin="02:02:05:10"/>
<Chapter titleTimeBegin="02:04:24:10"/>
</ChapterList>
</Title>
</TitleSet>
</Playlist>



Here's the one I've come up with for "TOTAL RECALL (EUR)" which PDVD won't play:
<?xml version="1.0" encoding="UTF-8"?>

<Playlist xmlns="http://www.dvdforum.org/2005/HDDVDVideo/Playlist"
majorVersion="1"
description="String"
type="Advanced"
minorVersion="0"
displayName="String">

<Configuration>
<StreamingBuffer size="0" />
<Aperture size="1920x1080" />
<MainVideoDefaultColor color="108080" />

</Configuration>

<MediaAttributeList>
<VideoAttributeItem index="1" codec="VC-1" />
<AudioAttributeItem index="1" codec="DTS-HD" />
<AudioAttributeItem index="2" codec="LPCM" />
<AudioAttributeItem index="3" codec="AC-3" />
<SubpictureAttributeItem index="1" codec="8bitRLC" />
</MediaAttributeList>

<TitleSet timeBase="60fps" defaultLanguage="en">
<Title id="mainMovie" displayName="mainMovie" titleNumber="1" titleDuration="01:53:27:00" description="mainMovie" onEnd="black">
<PrimaryAudioVideoClip titleTimeBegin="00:00:00:00" titleTimeEnd="01:15:38:00"
src="file:///dvddisc/HVDVD_TS/L0_mainMovie.MAP" dataSource="Disc">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
</PrimaryAudioVideoClip>
<PrimaryAudioVideoClip titleTimeBegin="01:15:38:00" titleTimeEnd="01:53:27:00" seamless="true"
src="file:///dvddisc/HVDVD_TS/L1_mainMovie.MAP" dataSource="Disc">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
</PrimaryAudioVideoClip>
<ChapterList>
<Chapter id="mainMovie_ch1" titleTimeBegin="00:00:00:00" />
<Chapter id="mainMovie_ch2" titleTimeBegin="00:06:06:10" />
<Chapter id="mainMovie_ch3" titleTimeBegin="00:11:41:00" />
<Chapter id="mainMovie_ch4" titleTimeBegin="00:18:30:00" />
<Chapter id="mainMovie_ch5" titleTimeBegin="00:25:06:30" />
<Chapter id="mainMovie_ch6" titleTimeBegin="00:29:53:20" />
<Chapter id="mainMovie_ch7" titleTimeBegin="00:37:21:30" />
<Chapter id="mainMovie_ch8" titleTimeBegin="00:43:26:50" />
<Chapter id="mainMovie_ch9" titleTimeBegin="00:48:50:10" />
<Chapter id="mainMovie_ch10" titleTimeBegin="00:55:18:10" />
<Chapter id="mainMovie_ch11" titleTimeBegin="01:00:19:30" />
<Chapter id="mainMovie_ch12" titleTimeBegin="01:15:38:00" />
<Chapter id="mainMovie_ch13" titleTimeBegin="01:20:31:30" />
<Chapter id="mainMovie_ch14" titleTimeBegin="01:27:22:40" />
<Chapter id="mainMovie_ch15" titleTimeBegin="01:32:34:10" />
<Chapter id="mainMovie_ch16" titleTimeBegin="01:40:08:40" />
</ChapterList>
</Title>
</TitleSet>
</Playlist>

DJN8B
17th May 2007, 15:29
Finally, here is the original VPLST000.XPL for TOTAL RECALL (EUR):

<?xml version="1.0" encoding="UTF-8"?>
<Playlist xmlns="http://www.dvdforum.org/2005/HDDVDVideo/Playlist" majorVersion="1" description="String" type="Advanced" minorVersion="0" displayName="String">
<Configuration>
<StreamingBuffer size="0" />
<Aperture size="1920x1080" />
<MainVideoDefaultColor color="108080" />
<NetworkTimeout timeout="0" />
</Configuration>
<MediaAttributeList>
<VideoAttributeItem index="1" codec="VC-1" />
<AudioAttributeItem index="1" codec="DTS-HD" />
<AudioAttributeItem index="2" codec="LPCM" />
<AudioAttributeItem index="3" codec="AC-3" />
<SubpictureAttributeItem index="1" codec="8bitRLC" />
</MediaAttributeList>
<TitleSet timeBase="60fps" defaultLanguage="en">
<FirstPlayTitle titleDuration="00:00:19:00">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/scLogo_FP.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:00:19:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
</PrimaryAudioVideoClip>
</FirstPlayTitle>
<Title id="init" titleNumber="1" onEnd="warning" titleDuration="00:00:08:00" displayName="init" description="init">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/black.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:00:08:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="2" />
</PrimaryAudioVideoClip>
<ScheduledControlList>
<PauseAt titleTime="00:00:00:30" />
</ScheduledControlList>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="en:00" />
</TrackNavigationList>
</Title>
<Title id="warning" titleNumber="2" onEnd="warning" titleDuration="00:00:08:00" displayName="warning" description="warning">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/black.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:00:08:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="2" />
</PrimaryAudioVideoClip>
<ScheduledControlList>
<PauseAt titleTime="00:00:00:30" />
</ScheduledControlList>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="en:00" />
</TrackNavigationList>
</Title>
<Title id="mainMenuLoop" titleNumber="3" onEnd="mainMenuLoop" titleDuration="00:00:30:00" displayName="mainMenuLoop" description="mainMenuLoop">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/mainMenu.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:00:30:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
</PrimaryAudioVideoClip>
<ScheduledControlList>
<Event id="mainMenuEnd" titleTime="00:00:29:56" />
<PauseAt titleTime="00:00:29:58" />
</ScheduledControlList>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="en:00" />
</TrackNavigationList>
</Title>
<Title id="mainMovie" titleNumber="4" onEnd="warning" titleDuration="01:53:27:00" displayName="mainMovie" description="mainMovie">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/L0_mainMovie.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="01:15:38:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
<Audio track="2" streamNumber="2" mediaAttr="1" />
<Audio track="3" streamNumber="3" mediaAttr="1" />
<Subtitle track="1" streamNumber="1" mediaAttr="1" />
<Subtitle track="2" streamNumber="2" mediaAttr="1" />
<Subtitle track="3" streamNumber="3" mediaAttr="1" />
<Subtitle track="4" streamNumber="4" mediaAttr="1" />
<Subtitle track="5" streamNumber="5" mediaAttr="1" />
<Subtitle track="6" streamNumber="6" mediaAttr="1" />
<Subtitle track="7" streamNumber="7" mediaAttr="1" />
<Subtitle track="8" streamNumber="8" mediaAttr="1" />
</PrimaryAudioVideoClip>
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/L1_mainMovie.MAP" titleTimeBegin="01:15:38:00" titleTimeEnd="01:53:27:00" seamless="true">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
<Audio track="2" streamNumber="2" mediaAttr="1" />
<Audio track="3" streamNumber="3" mediaAttr="1" />
<Subtitle track="1" streamNumber="1" mediaAttr="1" />
<Subtitle track="2" streamNumber="2" mediaAttr="1" />
<Subtitle track="3" streamNumber="3" mediaAttr="1" />
<Subtitle track="4" streamNumber="4" mediaAttr="1" />
<Subtitle track="5" streamNumber="5" mediaAttr="1" />
<Subtitle track="6" streamNumber="6" mediaAttr="1" />
<Subtitle track="7" streamNumber="7" mediaAttr="1" />
<Subtitle track="8" streamNumber="8" mediaAttr="1" />
</PrimaryAudioVideoClip>
<ApplicationSegment autorun="true" src="file:///dvddisc/ADV_OBJ/infomenu.aca/infomenu.xmf" zOrder="0" titleTimeBegin="00:00:00:00" titleTimeEnd="01:53:27:00" />
<ChapterList>
<Chapter id="mainMovie_ch1" titleTimeBegin="00:00:00:00" />
<Chapter id="mainMovie_ch2" titleTimeBegin="00:06:06:10" />
<Chapter id="mainMovie_ch3" titleTimeBegin="00:11:41:00" />
<Chapter id="mainMovie_ch4" titleTimeBegin="00:18:30:00" />
<Chapter id="mainMovie_ch5" titleTimeBegin="00:25:06:30" />
<Chapter id="mainMovie_ch6" titleTimeBegin="00:29:53:20" />
<Chapter id="mainMovie_ch7" titleTimeBegin="00:37:21:30" />
<Chapter id="mainMovie_ch8" titleTimeBegin="00:43:26:50" />
<Chapter id="mainMovie_ch9" titleTimeBegin="00:48:50:10" />
<Chapter id="mainMovie_ch10" titleTimeBegin="00:55:18:10" />
<Chapter id="mainMovie_ch11" titleTimeBegin="01:00:19:30" />
<Chapter id="mainMovie_ch12" titleTimeBegin="01:15:38:00" />
<Chapter id="mainMovie_ch13" titleTimeBegin="01:20:31:30" />
<Chapter id="mainMovie_ch14" titleTimeBegin="01:27:22:40" />
<Chapter id="mainMovie_ch15" titleTimeBegin="01:32:34:10" />
<Chapter id="mainMovie_ch16" titleTimeBegin="01:40:08:40" />
</ChapterList>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="fr:00" />
<AudioTrack track="2" selectable="false" langcode="en:00" />
<AudioTrack track="3" selectable="false" langcode="de:00" />
<SubtitleTrack track="1" selectable="false" langcode="fr:00" />
<SubtitleTrack track="2" selectable="false" langcode="en:00" />
<SubtitleTrack track="3" selectable="false" langcode="de:00" />
<SubtitleTrack track="4" selectable="false" langcode="da:00" />
<SubtitleTrack track="5" selectable="false" langcode="fi:00" />
<SubtitleTrack track="6" selectable="false" langcode="no:00" />
<SubtitleTrack track="7" selectable="false" langcode="sv:00" />
<SubtitleTrack track="8" selectable="false" langcode="nl:00" />
</TrackNavigationList>
</Title>
<Title id="scLogo" titleNumber="5" onEnd="mainMovie" titleDuration="00:00:19:00" displayName="scLogo" description="scLogo">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/scLogo_movie.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:00:19:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
</PrimaryAudioVideoClip>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="en:00" />
</TrackNavigationList>
</Title>
<Title id="trailerIntro" titleNumber="6" onEnd="warning" titleDuration="00:03:52:00" displayName="trailerIntro" description="trailerIntro">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/trailer.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:03:52:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
</PrimaryAudioVideoClip>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="en:00" />
</TrackNavigationList>
</Title>
<Title id="trailer" titleNumber="7" onEnd="warning" titleDuration="00:03:52:00" displayName="trailer" description="trailer">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/trailer.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:03:52:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
</PrimaryAudioVideoClip>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="en:00" />
</TrackNavigationList>
</Title>
<Title id="videoSetup" titleNumber="8" onEnd="videoSetup" titleDuration="00:00:20:00" displayName="videoSetup" description="videoSetup">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/videoSetup.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:00:20:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="2" />
</PrimaryAudioVideoClip>
<ScheduledControlList>
<Event id="videoSetupEnd" titleTime="00:00:19:58" />
<PauseAt titleTime="00:00:19:59" />
</ScheduledControlList>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="en:00" />
</TrackNavigationList>
</Title>
<Title id="audioSetup" titleNumber="9" onEnd="audioSetup" titleDuration="00:00:24:10" displayName="audioSetup" description="audioSetup">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/audioSetup.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:00:24:10" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="1" />
</PrimaryAudioVideoClip>
<ScheduledControlList>
<Event id="audioSetupEnd" titleTime="00:00:24:08" />
<PauseAt titleTime="00:00:24:09" />
</ScheduledControlList>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="en:00" />
</TrackNavigationList>
</Title>
<Title id="nlWarning" titleNumber="10" onEnd="warning" titleDuration="00:00:24:00" displayName="nlWarning" description="nlWarning">
<PrimaryAudioVideoClip src="file:///dvddisc/HVDVD_TS/warningNL.MAP" titleTimeBegin="00:00:00:00" titleTimeEnd="00:00:24:00" clipTimeBegin="00:00:00:00" seamless="false">
<Video track="1" angleNumber="1" mediaAttr="1" />
<Audio track="1" streamNumber="1" mediaAttr="3" />
</PrimaryAudioVideoClip>
<TrackNavigationList>
<VideoTrack track="1" selectable="false" />
<AudioTrack track="1" selectable="false" langcode="en:00" />
</TrackNavigationList>
</Title>
<PlaylistApplication language="en" src="file:///dvddisc/ADV_OBJ/mainApp.aca/playlist.xmf">
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/countryMenu.aca" size="281982" multiplexed="1" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/infomenu.aca" size="571636" multiplexed="2" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/mainApp.aca" size="121721" multiplexed="3" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/menu_da.aca" size="1383618" multiplexed="4" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/menu_de.aca" size="1709077" multiplexed="5" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/menu_en.aca" size="1548548" multiplexed="6" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/menu_fi.aca" size="1342582" multiplexed="7" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/menu_fr.aca" size="1648433" multiplexed="8" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/menu_nl.aca" size="1396279" multiplexed="9" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/menu_no.aca" size="1321898" multiplexed="10" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/menu_sv.aca" size="1412164" multiplexed="11" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/menuAll.aca" size="2986171" multiplexed="12" />
<PlaylistApplicationResource src="file:///dvddisc/ADV_OBJ/warnings.aca" size="677186" multiplexed="13" />
</PlaylistApplication>
</TitleSet>
</Playlist>

evdberg
17th May 2007, 15:42
Maybe it won't play because a DD+ track is mandatory? You only kept the DTS track.

DJN8B
20th May 2007, 06:17
Maybe it won't play because a DD+ track is mandatory? You only kept the DTS track.

Thanks evdberg for your reply :)

The original file shows only:

<AudioAttributeItem index="1" codec="DTS-HD" />
<AudioAttributeItem index="2" codec="LPCM" />
<AudioAttributeItem index="3" codec="AC-3" />

Am I missing something?

Kiriakos
22nd May 2007, 15:36
Your modified .XPL file works fine here. I have the same edition of the original disc and the ripped one plays fine from the hd with PDVD 7.3 with your ''bad'' .XPL .

DJN8B
24th May 2007, 23:40
Your modified .XPL file works fine here. I have the same edition of the original disc and the ripped one plays fine from the hd with PDVD 7.3 with your ''bad'' .XPL .

Thanks for testing mine out! I have not been able to figure out the problem, It's very frustrating. I've tried now in PDVD 6.5 and had the same bad luck.

Can you test one more thing? Try removing your old .xpl file from the folder and try playing again. If I leave mine in there (which I named VPLST0000.old) then the Studio Canal intro plays and then the player window closes automatically. If I just leave the edited VPLST000, then I get a popup "error trying to play"

Kiriakos
26th May 2007, 02:11
Thanks for testing mine out! I have not been able to figure out the problem, It's very frustrating. I've tried now in PDVD 6.5 and had the same bad luck.

Can you test one more thing? Try removing your old .xpl file from the folder and try playing again. If I leave mine in there (which I named VPLST0000.old) then the Studio Canal intro plays and then the player window closes automatically. If I just leave the edited VPLST000, then I get a popup "error trying to play"

Did it again as you said, and works fine. The only file that was in the ADV_OBJ folder and contained XML code was your XPL. Dont know what is going on. Strange at least.

DJN8B
27th May 2007, 02:17
Did it again as you said, and works fine. The only file that was in the ADV_OBJ folder and contained XML code was your XPL. Dont know what is going on. Strange at least.

Thank you Kiriakos!!!

Got it to work, I rar'd everything in the ADV_OBJ folder except the DISCID.XPL and modified VPLST000.XPL files. I also had to change the audio stream to "2" to get the english stream. Plays fine in PDVD 6.5, haven't tried 7.3 Ultra again as it is a pain constantly installing and uninstalling the two! (anyone know how to get the two to run happily together?)