- Thread starter
- Moderator
- #361
HDD with DB sleep ...What do you mean ?
I do not quite understand what it is and how it is ...So maybe the thing to do is to start the refresh in delayed like we do for lastfm song.
HDD with DB sleep ...What do you mean ?
I do not quite understand what it is and how it is ...So maybe the thing to do is to start the refresh in delayed like we do for lastfm song.
I agree...What do you think ?
I have not found how to learn, and how not weird I friezes not, try to make a video and show ...I don't know if we can detect the current used plugin to parse the information to LMH, but i think it will be only a workaround, like i said before, changing the query for music part reduce the freeze.
protected override void OnDoWork(DoWorkEventArgs e)
{
if (Utils.GetIsStopping() == false)
{
try
{
Thread.Sleep(10000);
My Video - https://goo.gl/photos/TPkmPeWAJGzW3ey68
It is long, and not see the point ... Try Thread.Sleep(0);(by adding Thread.Sleep(10000) and it's better because MP is refreshed and background task is executed after 10 sec, so it means the GUI is ok when LMH is doing his work).
I agree...It's a hack and i don't know how to do differently, it's really a joke to delay a background thread lol.
Yes, this event occurs when the series viewed or listened to music ...Do we need to refresh on playback stop