I'm having trouble trying to keep files separated and organized on drives when using a downloader like JDownloader or bittorrent.
Here's my use case.
Let's say I have drives that I want to be organized like below
parity
disk1: Games
disk2: Videos
disk3: Software
cache
Let's say I setup JDownloader and bittorrent to download into a downloads directory.
If I have the downloads directory moved during mover, it would just dump all downloads onto the array, and I would have to move the downloads to their respective directories, then run a unbalance gather 3 times to move them to their respective disks.
If I have the downloads directory in its own share and set it to cache only, this is better, but when I organize and move 500GB of downloads using my desktop, it has to travel through the network since it's on a different share and will take time. I do not want to use krusader or command line every other day to organize my files.
The best setup that I can think of is not achievable because mover cannot exclude a directory, but if it could, it would work like this.
Setup only 1 share for everything, set split level to top level only
Ignore downloads directory from mover
This way, I can move files out of downloads directory instantly into their respective directory since they are on the same share. Then mover can run at another time and should respect the split level.
Is there some other option that I am missing?