Traktor 3 Tracks not found after import on MacOS 12.3
The reason seems to be a false Path conversion:
All Paths are converted to /System/Users/... but it had to be /Users/...
/System is a non-manageable directory and there is no User dir inside.
See MixO Track Info:
See File Track Info
(note that my Harddisk is named "System", has nothing to do with the /System OS DIr!!!):
Jan
• 4 years ago
All Paths are converted to /System/Users/... but it had to be /Users/...
/System is a non-manageable directory and there is no User dir inside.
See MixO Track Info:
See File Track Info
(note that my Harddisk is named "System", has nothing to do with the /System OS DIr!!!):
1
Jon
• 4 years ago
So if I understand correctly, you have two 'System' folders due to the harddisk being named this way and MIXO tries to look into the wrong one when searching for these tracks?
Do these tracks analyze on import or does MIXO fail to find them?
Thanks,
Jon
1
Jan
• 4 years ago
Example:
Real File Location:
* /Users/jan/Music/Tracks/x/y.aiff (Unix-like path-syntax)
...or...
* System:Users:jan:Music:Tracks:x:y.aiff (Traktor path-syntax)
Malformed File Location (MixO):
* /System/Users/jan/Music/Tracks/x/y.aiff
Mixo prepends the /System to the correct path, which cannot work because /System cannot be modified by legal MacOS-Tools and therefore don't contains a folder User in it.
The path formed by Traktor starts with System:... just because they prepend the drive name (my drive is named like this) to the rest of the path to be max. specific regarding the storage location.
Easiest fix would probably be to just parse the path from Traktor, cut the drive name and replace each ":" with a / - done!
1
Jon
• 4 years ago
Sorry for the wait on this, but we believe we have fixed the issue.
Please update to version 0.51 and let me know if you're still having issues.
Thanks,
Jon
1