<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Sep 12, 2008 at 11:47 AM, Chris Reeves <span dir="ltr">&lt;<a 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 style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>In case it&#39;s useful to anyone, here&#39;s the script I created.&nbsp; It&#39;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 == &quot;mythmain&quot; ]; then<br>&nbsp; xine -pfhq --no-splash &quot;\&quot;$1\&quot;&quot;<br>elif [ $hn == &quot;mythfe&quot; ]; then<br>&nbsp; mplayer -fs &quot;$1&quot;<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;"><div class="Ih2E3d">----- Original Message ----<br>
From: Chris Reeves &lt;<a href="mailto:chrisrco_08@yahoo.com" target="_blank">chrisrco_08@yahoo.com</a>&gt;<br>To: Discussion about mythtv &lt;<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a>&gt;<br>
</div><div class="Ih2E3d">Sent: Thursday, September 11, 2008 11:14:13 AM<br>Subject: Re: [mythtv-users] Different mythvideo settings per frontend<br><br>
</div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div><div class="Ih2E3d">Thanks, that sounds like a great solution (and one I probably would never have thought of).&nbsp; I don&#39;t know why I thought mythvideo frontends worked like that to begin with.<br>
<br></div>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;"><div class="Ih2E3d">
----- Original Message ----<br>From: Kevin Kuphal &lt;<a href="mailto:kkuphal@gmail.com" target="_blank">kkuphal@gmail.com</a>&gt;<br>To: Discussion about mythtv &lt;<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a>&gt;<br>
Sent: Thursday, September 11, 2008 10:47:38 AM<br>Subject: Re: [mythtv-users] Different mythvideo settings per frontend<br><br>
</div><div dir="ltr"><div class="gmail_quote"><div class="Ih2E3d">On Thu, Sep 11, 2008 at 11:22 AM, Chris Reeves <span dir="ltr">&lt;<a rel="nofollow" href="mailto:chrisrco_08@yahoo.com" target="_blank">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&#39;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&#39;m still using 20.2, so if there is a solution for this in 21, I&#39;m sorry.</div>

</div></div></blockquote><div><br></div></div><div class="Ih2E3d"><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></div><br>



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

      </div></blockquote><div><br>While that solution is KISS elegant, it shouldn&#39;t strictly be necessary.&nbsp; I am unfamiliar with xine, but mplayer and Internal both can handle that scenario just fine with no modifications.&nbsp; mplayer, because you can use a line like: <br>
<br>mplayer -fs -zoom -quiet -vo xv %s -ao alsa:device=digital -ac hwac3, -alang en<br><br>which will fail gracefully if the alsa device isn&#39;t available, and Internal because near as I can tell it uses your regular TV playback settings which are frontend specific.&nbsp; It seems like xine should have a command line that should fail politely as well.<br>
<br><br></div></div><br></div>