Mixo 1.75.0 export to Engine DJ 4.0.1 does NOTHING
I want to export my entire collection with 37,000 tracks to "Engine DJ (Direct)". It barely takes a few seconds and does not even touch the `m.db` file it's supposed to modify. I'm on a trial and the one feature I'm trying Mixo out for is failing. Any fix for this?
Doctor Lasor
• 2 years ago
1
Remko
• 2 years ago
If your tracks are located on an external drive, please make sure that drive is connected because MIXO will need to export there.
You can also try quit and reopen MIXO, or reinstall.
Let me know if this helps!
Remko
MIXO team
1
Doctor Lasor
• 2 years ago
Additional info: When I start the export, I receive the warning that 20 files have not been downloaded from the Cloud. Thinking that this might cause the bug, I activated "Download all tracks from Cloud" and re-synced. Unfortunately, this did not lead to the 20 tracks being downloaded. Since the warning has only the options "Cancel" and "Continue (with 20 missing tracks)" I don't see how I can download them. A "Download and then export" option would be great. So here we have a follow-up problem, maybe solving it might help with the first one?
1
Doctor Lasor
• 2 years ago
1
Remko
• 2 years ago
Do your tracks work in MIXO?
I've tested the process and can't replicate the issue you're experiencing - see below:
1. Added files to a partition:
2. Imported those files into a playlist in MIXO:
3. Exported the "playlist" to Engine DJ and here's the result:
Remko
MIXO team
1
Doctor Lasor
• 2 years ago
I do like the app and its functionality and would be ready to send you 7$ per month but as things are, it does not inspire me the confidence that my collection would be in reliable hands.
1
Remko
• 2 years ago
Please try Settings/Tools/Bad Track Remover and click "Remove Blank Entries In Playlists", then refresh the page click "Check For Bad Tracks". Then try exporting again... maybe this will help?
Failing that, you could try reverse sorting All Tracks via the FilePath column (you need to right-click to add this column) to see if you notice any strange looking tracks in your library.
Remko
MIXO team
1
Doctor Lasor
• 2 years ago
Here is what I did:
* booted into my Linux where I had originally set up MIXO and uploaded the first 20 tracks
* started MIXO which synchronized fine with the 38,000 tracks I had added on Windows
* removed the 20 tracks that had been missing on Windows to hopefully solve the issue
* booted back into Windows where, since then, I cannot log in anymore, even after re-installing MIXO. I'm logged in in the browser but when I click on "Open MIXO", I go back to the app and the "Waiting for browser" notification simply disappears. When I try logging in with a key, MIXO tells me the key is not valid.
1
Remko
• 2 years ago
Remko
MIXO team
1
Doctor Lasor
• 2 years ago
I can now confirm that the problem persists
* without the proviso that a few tracks hadn't been downloaded
* after removing (2) blank entries from playlists
* after checking for bad tracks (of which there were none)
I checked the filepaths and found no strange-looking tracks (whatever that means).
I had tried the DJXML export and it had given me the same unspecified error. However, I re-tried right now and this time it worked! Engine DJ export still not creating any files, however.
1
Doctor Lasor
• 2 years ago
* Playlists YES
* Rekordbox YES
* TRAKTOR YES
* Serato NO
* VirtualDJ YES
* iTunes YES
* Engine DJ NO
* DJXML YES
1
Remko
• 2 years ago
Thanks!
Remko
MIXO team
1
Doctor Lasor
• 2 years ago
Additional information: I've installed MIXO on another Windows computer and synchronized the database without downloading any tracks. This time, the warning said (obviously) that none of the tracks has been downloaded yet. This time, the m.db file was modified but only the names of the playlists were exported, no tracks.
rekordbox.xml
1
Remko
• 2 years ago
I then used the Find & replace Tool to change D:\ paths to my local drive and exported again. Now Engine Dj shows everything, including tracks!
This shows that for some reason MIXO cannot find your partitioned drive. Whereas for me it finds the portioned drive without any issues and everything worked.
This type of incident (where it works for some but not for others) is always environment related. In your case it's probably a permissions issue of some kind but I'm not sure how to debug that!
If you have any ideas, that would be great! Presumably you'd have to grant MIXO permission to access files on that drive?
Remko
MIXO team
1
Doctor Lasor
• 2 years ago
1. the other exports work fine and
2. MIXO is able to play all the tracks.
Also mind that I've tried on three different systems two Windows, one Linux. I think it's safe to say at this point that this is not about incorrect paths, it's not about permissions, it's some bug in the code. There must be some way to monitor what the software is doing during export? Writing some verbose debugging logs?
Also, would you mind sharing that m.db file with me?
1
Remko
• 2 years ago
For most exports MIXO writes the file to MIXO's export folder inside the system Music folder on your local drive. This rarely fails since MIXO created the folder.
For Engine, MIXO tries to write to the (or create a new) m.db file on each drive that it finds tracks on.
So whilst reading permissions might be ok (which is why the tracks play in MIXO) write permissions to that drive/folder might be different. That was the premise of my theory and it's not uncommon.
If there was an actual error, the export would fail, whereas if it can't find the drive for a track, it just moves on to the next one. So in your case it loops through all the tracks until it completes.
To test this theory, create a new playlist and import some tracks on your other windows computer, then export to Engine. The result should be that only those tracks are exported.
You could also check that MIXO has write permission on your D drive and for the Music folder on that drive and test again.
Let me know how it goes!
I'll also see if I can build you a beta version with additional logs and arrange a zoom call to go through it with you. How does that sound?
Oh one last thing - I've extended your free trial by 1 month as a thank you for engaging. We need more people like you to help eliminate these rare anomalies!
Remko
MIXO team
1
Remko
• 2 years ago
Here's a brief video of the progress:
https://take.ms/3VCID
And here are the tracks:
Remko
MIXO DJ team
1
Doctor Lasor
• 2 years ago
I've started MIXO in admin mode and checked Windows app permissions to be on the safe side here. We can safely eliminate the permission problem at this point. Also, such a problem would have raised an error, I think. So how is it that MIXO thinks it's writing data to the disk but actually isn't? I'm afraid without debugging logs we won't get any further. I'll gladly accept any of the solutions that you suggest, e.g. running a custom build.
1
Remko
• 2 years ago
There may be some logs available - To get them, please follow these steps:
1. Open a Command Prompt window (search for cmd.exe).
2. Drag MIXO into the window (which should add the path to the app), then hit Enter. MIXO should now open.
3. Then proceed with Export Engine DJ and watch the Command Prompt window for logs.
Please send me any logs you get from the export!
Remko
MIXO DJ team
1
Doctor Lasor
• 2 years ago
I think we should still do the debugging at some point to find out the cause, and also so I can actually keep using MIXO in the future, which I would like to. But first I'll let it analyze, backup everything, and play around before actually risking anything, I hope you'll understand.
1
Remko
• 2 years ago
USB drives are slow, that's also why it took a while.
Engine DJ might need to analyse but in the next release there will be a beatgrid lock option, which might speed it up:
https://www.mixo.dj/versions
Anyway, feel free to have a good play around for the next month and let me know how it goes.
Thanks!
Remko
MIXO DJ team
1