Just for others who may want to experiment... essentially I removed "Documents" from the directory path using a symbolic link.
Theoretically, you could make this work for concurrent installations, I just didn't try it.
For MacOS, a symbolic link to move the physical location of the DVDFab directory to a non-cloud synchronized location looks like:
ln -s /Volumes/[your volume]/Users/[your user name]/DVDFab /Volumes/[your volume name]/Users/[your user name]/Documents/DVDFab
Basic actions:
- shut down StreamFab
- use mv to put the DVDFab home directory in the place you want it.
- create a symbolic link in place of the old home directory with the right substitutions as above
- startup StreamFab. The download queue I had - did NOT come across, likely due to a bug which hangs StreamFab on close (5.0.1.3)
The "Volumes" path might look a bit odd to most of you - it is due to having moved my /Users folder to an external TB3 NVMe RAID enclosure. I use symlinks a great deal - even to mask the silly location of the iCloudDocs folder for iCloud. If you are using the standard MacOS setup - /Users will be the root path to your user homes.
No guarantees this works for everyone, I assume MKLink will work on Windows...
The right solution is for the application to support a logical [Home Dir] without hardwired path names.
USE THIS METHOD AT YOUR OWN RISK.