Quote Originally Posted by DrChair View Post
1. When you move a group up to first position (up from 2nd, or top from lower than 2nd), the order of the nzb gets reversed. (moving it down, or moving it up from for example 3rd to 2nd doesnt seem to change the order)
Confirmed, need to fix it.

2. DupeCheck is partialy broken. It does recognize duplicate files in the nzb, it also recognizes duplicates in queue, but it doesn't recognize duplicate files on disk.
It works for me. May be you expect too much? It checks only in DestDir/NzbName folder; the duplicate file must be added from the nzb-file with the same name. It does not check in all subfolders of DestDir.

Is it oke to 'exit' nzbget daemon with kill -9 `pidof nzbget` ??
You may use kill `pidof nzbget`, which sends SIGTERM; nzbget caught this signal and terminates gracefully. kill -9 terminates the process immediately and you should avoid it.