Search found 5 matches

by DrDaveDeath
07 Jan 2019, 19:57
Forum: Support
Topic: NZBget running docker flip flops back and forth between queued and downloading
Replies: 5
Views: 3160

Re: NZBget running docker flip flops back and forth between queued and downloading

Had some time to fiddle with this and I seem to have worked out how to fix the issue: I experimented with the number of connections and reduced that down to the point where I get my maximum speed. Disabled Flush Queue. I have a feeling the flush queue setting is the culprit here really. With this I ...
by DrDaveDeath
06 Jan 2019, 21:12
Forum: Support
Topic: NZBget running docker flip flops back and forth between queued and downloading
Replies: 5
Views: 3160

Re: NZBget running docker flip flops back and forth between queued and downloading

Hey - I recently started using NZBGet inside a docker container and have noticed this issue also. Here is a paste bin of my logs: https://pastebin.com/XQi9u0jE You can see around the 21:04:13 mark there is a 4 second gap before where nothing happens. This corresponds to the gaps seen in the image: h...
by DrDaveDeath
16 Apr 2017, 21:18
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527800

Re: [PP-Script] VideoSort - better video sorting

I have a ReadyNas plugged in to my Mac via ethernet. Whenever videosort moves a file onto the drive, it transfers *really* slowly... Around 1.5mb p/s. If I copy the file manually in OSX, its super speedy (~25mb p/s). I'm at a bit of a loss trying to work out why its slow to transfer using videosort,...
by DrDaveDeath
27 Aug 2014, 18:51
Forum: Extension scripts
Topic: [PP-Script] Notify OSX
Replies: 11
Views: 9984

Re: [PP-Script] Notify OSX

I noticed it doesn't notify if the download wasn't unpacked (nothing to unpack). I changed the check to test "NZBPP_TOTALSTATUS": instead of "NZBPP_STATUS": # If download is a success if os.environ.get('NZBPP_TOTALSTATUS') == 'SUCCESS' and on_success == 'yes': Ah yeah, that makes much more sense! I...
by DrDaveDeath
27 Aug 2014, 16:30
Forum: Extension scripts
Topic: [PP-Script] Notify OSX
Replies: 11
Views: 9984

[PP-Script] Notify OSX

This PP and Queue script will notify OSX via Notification Centre when a download has completed, failed or added to NZBGet. I utilise the 'terminal-notifier' work done here https://github.com/alloy/terminal-notifier , the actual script to send the notifications is simple, but works well. Feel free to...