[mythtv] Re: mythtv] MythMusic "Loading Music" popup doesn't disappear

Hal Burch hburch at gmail.com
Wed Dec 7 12:56:41 UTC 2005


Wendy,

I cannot reproduce this problem.  A couple questions:
1) Did you try a make clean all install for mythmusic, and then all of mythtv?
2) Is mythfrontend stuck consuming CPU or idle?
3) Does it ever happen the first time you enter mythmusic?
4) What level of completeness does the popup show?  Does it show
progress before not disappearing?
5) You could try this patch.  Don't think it's the problem, but easy to check:
Index: playbackbox.cpp
===================================================================
--- playbackbox.cpp     (revision 8151)
+++ playbackbox.cpp     (working copy)
@@ -212,6 +212,13 @@
 {
     stopAll();

+    if (progress)
+    {
+        progress->Close();
+        delete progress;
+        progress = NULL;
+    }
+
     if (cd_reader_thread)
     {
         cd_watcher->stop();

 - Hal

On 12/7/05, mythtv-dev-request at mythtv.org <mythtv-dev-request at mythtv.org> wrote:
> Message: 11
> Date: Tue, 6 Dec 2005 23:07:50 -0500
> From: Wendy Seltzer <wseltzer at gmail.com>
> Subject: [mythtv] MythMusic "Loading Music" popup doesn't disappear
> To: Development of mythtv <mythtv-dev at mythtv.org>
> Message-ID:
>         <96512f270512062007j26eca6f9r90dcff1bccb8f9ba at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> About half the time, when I launch MythMusic, the "Loading Music" popup
> doesn't go away when it reaches 100%, but gets stuck on-screen and blocks
> any keypresses from being recognized.  The frontent has to be killed and
> restarted to do anything further.  Nothing appears relevant in the logs,
> even with -v all.  (I'll note that I have 4285 items in the music library,
> so loading takes a few seconds, even when the progress bar doesn't freeze.)
>
> I thought the patch in 766 might be addressing the same problem, but it
> doesn't help.
>
> At svn 8134 and 8144.
>
> Thanks
> --Wendy
> --
> Wendy Seltzer
> http://wendy.seltzer.org/blog/


More information about the mythtv-dev mailing list