-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relink music Directory from Linux to Windows fails #12715
Comments
Do you still have the log file from the first session on Windows when you did the relink? If no, can you go back to square one (remove/rename the Mixxx config directory in Windows) and relink again? Actually the relinking should have been fixed with #12462 but I'm pretty sure no one tested this cross-OS. |
Additionally, (again: simulate a fresh install by removing the Mixxx config directory) could you add one dummy music directory with just some tracks, then move it and try to relink? |
i will just do it again and save the logs... didn't know they existed until now. and still don't know where... so I'll:
where do I find the logs? I can also start Mixxx with --developer if that gives some more output.
|
I made a fresh mixxx config directory on linux and repeated the process. started mixxx from command line: log is here |
only windows
screenshot and logs attached :) |
Okay, so the issue is that the Linux paths stored in the database are prefixed with c:\ for some reason. I'll take a look... |
Fixed in 2.4 by #12878 |
Bug Description
Relinking Music Library paths from a Linux config on a Windows install doesn't work. The linux paths (containing slashes) seem to cause Problems when relinking - I guess it's because C:\ is prepended or the slashes aren't compatible with search and replace.
See attached screenshots for examples.
Details to reproduce: I tried to move my .mixxx settings directory and all my audio files to a windows machine. Both using 2.5 alpha versions:
Maybe I have accidentally touched the recording button or mixx just created the recording directory using the linux file structure:
also visible here after relinking and a restart of mixxx the old path is still there. Interestingly C:\ is always only shown on file which are currently selected.
Version
2.5-alpha-222-gae53865a26 (main)
OS
Linux, Windows
The text was updated successfully, but these errors were encountered: