Closed ghost closed 8 years ago
mp3 wird in den richtigen ordner kopiert, aber überschreibt immer noch files mit dem selben namen
solved the problem. Additionally imported Wav-Files are now automaticly copied to the session folder and renamed. wainting for test under linux and Windows before closing
On my machine, name collisions cause files prefixed/suffixed with '
:
es.wav
es.mp3
The project directory looks like this:
% ls
'es(2).wav' es.wav mcs-project.xml
the files are copied to the directory on adding them to the session. But on my system mp3s with the same name are named like the should (without ' ). it shouldn't matter if you import mp3s or wavs because they're named by the same function: Line 146 in the JavaxJavazoomTrack.java file.
Seems like files containing (...)
are simply displayed that way because of a collision with bash syntax. So no bug.
@if14b038 please test this on your windows machine. so we can close this issue.
Works as expected on my windows machine.
Falls wav - File mit gleichem Namen exisitiert, wird dieses ohne Nachzufragen überschrieben. Könnte man auf mehrere Arten lösen: Nachfragen, konvertiertes wav unter anderem Namen speichern (evt. suffix) oder in eigenem Verzeichnis.