View Single Post
Old 11-25-2004, 03:31 PM   #4
Laidback
Raw Wave
 
Laidback's Avatar
 
Join Date: Oct 2003
Location: Madrid
Posts: 1,982
In the video screen - to see the controls...Go to

Meedio Configuration>Full-time Plug-ins>Video Screen and check 'Show Controls'

If you want a button that changes the aspect ratio of the video..

Edit Plugins\General\VideoScreen\OSD.screen

At the top in the <actions> list add

<action name="switch-display" global="true">
<state name="switch-display" caption="Mode" message="video.switch-display-mode" />
</action>

and further down, search for
<action name="dvd-screen" command="" auto="" />
and replace with
<action name="switch-display" command="" auto="" />

Then save the file, with the same name, into the folder of the theme you are using. Leave the original file as was.
__________________
Laidback

Laidback Carputer
Laidback is offline   Reply With Quote