Sharpe Wrote:Well yes that's what I was possibly thinking - that maybe you had an older copy of VideoOSD.xml in the PAL16X9 folder. Would you mind confirming that you only have VideoOSD.xml in the PAL folder please? Then that's ruled out.
Cheers
VideoOSD.xml is only in the PAL folder. This file was last modified on 1/21/10. I opened up the file and I believe this is the DVD menu controls (remember I have no skills. so this could be totally wrong). Looks like its there is a control for bookmarks, but I see no button.
<control type="group">
<include>media-infopanel-effect</include>
<visible>VideoPlayer.HasMenu</visible>
<posy>10</posy>
<posx>60</posx>
<control>
<description>DVD menu button</description>
<type>button</type>
<id>207</id>
<posx>120</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-cd-focus.png</texturefocus>
<texturenofocus>osd-button-cd-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.PlayerControl(ShowVideoMenu)</onclick>
<label>-</label>
<font>-</font>
<onleft>921</onleft>
<onright>208</onright>
<onup>207</onup>
<ondown>207</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Bookmarks button</description>
<type>button</type>
<id>208</id>
<posx>150</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-list-focus.png</texturefocus>
<texturenofocus>osd-button-list-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.ActivateWindow(125)</onclick>
<label>-</label>
<font>-</font>
<onleft>207</onleft>
<onright>918</onright>
<onup>208</onup>
<ondown>208</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Playlist buton</description>
<type>button</type>
<id>918</id>
<posx>180</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-info-focus.png</texturefocus>
<texturenofocus>osd-button-info-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.ActivateWindow(28)</onclick>
<label>-</label>
<font>-</font>
<onleft>208</onleft>
<onright>210</onright>
<onup>918</onup>
<ondown>918</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Previous button</description>
<type>button</type>
<id>210</id>
<posx>210</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-previous-focus.png</texturefocus>
<texturenofocus>osd-button-previous-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.PlayerControl(Previous)</onclick>
<label>-</label>
<font>-</font>
<onleft>918</onleft>
<onright>211</onright>
<onup>210</onup>
<ondown>210</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Rewind button</description>
<type>button</type>
<id>211</id>
<posx>240</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-rewind-focus.png</texturefocus>
<texturenofocus>osd-button-rewind-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.PlayerControl(Rewind)</onclick>
<label>-</label>
<font>-</font>
<onleft>210</onleft>
<onright>928</onright>
<onup>211</onup>
<ondown>211</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Stop button</description>
<type>button</type>
<id>928</id>
<posx>270</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-stop-focus.png</texturefocus>
<texturenofocus>osd-button-stop-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.Dialog.Close(VideoOSD)</onclick>
<onclick>XBMC.PlayerControl(stop)</onclick>
<label>-</label>
<font>-</font>
<onleft>211</onleft>
<onright>212</onright>
<onup>928</onup>
<ondown>928</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Play/Pause button</description>
<type>togglebutton</type>
<id>212</id>
<posx>300</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-pause-focus.png</texturefocus>
<texturenofocus>osd-button-pause-nofocus.png</texturenofocus>
<usealttexture>Player.Paused</usealttexture>
<alttexturefocus>osd-button-play-focus.png</alttexturefocus>
<alttexturenofocus>osd-button-play-nofocus.png</alttexturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.PlayerControl(Play)</onclick>
<label>-</label>
<font>-</font>
<onleft>928</onleft>
<onright>214</onright>
<onup>212</onup>
<ondown>212</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Forward button</description>
<type>button</type>
<id>214</id>
<posx>330</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-forward-focus.png</texturefocus>
<texturenofocus>osd-button-forward-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.PlayerControl(Forward)</onclick>
<label>-</label>
<font>-</font>
<onleft>212</onleft>
<onright>215</onright>
<onup>214</onup>
<ondown>214</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Next button</description>
<type>button</type>
<id>215</id>
<posx>360</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-next-focus.png</texturefocus>
<texturenofocus>osd-button-next-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.PlayerControl(Next)</onclick>
<label>-</label>
<font>-</font>
<onleft>214</onleft>
<onright>216</onright>
<onup>215</onup>
<ondown>215</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Mute button</description>
<type>button</type>
<id>216</id>
<posx>390</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-mute-focus.png</texturefocus>
<texturenofocus>osd-button-mute-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.Mute</onclick>
<label>-</label>
<font>-</font>
<onleft>215</onleft>
<onright>920</onright>
<onup>216</onup>
<ondown>216</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Video Menu button</description>
<type>button</type>
<id>920</id>
<posx>420</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-vis-focus.png</texturefocus>
<texturenofocus>osd-button-vis-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.ActivateWindow(123)</onclick>
<label>-</label>
<font>-</font>
<onleft>216</onleft>
<onright>921</onright>
<onup>920</onup>
<ondown>920</ondown>
<aspectratio>Keep</aspectratio>
</control>
<control>
<description>Audio Menu button</description>
<type>button</type>
<id>921</id>
<posx>450</posx>
<posy>440</posy>
<width>30</width>
<height>40</height>
<texturefocus>osd-button-music-focus.png</texturefocus>
<texturenofocus>osd-button-music-nofocus.png</texturenofocus>
<pulseonselect>yes</pulseonselect>
<onclick>XBMC.ActivateWindow(124)</onclick>
<label>-</label>
<font>-</font>
<onleft>920</onleft>
<onright>207</onright>
<onup>921</onup>
<ondown>921</ondown>
<aspectratio>Keep</aspectratio>
</control>
</control>