[mythtv-users] All videos pause secs before their end

Jim Stichnoth stichnot at gmail.com
Fri May 17 18:46:53 UTC 2013


On Fri, May 17, 2013 at 8:10 AM, Yianni Vidalis
<yiannividalis at hotmail.com>wrote:

> > Yianni mentioned that the problem occurs with Video Library playback,
> > not recordings, and so the end-of-playback pause related to the
> > PlaybackExitPrompt and EndOfRecordingExitPrompt settings should not be
> > coming into play.
> >
> > I would do an item-by-item comparison of DB settings between a working
> > and broken frontend, and see if anything jumps out.  I would also look
> > at "-v playback" logs for clues.  BTW, what version of the code is it?
> >
> > Jim
>
> It's master, commit c1fa4a2e8df7.
>
> I tried with the Terra theme with no success.
>
> I was actually thinking of trying the db settings comparison myself. Can
> someone provide a quick query?
>
> I'm no SQL expert, but something like this seems to work for comparing two
frontends mythfe2 and mythfe3:

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;

Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20130517/02f00853/attachment.html>


More information about the mythtv-users mailing list