Hello,
I have my media in one share (data), structured as follow :
Data/
├── Downloads/
│ ├── DL1.file
│ ├── DL2.file
│ └── ...
└── Media/
├── Movies/
│ ├── Movie 1/
│ │ └── Movie1.file
│ └── ...
└── TV/
└── Show 1/
└── Season 1/
├── Episode 1
└── ...
Data is on 2 drives, up until now it was set up as Fill-up, but due to the first disk starting to be a bit full I switched it to High-water, with folder split level only the top 3.
This works fine in Data/Media when manually adding a file, however, when a file is downloaded in Data/Downloads, it is put on the second disk (which is normal), but when the download is complete, it is copied to the appropriate Media directory. But when the directory is on the first disk it doesn't change from disk2 to disk1, which results in episodes from a single season being split on two disks.
Is it expexted behaviour? Is there a way to prevent this?
Thanks in advance!