add/rescan not working using MM5 DEBUG

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: add/rescan not working using MM5 DEBUG

Re: add/rescan not working using MM5 DEBUG

by Shakadula5153 » Mon Sep 22, 2025 1:55 pm

Yes I thought that too since it was such a large db.

Re: add/rescan not working using MM5 DEBUG

by Lowlander » Mon Sep 22, 2025 10:22 am

Maybe MMA was still scanning after Sync?

Re: add/rescan not working using MM5 DEBUG

by Shakadula5153 » Sun Sep 21, 2025 5:44 am

Gonna close this. Reinstalled MM5 and things are somewhat back to normal. After all of my music and playlists are back find myself with another issue I posted but now I can't find the post so here goes again.

I used SQLITE to update all tracks to Concatenate the year to title column.
UPDATE Songs
SET SongTitle = SongTitle || ' (' || substr(CAST(Year AS TEXT), 1, 4) || ')'
WHERE rowid IN (
SELECT rowid
FROM Songs
WHERE Year IS NOT NULL
AND length(CAST(Year AS TEXT)) >= 4
AND SongTitle NOT LIKE '% (' || substr(CAST(Year AS TEXT), 1, 4) || ')');

It worked but;
It blew out by storage on my Razr+ phone after I synched all of my playlists through USB. So I.......
Deleted all tracks from my audio file on my phone and started all over again with synching. Then
After 12 hours of WIFI synching (which is just the best), All of the playlists I checked to synch....Synched!
Meaning they all appeared on my phone with the correct number of tracks and not blowing out my storage (I suspect I had some duplicates on the phone even though I have minimal duplicates on my host MM5 database).

Here is my problem (my problem in that it is user error NOT MM), I forgot to check a playlist to synch so I went into MM and checked that playlist and went back to my phone to synch again. Problem is it did not pick up the playlist I checked. My fault again because I failed to apply the change. Went back in and applied the checked playlist ant synched again. MM on my phone goes through this analysis (I assume on playlists cause it states synch list) that takes about a minute or two and then provides a message that it updated a 1 playlist. Perfect except that when I click on a playlist nothing happens. It is there with the correct number of tracks but the playlist queue does not appear after clicking on the playlist. Some of the playlists will play but most do not. I did power off my phone for a minute and that worked in that all of my playlists began working.

Is this something I am going to have to do after I synch everytime? Loving the WIFI synch as USB no longer seems to work and I am fine with that but just wondering if there is something I am doing wrong?

Thanks.

Re: add/rescan not working using MM5 DEBUG

by Lowlander » Wed Sep 10, 2025 1:53 pm

Please see: https://www.mediamonkey.com/support/kno ... y-library/

Files may be in the Library, but in a different location you're looking.

add/rescan not working using MM5 DEBUG

by Shakadula5153 » Wed Sep 10, 2025 1:18 pm

Removed old MM5 files and folders and installed DEBUG version but it will not rescan my test music source library. Deleted Mediamonkey5 folder comp;etely after uninstall. HELP! using the 3166,debugv version

Top