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.
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.