Search found 17 matches

by Richard63
May 8th, 2019, 8:09 am
Forum: General Help
Topic: SABnzbd-conlose.exe
Replies: 1
Views: 797

Re: SABnzbd-conlose.exe

just found something in other part of help.

i added the -l 2 option for output

can be closed
by Richard63
May 8th, 2019, 7:56 am
Forum: General Help
Topic: SABnzbd-conlose.exe
Replies: 1
Views: 797

SABnzbd-conlose.exe

Hello, i am currently re writing a script and wanted to use the console mode (like i did years ago) but it faild to produce output. I start it from dos in its ow directory C:\Program Files (x86)\SABnzbdPlus\SABnzbd black screen opend and i have sabnzbd running in browser (didt start any other versio...
by Richard63
April 7th, 2019, 7:13 am
Forum: General Discussion
Topic: Change path if drive is full.
Replies: 2
Views: 2923

Re: Change path if drive is full.

mmm thats a shame its not possible automated then :(
by Richard63
April 7th, 2019, 2:18 am
Forum: General Discussion
Topic: Change path if drive is full.
Replies: 2
Views: 2923

Change path if drive is full.

Is there a way to tel Sab to use an alternate path when a disk becomes full? ie: movies on F: is to full to move avengers.mkb so switch to drive G: i tried to do this with pre or post processing scripts but can't find a way do do this. Mybe a feature for a next version of SAB (i use 2.3.8 at the mom...
by Richard63
December 11th, 2018, 11:14 am
Forum: Nederlands
Topic: certificaten ongeldig Sabnzbd werkt niet meer
Replies: 6
Views: 5476

Re: certificaten ongeldig Sabnzbd werkt niet meer

alleen is het dan niet meer te benaderen op je telefoon of andere computers in je netwerk. (laptop bv)
by Richard63
October 12th, 2016, 3:06 pm
Forum: Post-Processing Scripts
Topic: Rename filter and Kodi notify
Replies: 3
Views: 4576

Re: Rename filter and Kodi notify

i just finished a new script: hope you get it working too otherwise use the console output to check what is happening in SAB. for windows its like: STOP Sabnzbd task first open up a terminal (command window) type: "c:\program files (x86)\sabnzbdplus\sabnzbd-console.exe" -l2 (check your pat...
by Richard63
August 17th, 2016, 3:00 am
Forum: Post-Processing Scripts
Topic: [Python] Sabnzbd Pushover notifications
Replies: 4
Views: 11555

Re: [Python] Sabnzbd Pushover notifications

for pre-proces script see my posting.
by Richard63
July 28th, 2016, 3:45 am
Forum: Post-Processing Scripts
Topic: Rename filter and Kodi notify
Replies: 3
Views: 4576

Re: Rename filter and Kodi notify

i use the sabnzbd console to catch errors realtime
by Richard63
July 28th, 2016, 2:45 am
Forum: Post-Processing Scripts
Topic: Rename filter and Kodi notify
Replies: 3
Views: 4576

Rename filter and Kodi notify

Hello i made a pre-processing script witch clean up the file names parsed to sabnzbd It fetches the job_name and searches for a 4 digit number (wich could be the year) and places it in Klammers like "Star Trek 2009 x264 web-dl" becomes "Star Trek (2009") most cleanup is done on t...
by Richard63
November 9th, 2015, 8:17 pm
Forum: Nederlands
Topic: Post of Pre script gebruiken?
Replies: 3
Views: 3654

Re: Post of Pre script gebruiken?

OK, ik heb het gevonden, en ook waarom het niet werkte met vorige script. de sys.argv die ik vond zijn niet juist in eerste script (misschien is dat in huidige versie van sab anders als toen het script geplaatst werd) het werkende script is nu: (inclusief een notificatie naar KODY.TV) #!/usr/bin/pyt...
by Richard63
November 9th, 2015, 5:26 pm
Forum: Post-Processing Scripts
Topic: KODI Notify script
Replies: 1
Views: 5783

Re: KODI Notify script

Just put this script in the categorie setup
by Richard63
November 9th, 2015, 5:25 pm
Forum: Post-Processing Scripts
Topic: KODI Notify script
Replies: 1
Views: 5783

KODI Notify script

Hello i made an Notify script for Kody.tv mediaplayer. It sends a message when a download is finished in SabNzbd. i also use a pre post script wicht sends a notify when sab is beginning to download a movie in the queue. Here is my script: #!/usr/bin/python __author__ = 'Richard van Soest' from urlli...
by Richard63
November 9th, 2015, 5:16 pm
Forum: Nederlands
Topic: Post of Pre script gebruiken?
Replies: 3
Views: 3654

Re: Post of Pre script gebruiken?

Maar hoe moet ik dat doen dan (kan nergens een voorbeeld of uitleg of een commando vinden die dat doet) welke van de volgende kan ik hiervoor gebruiken ? # outputparams (what this script tells sabnzbd) # The script writes the results to the console, each parameter on a separate line. # Each paramete...
by Richard63
November 9th, 2015, 9:35 am
Forum: Nederlands
Topic: Post of Pre script gebruiken?
Replies: 3
Views: 3654

Post of Pre script gebruiken?

Hallo ik gebruik al een pre en een post script voor sabnzbd, maar wil nu een functie uitbreiden met iets dat handmatig al kan. Je kiest een nzb file en die komt dat in de wachtrij te staan. de titel is dan bv "American Beauty.1999.hdtv.divx.dutch.subs" ik verander dat dan in de wachtrij do...
by Richard63
March 30th, 2015, 5:14 pm
Forum: Post-Processing Scripts
Topic: KODI Notification for download finished
Replies: 0
Views: 3272

KODI Notification for download finished

Hello I made an script in python to notify KODI (or xbmc) the download has finished (shame it isnt in SABNzb as a standard) Hope someone has a use for it or have remarks on it. #!/usr/bin/python __author__ = 'Richard van Soest' from urllib.request import urlopen from urllib.request import Request fr...