Add drives and ZFS stuff, add *arr

This commit is contained in:
askiiart 2024-02-14 20:03:22 -06:00
parent 989a0a6920
commit 2b0861661c
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 179 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# *arr not redownloading after deletion
Note: it feels weird to refer to "*arr" constantly, so I'm just gonna refer to Radarr for now, but everything applies to Radarr, Sonarr and Lidarr.
Radarr has a failsafe where in case the folder of a library is completely empty, it won't scan the disk for anything. This is presumably meant to be in case, for example, you accidentally mount the volume at the wrong location, but it also means it won't do anything if all your media is deleted.
To fix this, just create an empty file in each library using `touch`, then run update all.
If it's still not working, make sure your permissions are correct and that "Create empty folders" is enabled under the advanced options in Settings -> Media Management -> Folders.