Lately I’ve really become enamored of the RPI2 and decided to move a lot of functions over to it.
My new setup includes the main HTPC (with much storage directly attached), and nzbget on the PI so that the main HTPC can sleep or hibernate while downloads are going on but nothing is really required of the main box. This works great, because when the box wakes up, sonarr goes out to check the status, sees some downloads stacked up, and imports them, copying them from the pi to the main HTPC.
Further to that though, I’d like to even put sonarr on the Pi. Unfortunately I think this will mean I lose the “stacked up” functionality. I don’t really want sonarr to wake up the main HTPC when a download is done, I want the main HTPC to wake up whenever, and then receive whatever stuff needs to be copied over to it. I guess I would call this sort of delayed post processing?
Anyways, I guess this isn’t really possible, but I don’t actually know how sonarr will behave when it tries to rename and move an item to unavailable storage.
Yes, I know the real solution here is to get some kind of low power storage setup, but I’ve really got enough devices, too much cost involved to try and put the drives into a many bay NAS, and building my own is fine but still contains some challenges I’m not quite ready to want to take on.
Any advice appreciated, thanks