[mythtv-users] "Default Settings" notification on playback
Tom Dexter
digitalaudiorock at gmail.com
Wed Oct 8 20:43:19 UTC 2014
On Wed, Oct 8, 2014 at 11:47 AM, Hika van den Hoven <hikavdh at gmail.com> wrote:
> Hoi Karl,
>
> Wednesday, October 8, 2014, 5:45:27 PM, you wrote:
>
>
> How do you shorten the time. Since 0.27 I all the time get an annoying
> pop-up after waking the frontend that it's connected to the backend.
> As if I need to know that it works. Telling that it can't connect, if
> it can't, is enough.
>
> Tot mails,
> Hika mailto:hikavdh at gmail.com
>
I can't recall when it was, but quite some time ago the any
configuration for those OSD timeouts (which I believe used t be
controlled by themes??) was removed.
For myself I found most all of the default timeouts way to long. I've
been using this patch ever since (this works with 0.27.3). As far as
I know this is the only way to change those. Someone correct me if
I'm wrong:
--- libs/libmythtv/osd.cpp 2013-12-04 15:54:35.000000000 -0500
+++ libs/libmythtv/osd.cpp 2013-12-04 15:54:56.000000000 -0500
@@ -157,7 +157,7 @@
m_fontStretch(100), m_savedFontStretch(100),
m_FunctionalType(kOSDFunctionalType_Default), m_FunctionalWindow(QString())
{
- SetTimeouts(3000, 5000, 10000);
+ SetTimeouts(2000, 2500, 10000);
}
OSD::~OSD()
Tom
More information about the mythtv-users
mailing list