I’d like to be able to configure Sonarr to send NZBs to NZBGet at the top of its queue, rather than the bottom. This way, if I have some long-running download in progress in NZBGet, and a new episode appears in the meantime, the new episode will get queued and downloaded first.
The NZBGet API supports this with the AddToTop param for the append call.
I think configuring this as off/on in the download client configuration is sufficient, but I could see some granularity in when AddToTop is used being useful, similar to the existing “recent/older priority” in NZBGet downloader settings.