"Add to top" queue append support for NZBGet

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.

Is the current priority system not sufficient? If add to top was added, then every NZB that was added would be added before the previously queued NZB, which seems backwards instead of adding at the bottom of the selected priority.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.