<div dir="ltr">On Fri, May 17, 2013 at 8:10 AM, Yianni Vidalis <span dir="ltr">&lt;<a href="mailto:yiannividalis@hotmail.com" target="_blank">yiannividalis@hotmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">&gt; Yianni mentioned that the problem occurs with Video Library playback,<br>

&gt; not recordings, and so the end-of-playback pause related to the<br>
&gt; PlaybackExitPrompt and EndOfRecordingExitPrompt settings should not be<br>
&gt; coming into play.<br>
&gt;<br>
&gt; I would do an item-by-item comparison of DB settings between a working<br>
&gt; and broken frontend, and see if anything jumps out.  I would also look<br>
&gt; at &quot;-v playback&quot; logs for clues.  BTW, what version of the code is it?<br>
&gt;<br>
&gt; Jim<br>
<br>
</div>It&#39;s master, commit c1fa4a2e8df7.<br>
<br>
I tried with the Terra theme with no success.<br>
<br>
I was actually thinking of trying the db settings comparison myself. Can someone provide a quick query?<br><br></blockquote><div style>I&#39;m no SQL expert, but something like this seems to work for comparing two frontends mythfe2 and mythfe3:</div>
<div style><br></div><div>select t2.value, t2.data, t3.data from settings t2, settings t3 where t2.hostname=&#39;mythfe2&#39; and t3.hostname=&#39;mythfe3&#39; and t2.value = t3.value and t2.data &lt;&gt; t3.data;</div><div style>
<br></div><div style>Jim </div></div><br></div></div>