-
Notifications
You must be signed in to change notification settings - Fork 87
Rename Takes and Source Files leaves unused .reapeaks file and doubles filename extension #1140
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
Comments
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Apr 28, 2019
- automatically delete old .reapeaks files (also for Xenakios/SWS: Rename take source files...) - don't double-append file extension if already contained in new filename/takename - add (no undo) in action name closes reaper-oss#1140
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Apr 28, 2019
- automatically delete old .reapeaks files (also for Xenakios/SWS: Rename take source files...) - don't double-append file extension if already contained in new filename/takename - add (no undo) in action name closes reaper-oss#1140 + S&M: Delete ... source file(s): remove redundant null check
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Aug 17, 2019
….com/nofishonfriday/sws into sws-2019-08, PR reaper-oss#1142 * 'rename-takes-and-source-files-tweaks' of https://github.com/nofishonfriday/sws: Xenakios/SWS: Rename takes and source files...: - automatically delete old .reapeaks files (also for Xenakios/SWS: Rename take source files...) - don't double-append file extension if already contained in new filename/takename - add (no undo) in action name closes reaper-oss#1140 # Conflicts: # whatsnew.txt
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Sep 12, 2019
….com/nofishonfriday/sws into sws-2019-09, PR reaper-oss#1142 * 'rename-takes-and-source-files-tweaks' of https://github.com/nofishonfriday/sws: Xenakios/SWS: Rename takes and source files...: - automatically delete old .reapeaks files (also for Xenakios/SWS: Rename take source files...) - don't double-append file extension if already contained in new filename/takename - add (no undo) in action name closes reaper-oss#1140 # Conflicts: # whatsnew.txt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2 issues here:
#1
I recently noticed that Rename Takes and Source Files leaves an unused .reapeaks file behind.
Say I have a file called "file.wav". That means on my HD I have 2 files
file.wav
file.wav.reapeaks
After renaming the file with Rename Takes and Source Files I have 3 files
newname.wav
newname.wav.reapeaks
file.wav.reapeaks
#2
I also find little window which pops up for renaming a little misleading. Say I have a file called "file.wav" When I run Rename Takes and Source Files the window pops up and asks me to rename file.wav. When I type newname.wav the new file will be called "newname.wav.wav". It only works when I rename "file.wav" to "newname" (without the filename extension). Then it will rename it to newname.wav
The text was updated successfully, but these errors were encountered: