I've found two problems with my install of SABnzbd+ on Gentoo.
1) It doesn't appear to be downloading the extra par2's when it finds issue with a file. I've had two failed downloads recently that failed verification but when I download the par2's manually and repair they unpack just fine.
2) Even when a download is completing successfully it's not unraring the files.
Both of these used to work on a 4.x version (before my HDD died, this is all a fresh install)
What have I broken?
Below is my config file
Code: Select all
__version__ = 18
[misc]
host = 192.168.0.2
port = 8080
enable_https = 0
https_port = 9090
https_key = server.key
log_dir = /var/log/sabnzbd
cache_dir = /var/lib/sabnzbd/data/cache
dirscan_dir = /var/lib/sabnzbd/data/dirscan
download_dir = /var/lib/sabnzbd/data/incomplete
complete_dir = /var/lib/sabnzbd/data/complete
nzb_backup_dir = /var/lib/sabnzbd/data/download
script_dir = /var/lib/sabnzbd/data/scripts
admin_dir = /var/lib/sabnzbd/data/admin
web_dir = Plush
web_dir2 = ""
email_dir = ""
api_key = 8c1f0fbb96e3f9139b1fedea1f816a04
folder_rename = 1
rss_rate = 60
cleanup_list = ,
cache_limit = ""
par_option = ""
web_color = ""
web_color2 = ""
replace_spaces = 0
dirscan_speed = 5
enable_filejoin = 1
create_group_folders = 0
no_penalties = 0
bandwidth_limit = 0
disable_api_key = 0
email_to = ""
password = ""
permissions = 775
auto_disconnect = 1
movie_extra_folder = 0
enable_date_sorting = 0
replace_dots = 0
movie_sort_extra = -cd%1
ionice = 10
enable_unzip = 1
download_free = ""
email_full = 0
tv_sort_countries = 1
date_categories = tv,
ssl_type = v23
date_sort_string = ""
schedlines = "1 0 * resume ", "0 11 * pause_all "
ignore_samples = 2
language = us-en
auto_browser = 0
pause_on_post_processing = 0
enable_unrar = 1
email_account = ""
email_server = ""
config_lock = 0
tv_sort_string = ""
dirscan_priority = 0
username = ""
enable_par_cleanup = 1
safe_postproc = 1
replace_illegal = 1
par2_multicore = 1
warned_old_queue = 0
enable_tsjoin = 1
check_new_rel = 1
no_dupes = 0
top_only = 1
quick_check = 1
movie_sort_string = ""
email_from = ""
dirscan_script = None
email_endjob = 0
unpack_check = 1
send_group = 0
refresh_rate = 0
movie_categories = movies,
email_pwd = ""
ignore_wrong_unrar = 0
nice = 10
enable_movie_sorting = 0
https_cert = server.cert
fail_on_crc = 0
auto_sort = 0
dirscan_opts = 3
enable_tv_sorting = 0
folder_max_length = 256
[logging]
max_log_size = 5242880
log_level = 1
log_backups = 5
enable_cherrypy_logging = 0
[newzbin]
username = ""
bookmark_rate = 60
bookmarks = 0
password = ""
unbookmark = 1
[nzbmatrix]
username = ""
apikey = ""
[categories]
[[misc]]
priority = -100
pp = ""
name = misc
script = Default
newzbin = Misc
dir = Misc
[[tv]]
priority = -100
pp = ""
name = tv
script = Default
newzbin = TV
dir = TV
[[unknown]]
priority = -100
pp = ""
name = unknown
script = Default
newzbin = Unknown
dir = Unknown
[[resources]]
priority = -100
pp = ""
name = resources
script = Default
newzbin = Resources
dir = Resources
[[apps]]
priority = -100
pp = ""
name = apps
script = Default
newzbin = Apps
dir = Apps
[[movies]]
priority = -100
pp = ""
name = movies
script = Default
newzbin = Movies
dir = Movies
[[consoles]]
priority = -100
pp = ""
name = consoles
script = Default
newzbin = Consoles
dir = Consoles
[[books]]
priority = -100
pp = ""
name = books
script = Default
newzbin = Books
dir = Books
[[games]]
priority = -100
pp = ""
name = games
script = Default
newzbin = Games
dir = Games
[[anime]]
priority = -100
pp = ""
name = anime
script = Default
newzbin = Anime
dir = Anime
[[music]]
priority = -100
pp = ""
name = music
script = Default
newzbin = Music
dir = Music
[[pda]]
priority = -100
pp = ""
name = pda
script = Default
newzbin = PDA
dir = PDA
[[emulation]]
priority = -100
pp = ""
name = emulation
script = Default
newzbin = Emulation
dir = Emulation
[servers]
Code: Select all
servah / $ unrar
UNRAR 3.80 freeware Copyright (c) 1993-2008 Alexander Roshal
Code: Select all
servah / $ par2verify
You must specify a Recovery file.
par2cmdline version 0.4, Copyright (C) 2003 Peter Brian Clements.
Code: Select all
servah / $ par2repair
You must specify a Recovery file.
par2cmdline version 0.4, Copyright (C) 2003 Peter Brian Clements.