<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>In case it's useful to anyone, here's the script I created.&nbsp; It's nothing fancy, but it may save someone a few minutes if they run into this.<br><br>#!/bin/bash<br>hn=`hostname`<br>if [ $hn == "mythmain" ]; then<br>&nbsp; xine -pfhq --no-splash "\"$1\""<br>elif [ $hn == "mythfe" ]; then<br>&nbsp; mplayer -fs "$1"<br>fi<br><br>I put this script in the shared directory my videos are in, and simply set the mvthvideo play command to /media/share/scripts/play.sh %s<br><br>One other interesting thing, in .20.2 at least, it seems like each frontend can have a different default player command, but when you set specific commands for specific file extensions, they end up the same across all frontends.&nbsp; This may just be some strange issue with my setup though.<br><br>Thanks again for the
 help,<br>Chris<br><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Chris Reeves &lt;chrisrco_08@yahoo.com&gt;<br>To: Discussion about mythtv &lt;mythtv-users@mythtv.org&gt;<br>Sent: Thursday, September 11, 2008 11:14:13 AM<br>Subject: Re: [mythtv-users] Different mythvideo settings per frontend<br><br>
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Thanks, that sounds like a great solution (and one I probably would never have thought of).&nbsp; I don't know why I thought mythvideo frontends worked like that to begin with.<br><br>Thanks again,<br>Chris<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Kevin Kuphal &lt;kkuphal@gmail.com&gt;<br>To: Discussion about mythtv &lt;mythtv-users@mythtv.org&gt;<br>Sent: Thursday, September 11, 2008 10:47:38 AM<br>Subject: Re: [mythtv-users] Different mythvideo settings per frontend<br><br>
<div dir="ltr"><div class="gmail_quote">On Thu, Sep 11, 2008 at 11:22 AM, Chris Reeves <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:chrisrco_08@yahoo.com" target="_blank" href="mailto:chrisrco_08@yahoo.com">chrisrco_08@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi,<br><br>If I have two frontends, is there any way to have separate mythvideo settings for each one?&nbsp; Specifically, I'd like to use a different command to play video files on each frontend.&nbsp; For some reason, I thought mythvideo frontend settings were independent, but when I change the video playing command on one, it changes on the other as well.&nbsp; I'm still using 20.2, so if there is a solution for this in 21, I'm sorry.</div>
</div></div></blockquote><div><br></div><div>No. &nbsp;Better off to use a script you create as the default player and have it detect the hostname and then call the appropriate player</div><div><br></div><div>Kevin</div></div>
</div>
</div></div></div><br>



      </div></div></div></div><br>

      </body></html>