<div dir="ltr">On Fri, May 17, 2013 at 8:10 AM, Yianni Vidalis <span dir="ltr"><<a href="mailto:yiannividalis@hotmail.com" target="_blank">yiannividalis@hotmail.com</a>></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">> Yianni mentioned that the problem occurs with Video Library playback,<br>
> not recordings, and so the end-of-playback pause related to the<br>
> PlaybackExitPrompt and EndOfRecordingExitPrompt settings should not be<br>
> coming into play.<br>
><br>
> I would do an item-by-item comparison of DB settings between a working<br>
> and broken frontend, and see if anything jumps out. I would also look<br>
> at "-v playback" logs for clues. BTW, what version of the code is it?<br>
><br>
> Jim<br>
<br>
</div>It'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'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='mythfe2' and t3.hostname='mythfe3' and t2.value = t3.value and t2.data <> t3.data;</div><div style>
<br></div><div style>Jim </div></div><br></div></div>