import mediamonkey 4 data (sqllite mm.db file)
-
Dear Strawberry users,
My dream is to leave MS and their Windows platform, but I'm holding data since 2009 in Mediamonkey 4 and I do not want to loose it. I have tried for many hours to import the data but I cant get it to work. Before I migrate, this step is mandatory for me.
I have tried for many hours with gpt, but all data remains on 0 and I want my play count to be migrated, eventually last played
If someone can help me with this and make this work I would be so happy because I like the player it self, I just want my data from MM4.
i
Please tell me what information is needed to make this work.
D
Kind regards,
Jonas Saeys -
@sigiken
What specific data do you need?
If it's only play counts and last played, it should be supported directly if they are saved to the file tags. If it's only stored in the database, you need to import it using SQL commands, if Mediamonkey uses sqlite3, it should be possible to attach both databases and import it using a single sql UPDATE command, you can use the following as reference (https://wiki.strawberrymusicplayer.org/wiki/Import_collection_library_and_playlists_from_Clementine), but you need to use UPDATE instead of INSERT.