Clicking on "title" subnode jams MM [#5526]
Moderator: Gurus
Clicking on "title" subnode jams MM [#5526]
When I click on the "title" subnode, MM jams up for several minutes and runs my PC at 100%. I have the latest beta version and Windows XP SP2.
Re: Clicking on "title" subnode jams MM
This should not happed, on select the 'Title' node there should be all tracks (that belong to the active filter/library) listed in the tracklist.
It is about 10 000 tracks in my case.
How big is your DB? How many tracks?
Does the same problem occurs when you select "Artist & ALbum Artist" node?
It is about 10 000 tracks in my case.
How big is your DB? How many tracks?
Does the same problem occurs when you select "Artist & ALbum Artist" node?
Re: Clicking on "title" subnode jams MM
Nope. This only occurs when I click on the "title" node. All of the others work perfectly.
Re: Clicking on "title" subnode jams MM
Strange, it should do exactly the same as if you click on the "Artist & ALbum Artist", just sort order is different.
Could you generate a debug log using the DbgView app?
- Download the DbgView application from: http://www.microsoft.com/technet/sysint ... gview.mspx
- Execute DbgView.
- Run MediaMonkey and you will see the log being generated to the DbgView app window.
- Save it to a file and upload it by using a free service like RapidShare or YouSendIt.com
- attach the link to the shared file here.
Thank you.
Could you generate a debug log using the DbgView app?
- Download the DbgView application from: http://www.microsoft.com/technet/sysint ... gview.mspx
- Execute DbgView.
- Run MediaMonkey and you will see the log being generated to the DbgView app window.
- Save it to a file and upload it by using a free service like RapidShare or YouSendIt.com
- attach the link to the shared file here.
Thank you.
Re: Clicking on "title" subnode jams MM
Tried but can't reproduce...
@Guest, try to "File->Maintain Library->Optimize database(Complete)" and see if it helps.
@Guest, try to "File->Maintain Library->Optimize database(Complete)" and see if it helps.
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!
All My Scripts
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!
All My Scripts
Re: Clicking on "title" subnode jams MM
Appreciate the responses. Regarding the post, I am still having the same problem and I will run the debug log when I get back in town. MM also jams up in the same manner anytime I try to rate a song while it's playing. The song continues to play but the system runs at 100% for several and does not respond.
Re: Clicking on "title" subnode jams MM
I can't reproduce this either. If you can, please post a debug log (here or via the support desk).
Thx.
-Rusty
Thx.
-Rusty
Re: Clicking on "title" subnode jams MM [NOTREP]
I can reproduce it, I will try the latest release later and see if it still happens and provide the dbgview log if it does.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Re: Clicking on "title" subnode jams MM [NOTREP]
That would be great Lowlander!. I am still having that issue but once again do not have access to my computer. I was hoping someone else could reproduce it.
Re: Clicking on "title" subnode jams MM [NOTREP]
I've send a debug log to Ludek, let's hope it gives some insights.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Re: Clicking on "title" subnode jams MM [NOTREP]
@Guest
Have you already arrived back to the town? Could you also attach the debug log and also your DB if possible.
Studing the Lownlander's log I found out that this SQL:
SELECT DISTINCT upperw(substr( songtitle, 1, 1)) AS letter
takes the time and makes MM unresponsive, but Lownlander owns 800 MB's DB with 150k tracks, but on your 27k track's DB there should not be such a problem.
Have you already arrived back to the town? Could you also attach the debug log and also your DB if possible.
Studing the Lownlander's log I found out that this SQL:
SELECT DISTINCT upperw(substr( songtitle, 1, 1)) AS letter
takes the time and makes MM unresponsive, but Lownlander owns 800 MB's DB with 150k tracks, but on your 27k track's DB there should not be such a problem.
Re: Clicking on "title" subnode jams MM [NOTREP]
I actually could reproduce this once or twice the other day but not anymore?
Anyway, this sql is a bit faster, perhaps fast enough?
SELECT DISTINCT SUBSTR(SongTitle,1,1) COLLATE IUNICODE AS Letter FROM Songs
Simply uppercase the letter in the node caption afterwards instead.
Anyway, this sql is a bit faster, perhaps fast enough?
SELECT DISTINCT SUBSTR(SongTitle,1,1) COLLATE IUNICODE AS Letter FROM Songs
Simply uppercase the letter in the node caption afterwards instead.
Advanced Duplicate Find & Fix Find More From Same - Custom Search. | Transfer PlayStat & Copy-Paste Tags/AlbumArt between any tracks.
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!
All My Scripts
Tagging Inconsistencies Do you think you have your tags in order? Think again...
Play History & Stats Node Like having your Last-FM account stored locally, but more advanced.
Case & Leading Zero Fixer Works on filenames too!
All My Scripts
Re: Clicking on "title" subnode jams MM [NOTREP]
If you want to try to reproduce try this when you start MediaMonkey and then expand the Title node. The first time it can take a long while (mine almost took 3 minutes). Any subsequent openings of the Title node are a lot faster due to caching. The effect should also be less pronounced on smaller database files as less data needs to be cached. Furthermore system speed will also play a factor.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)