Browse Source

Point Special-Help to a new Wiki page instance.

tags/0.8.0Alpha1
shypike 10 years ago
parent
commit
b95aa735ac
  1. 10
      ISSUES.txt
  2. 2
      interfaces/Config/templates/config_special.tmpl
  3. 2
      interfaces/Plush/templates/config_special.tmpl

10
ISSUES.txt

@ -27,19 +27,19 @@
For Windows the default is 128 and for others 256.
A quite safe value for Windows would be 64.
SABnzbd will take care of overlapping names.
See: http://wiki.sabnzbd.org/configure-special-0-7
See: http://wiki.sabnzbd.org/configure-special-0-8
- Some Usenet servers have intermittent login (or other) problems.
For these the server blocking method is not very favourable.
There is an INI-only option that will limit blocks to 1 minute.
no_penalties = 1
See: http://wiki.sabnzbd.org/configure-special-0-7
See: http://wiki.sabnzbd.org/configure-special-0-8
- Some third-party utilties try to probe SABnzbd API in such a way that you will
often see warnings about unauthenticated access.
If you are sure these probes are harmless, you can suppress the warnings by
setting the option "api_warnings" to 0.
See: http://wiki.sabnzbd.org/configure-special-0-7
See: http://wiki.sabnzbd.org/configure-special-0-8
- On OSX you may encounter downloaded files with foreign characters.
The par2 repair may fail when the files were created on a Windows system.
@ -50,7 +50,7 @@
You will see this only when downloaded files contain accented characters.
You need to fix it yourself by running the convmv utility (availaible for most Linux platforms).
Possible the file system override setting 'fsys_type' might be solve things:
See: http://wiki.sabnzbd.org/configure-special-0-7
See: http://wiki.sabnzbd.org/configure-special-0-8
- The "Watched Folder" sometimes fails to delete the NZB files it has
processed. This happens when other software still accesses these files.
@ -90,4 +90,4 @@
- Squeeze Linux
There is a "special" option that will allow you to select an alternative library.
use_pickle = 1
See: http://wiki.sabnzbd.org/configure-special-0-7
See: http://wiki.sabnzbd.org/configure-special-0-8

2
interfaces/Config/templates/config_special.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Special"#-->
<!--#set global $help_uri="configure+special-0-7"#-->
<!--#set global $help_uri="configure+special-0-8"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Plush/templates/config_special.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Specials"#-->
<!--#set global $help_uri="Configure+Special-0-7"#-->
<!--#set global $help_uri="Configure+Special-0-8"#-->
<!--#include $webdir + "/_inc_header.tmpl"#-->
<form action="saveSpecial" method="post" name="fullform" id="fullform">

Loading…
Cancel
Save