On Sat, 27 Jan 2007 16:29:51 CST, "Chris Moewes-Bystrom" wrote:
> Is there a way to restore the vales set for the "playback options" in
> the settings menu for both OSD pause and OSD timeout. Every time I
> have to do a power cycle I have to manually go back in and reset those
> values. Is there a way to set those at the command line or as part of
> a config file?
You have two options. If you have a network filesystem that you can
write to, you can start mvpmc with the -f option and point it to a
file on that filesystem. Then, you can modify all the settings you
want in the settings menu, and save the config to that file with the
"save settings" option.
Or, you can use a theme file to set these settings.
For example, if you add the following to your dongle config file, it
will override the defaults:
cat <<EOF > /tmp/font_override.xml
<mvpmctheme version="0" name="osd">
<settings name="video">
<item name="seek_osd_timeout">3</item>
<item name="pause_osd">1</item>
</settings>
</mvpmctheme>
EOF
Jon
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/