mount directories via conf file#71
Conversation
|
Hey this looks interesting! Quick question to help me understand the use-case-- if I'm reading this correctly, the PR uses lines in
# sources/targets
RESOLVE_BIND_SOURCES=("/mnt/sfx" "/mnt/music")
RESOLVE_BIND_TARGETS=("/home/resolve/sound/Sound Effects" "/home/resolve/sound/Music")So long as you have a path to this (If you prefer to use the filename
or run with:
etc. Thoughts? |
Yes, that's correct and I added some extra logic in
Oh, I was confused because the README says:
... So I assumed editing However, there is still a case to be made to set things up the way I did. 3 things stand out to me:
What do you think? I feel like both approaches have their advantages: |
I'm unsure why too! Since if I understand it right, your code is essentially building the equivalent of the .rc method. When you use your solution, do you confirm that the mounts are correct and as you'd expect but not when they're set "by hand" in the
Yeah, I mean, I was thinking along the same lines. Obviously we don't want to break anything for people already using the current .rc system.... but maybe it could be blended into the existing system in a way that would not interfere and be a pure "value add" (ie, you have the option to use this alternate method if you like- or both) -- perhaps by deferring to values set in What do you think? An alternative idea would be to make it so that the configuration lines currently used in I do know that one of the requested features was to make it so that the Anyway, that was a long-winded way of suggesting that perhaps the I'd appreciate your thoughts. |
Managing custom mounts via
resolve.shis cumbersome and unintuitive. This PR introduces abind_mounts.confconfiguration file for simplified container setup, addressing a significant usability issue, especially for editors working externally (e.g., SSD).Tested on DaVinci Resolve Studio 19.1.3 with Podman on Arch Linux (Gnome 47, Wayland).