[mythtv] 0.28 MythVideo: slow loading

Jean-Yves Avenard jyavenard at gmail.com
Sun Jan 31 08:01:31 UTC 2016


On 31 January 2016 at 11:22, Angela <angela.schmid at wolke7.net> wrote:

>
> To cross-check: Reset to HEAD and changed:
>
> /mythtv/libs/libmythbase/mythmiscutil.cpp
>
> @@ -1038,6 +1038,8 @@ int naturalCompare(const QString &_a, const QString
> &_b, Qt::CaseSensitivity cas
>
>      QString a;
>
>      QString b;
>
>
>
> +return 1;
>
> +
>
>      if (caseSensitivity == Qt::CaseSensitive)
>
>
>
>
>
> Now I have the same speed as with 0.27.

I'm still highly suspicious that it's what is causing the very slow startup.

The delay is constant across all my frontends, and I have everything
from old CPU (2GHz Core 2 Duo), to 8 cores Xeon E5.
It always takes the same amount of time for the content to display.

The sorting is done on the frontend, not the backend.

So what you're seeing may be different to the issue I have.


More information about the mythtv-dev mailing list