Search found 26 matches

by 88keyz
January 24th, 2016, 12:29 pm
Forum: Beta Releases
Topic: Beta5 RSS Config Error
Replies: 3
Views: 2410

Re: Beta5 RSS Config Error

Found the error. It seems that Beta5 doesn't like local hostnames but works fine with a FQDN.

Produces Error:
http://localhost/rss?t=5000&dl=1&i=1&r= ... ea86baecdd

Works Fine:
http://sample.com/rss?t=5000&dl=1&i=1&r ... ea86baecdd
by 88keyz
January 24th, 2016, 9:29 am
Forum: Beta Releases
Topic: Beta5 RSS Config Error
Replies: 3
Views: 2410

Beta5 RSS Config Error

I get the following error when click the RSS config link (ie. http://localhost:8080/sabnzbd/config/rss/). Running on Ubuntu Server LTS 14.04. Get the same thing from both JCFP's package and git source. 500 Internal Server Error The server encountered an unexpected condition which prevented it from f...
by 88keyz
January 10th, 2016, 10:02 am
Forum: Beta Releases
Topic: Alpha3 Favicon Needs Work
Replies: 14
Views: 11899

Re: Alpha3 Favicon Needs Work

You're correct, Chrome doesn't seem to have the favicon issue. I checked Chrome 47.0.2526.106, Firefox 43.0.4, Pale Moon 28.5.1 and Internet Explorer 11 on Windows 10 and all of them except Chrome have the blurry icon. And yes, removing the line '<link rel="icon" sizes="192x192" ...
by 88keyz
January 9th, 2016, 11:07 am
Forum: Beta Releases
Topic: Alpha3 Favicon Needs Work
Replies: 14
Views: 11899

Beta4 Favicon Also Needs Work

Seems like this problem is back in Beta4. Blurry icon is the same in IE, Firefox and Chrome. The offending code this time is the following... <meta name="apple-mobile-web-app-title" content="SABnzbd" /> <link rel="apple-touch-icon" sizes="76x76" href="./s...
by 88keyz
October 8th, 2015, 5:22 pm
Forum: Beta Releases
Topic: [Beta] Ignore Samples Setting
Replies: 1
Views: 1347

[Beta] Ignore Samples Setting

Is there any chance of getting the "Do not download" setting for Ignore Samples under Config/Switches back? Liked this setting in 0.7.x but in 0.8.x we only have "Off" and "Delete after download".
by 88keyz
September 18th, 2015, 10:16 am
Forum: Beta Releases
Topic: Alpha3 daemon Ubuntu 14.04 (Start at boot)
Replies: 3
Views: 2888

Re: Alpha3 daemon Ubuntu 14.04 (Start at boot)

You can run at startup via crontab.

Code: Select all

sudo crontab -e
Then add the following to the bottom of the file, save changes and exit.

Code: Select all

@reboot python /path/to/SABnzbd.py -d -f /path/to/sabnzbd.ini &
Restart your system to test.

;D
by 88keyz
July 5th, 2015, 10:32 am
Forum: Beta Releases
Topic: Alpha3 Favicon Needs Work
Replies: 14
Views: 11899

Re: Alpha3 Favicon Needs Work

That was quick detective work. Fix works perfect. I also noticed that you need to remove those lines from /interfaces/Config/templates/_inc_header_uc.tmpl as well or you still get the messed up icon on the Config menu. Thanks for the tip.
by 88keyz
July 4th, 2015, 10:52 am
Forum: Beta Releases
Topic: Alpha3 Favicon Needs Work
Replies: 14
Views: 11899

Alpha3 Favicon Needs Work

The favicon is looking pretty messed up starting with Alpha3.

Image

Something to look at for the next release.
by 88keyz
June 13th, 2015, 8:33 am
Forum: Debian/Ubuntu Package
Topic: SABnzbd 0.8.0Alpha2 via PPA
Replies: 2
Views: 1915

SABnzbd 0.8.0Alpha2 via PPA

Now that SABnzbd 0.8.0Aplha2 has been released as a public download via SourceForge how long can we expect before it gets added to the PPA?
by 88keyz
December 15th, 2012, 12:52 pm
Forum: Third-party Addons
Topic: newznab - open source usenet indexer
Replies: 142
Views: 370947

Re: newznab - open source usenet indexer and all round nzbs.

With the free version you have to write your own regexs, if you donate you get access to the community developed regexs. Much easier to donate.
by 88keyz
December 14th, 2012, 9:40 am
Forum: Third-party Addons
Topic: newznab - open source usenet indexer
Replies: 142
Views: 370947

Re: newznab - open source usenet indexer and all round nzbs.

I'm running newznab+ on Ubuntu Server 12.04 and it has been running well for the last few days. Getting lots of releases, perhaps too many, and there in lies my issue. I am polling headers only for specific categories and I have been manually removing the releases from the other categories every day...