Search found 17 matches
- November 2nd, 2014, 4:51 am
- Forum: Feature Requests
- Topic: Script exit codes and SAB History
- Replies: 10
- Views: 17348
Re: Script exit codes and SAB History
Thanks Shypike
- November 1st, 2014, 4:37 pm
- Forum: Feature Requests
- Topic: Script exit codes and SAB History
- Replies: 10
- Views: 17348
Re: Script exit codes and SAB History
Hi Shypike, Thank you for the reply. The parameters you refer to are inputs into the post processing script. I'm looking for the capability for the script to pass an exit code back to Sabnzbd that will mark the job as failed. I can't seem to do this at present. The exit code is showed in the results...
- November 1st, 2014, 1:32 pm
- Forum: Feature Requests
- Topic: Script exit codes and SAB History
- Replies: 10
- Views: 17348
Re: Script exit codes and SAB History
Hi,
Is there an exit code I can use to mark the job failed, or is this something still on the todo list?
Wiggy
Is there an exit code I can use to mark the job failed, or is this something still on the todo list?
Wiggy
- October 3rd, 2010, 12:55 pm
- Forum: Bug Reports
- Topic: "Idle" after pausing and unpausing que
- Replies: 14
- Views: 10572
Re: "Idle" after pausing and unpausing que
I also suffer from the same problem. Sabnzbd 0.5.4 Windows Visgs x64 1 news server Only got one download in queue, but have seen it with more. I pause the individual item and then unpause. Download remains idle. Only way to force it to continue is to restart Sabnzbd. This occurs consistently every t...
- May 23rd, 2010, 4:24 am
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154302
Re: Media Rover
Hi wiggy9906, There is no comma in file, I've tried season and Season, the docs indicate the season is ignored in any case and only the numerical value read. File is in series root. There was indeed a problem with the code handling the .ignore files. I just pushed a patch to Github. Update your c...
- May 21st, 2010, 3:16 pm
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154302
Re: Media Rover
www.nzbindex.nl also has a working rss feed. Build the feed from there their website and then add &nzblink=1 to the URL. Again set provider as mytvnzb. While it would definitely be possible to add support (it has an RSS feed), the report titles are no where near as clean as what you get from an...
- May 21st, 2010, 3:18 am
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154302
Re: Media Rover
you have coma and other stuff in there ['season 1', ''] Or maybe you need to use capital S as in Season 1 instead of season 1 Aslo file needs to be placed in root folder of the show you want to ignore. ( NOT in Season folders ) Thanks for the reply. There is no comma in file, I've tried season and ...
- May 21st, 2010, 1:48 am
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154302
Re: Media Rover
My ignore file must be set up OK as the logs indicate it will ignore season 1. It then downloads two episodes from season 1.wally007 wrote: My ignore files are working correctly
Content of my .ignore file is simple
This .ignore file ignores 3 Seasons of given show.Code: Select all
Season 1 Season 2 Season 3
- May 20th, 2010, 6:41 pm
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154302
Re: Media Rover
There seems to be a problem when using .ignore file. I have set it but eps are getting downloaded anyway. Here are the relevant parts of the log file. 2010-05-21 00:22 INFO - --- STARTING --- - __init__.py:122 2010-05-21 00:22 DEBUG - using config directory: c:\Program Files\MediaRover\config - __in...
- May 19th, 2010, 4:09 pm
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154302
Re: Media Rover
www.nzbindex.nl also has a working rss feed. Build the feed from there their website and then add &nzblink=1 to the URL. Again set provider as mytvnzb.
- May 19th, 2010, 1:33 pm
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154302
Re: Media Rover
nzbsrus.com is another, never used them, but my sabnzbd and episode butler are extrememly lonely right now :'( I havent registered there yet but does it have RSS feeds ? If it doesnt it wont be able to work with Media Rover. It does have RSS feeds and they work fine with mediarover. I needed to se...
- December 19th, 2009, 10:38 am
- Forum: Beta Releases
- Topic: Warning logged when sending email. 0.5.0 beta 1
- Replies: 10
- Views: 6018
Re: Warning logged when sending email. 0.5.0 beta 1
I can confirm the warning is no longer generated in 0.5.0b4.
- December 11th, 2009, 4:03 am
- Forum: Beta Releases
- Topic: Warning logged when sending email. 0.5.0 beta 1
- Replies: 10
- Views: 6018
Re: Warning logged when sending email. 0.5.0 beta 1
great news. Thanks for looking at this.
- December 9th, 2009, 6:13 pm
- Forum: Beta Releases
- Topic: Warning logged when sending email. 0.5.0 beta 1
- Replies: 10
- Views: 6018
Re: Warning logged when sending email. 0.5.0 beta 1
I think the delay is while the mail runs is run through the spam checks. Has the time it waits changed from 0.4.12 to 0.5.1b2? Perhaps the update is a coincidence and there's a problem with the SMTP servers. I'll try again tomorrow. Failing that I can always use gmail rather than my ISP servers.
- December 9th, 2009, 3:48 pm
- Forum: Beta Releases
- Topic: Warning logged when sending email. 0.5.0 beta 1
- Replies: 10
- Views: 6018
Re: Warning logged when sending email. 0.5.0 beta 1
I have used telnet to send an email to see the responses from the mail server. C:\telnet smtp.ntlworld.com 25 220 ESMTP server ready HELO test.local 250 aamtaout03-winn.ispmail.ntl.com MAIL FROM: sabnzbd@xxx.co.uk 250 Sender Ok RCPT TO: xxx@xxx.co.uk 250 Recipient Ok DATA 354 Ok Send data ending wit...