-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature Request: Auto-Populate Find Field for Relinking #141
Comments
It does pre-populate the Find field when you first open the Toolbox. Are you saying you want it to update the Find field each time you change the selected clip in the Relink list? Another option could be a Use Selected Path button next to Paste? |
Yeah, that would be great. It only prepulated the first time. I found my self having to scroll through the clips that have different paths, manually type in the path in the Find filed then make adjustments in the Replace field. A Use Selected Path button next to paste would help. Anything to alleviate a lot of manual copy pasting of the Find and Replace fields or manual entry. Often the directory differences are just drive or folder (s) that can be pasted repeatedly in the Replace field as well.
… On Jun 26, 2023, at 5:55 PM, Chris Hocking ***@***.***> wrote:
It does pre-populate the Find field when you first open the Toolbox. Are you saying you want it to update the Find field each time you change the selected clip in the Relink list? Another option could be a Use Selected Path button next to Paste?
—
Reply to this email directly, view it on GitHub <#141 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACJCKTQGTFJF373UWZ3YZGLXNIVRHANCNFSM6AAAAAAZUSULKQ>.
You are receiving this because you authored the thread.
|
Actually it'd be even better if the relink toolbox can be more automated by just pointing to a drive or folder and it recursively drills down to find the correct files similar to the way FCP works if that's possible. |
This is possible, but tricky and complex. One of the reason it's tricky is that Apple breaks its own App Store rules, and Final Cut Pro isn't actually sandboxed, so it can access any files without any kind of user initiated permission. BRAW Toolbox however is sandboxed, so the user must specifically allow access to a files and folders. So whilst it's possible we could add some ability to "scan" an entire drive that you grant sandbox access to, it's still tricky to code, especially when this feature would be used by very few, as generally speaking you always keep your rushes in the same folder structure, so it should just be a matter of finding and replacing your volume name to relink? |
A feature where the path of the selected clip in the relinking toolbox would auto populate in the Find field would be very helpful and cut down on some of the manual process.
The text was updated successfully, but these errors were encountered: