<html>
<body>
<font size=3>At 07:07 PM 4/26/2008, Mache Creeger wrote:<br>
<blockquote type=cite class=cite cite="">At 02:41 PM 4/26/2008, John
Veness wrote:<br>
<blockquote type=cite class=cite cite="">Mache Creeger wrote:<br>
> It seems like the DVD player configuration is defined globally in
the <br>
> mythconverg database making one setting for all frontends. If this
is <br>
> a design feature, how do I configure DVD iso viewing for different
<br>
> hardware configurations? If it is a bug in my configuration, how do
I <br>
> resolve it?<br><br>
You could set the setting in Myth to call a script stored locally on
<br>
each frontend, then have different commands in the scripts.<br><br>
Cheers,<br><br>
John</blockquote><br>
Thank you, I needed your ability to look at the issue with fresh eyes.
Problem solved. <br><br>
-- Mache</font></blockquote><br>
Just a quick update. Because I have been unsuccessful getting XvMC to
operate on my nVidia 6150 and 6200 frontends and require XvMC on my VIA
EPIA M10000 machine, the best solution was to define a global environment
variable in /home/mythtv/.bashrc with the statement:<br><br>
export XINEOPTIONS="-V xxmc" for my VIA Frontends<br><br>
and <br><br>
export XINEOPTIONS="" for my nVidia Frontends<br><br>
Then in "Utilities/Setup", "Setup", "Media
Settings", "Videos Settings", "Files Types",
under the Extension: iso, I placed the following command. <br><br>
/usr/bin/xine -pfhq -D $XINEOPTIONS --no-splash --no-mouse
dvd:/%s<br><br>
It works great. <br><br>
-- Mache</body>
</html>