I know, it's been a long time but this problems been killin' me. 
I dug into it a little where Paul suggested and I found out that if I
comment out the following lines it loads up very quickly like it should:<br>
<br>
(section of code found in mythmusic/main.cpp)<br>
<br>
int mythplugin_init(const char *libversion)<br>
{<br>
&nbsp;&nbsp;&nbsp; if (!gContext-&gt;TestPopupVersion(&quot;mythmusic&quot;, libversion,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
MYTH_BINARY_VERSION))<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return -1;<br>
<br>
&nbsp;&nbsp;&nbsp; UpgradeMusicDatabaseSchema();<br>
<br>
// &nbsp;&nbsp; MusicGeneralSettings general;<br>
// &nbsp;&nbsp; general.load();<br>
// &nbsp;&nbsp; general.save();<br>
&nbsp;&nbsp;&nbsp; MusicPlayerSettings settings;<br>
&nbsp;&nbsp;&nbsp; settings.load();<br>
&nbsp;&nbsp;&nbsp; settings.save();<br>
&nbsp;&nbsp;&nbsp; MusicRipperSettings ripper;<br>
&nbsp;&nbsp;&nbsp; ripper.load();<br>
&nbsp;&nbsp;&nbsp; ripper.save();<br>
<br>
&nbsp;&nbsp;&nbsp; setupKeys();<br>
<br>
&nbsp;&nbsp;&nbsp; Decoder::SetLocationFormatUseTags();<br>
<br>
&nbsp;&nbsp;&nbsp; return 0;<br>
}<br>
<br>
I tried to understand what was going on in the MusicGeneralSettings
function or whatever it is, but I'm totally lost.&nbsp; I'm afraid if I
comment something out in there I'll bust the works.&nbsp; The
commenting out of MusicGeneralSettings makes sense because the pause
also happens when I go into the &quot;General Settings&quot; menu for
mythmusic.&nbsp; It seems there's a problem with setting or loading the
General Settings on my system.&nbsp; I've tried changing my audio
device, directory for songs, CD device but without any luck.&nbsp; Any
ideas for further troubleshooting?<br>
<br>
Thanks,<br>
-Greg<br>
<br><br><div><span class="gmail_quote">On 9/6/05, <b class="gmail_sendername">Stutty</b> &lt;<a href="mailto:stutty@gmail.com">stutty@gmail.com</a>&gt; wrote:</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If scanbus completes straight away then it isn't that. It doesn't look<br>like there is much logging in mythmusic, so I can only suggest you
<br>look through the 'mythplugin_init' code - I assume this is the bit<br>that runs when the plugin registers? It is in mythmusic/main.cpp and<br>see if there is anything that might be tripping up.<br><br>
</blockquote></div><br>