flpa / mcs

Mixdown Comparison Software is a project to help musicians compare different mixdowns of a recording.
MIT License
2 stars 0 forks source link

MP3 Konverter überschreibt WAV-File mit gleichem Namen #75

Closed ghost closed 8 years ago

ghost commented 8 years ago

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.

kamejosh commented 8 years ago

mp3 wird in den richtigen ordner kopiert, aber überschreibt immer noch files mit dem selben namen

kamejosh commented 8 years ago

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

flpa commented 8 years ago

On my machine, name collisions cause files prefixed/suffixed with ':

The project directory looks like this:

% ls
'es(2).wav'  es.wav  mcs-project.xml
kamejosh commented 8 years ago

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.

flpa commented 8 years ago

Seems like files containing (...) are simply displayed that way because of a collision with bash syntax. So no bug.

kamejosh commented 8 years ago

@if14b038 please test this on your windows machine. so we can close this issue.

ghost commented 8 years ago

Works as expected on my windows machine.