Page 1 of 1

Sabnzbd not placing DL's in category folder..

Posted: February 9th, 2015, 8:22 pm
by killabee44
Hi all,

SAB downloads my files and unpacks them fine, but does not put them inside the category folder. It only puts them in the downloads folder I specified (/media/htpcdata) . I have tried so many different combinations and nothing seems to work. Here is what my categories look like: Image

I have tried setting the folder name to just movies and tv. I have also tried /movies and /tv. None of those have worked.

I am using the autoprocesstv.cfg that came with sickrage and I only changed the port number to match the one in my SAB install.

here is my Sabnzbd.ini:

Code: Select all

__version__ = 19
[misc]
win_menu = 1
queue_complete = ""
https_port = 9090
folder_rename = 1
allow_64bit_tools = 1
local_range = ""
password_file = ""
movie_rename_limit = 100M
ionice = ""
https_key = server.key
cleanup_list = .nzb, .sfv
cache_limit = ""
ignore_unrar_dates = 0
par_option = ""
web_color = white
enable_recursive = 1
pre_check = 0
replace_spaces = 0
web_color2 = white
dirscan_speed = 5
enable_filejoin = 1
create_group_folders = 0
api_key = XXXXXXXXXXXXXXXXXXXXXXXXXX
never_repair = 0
no_penalties = 0
osx_speed = 1
bandwidth_limit = 0
dirscan_dir = /home/htpc1/Downloads
disable_api_key = 0
quota_period = m
email_to = ,
rss_filenames = 0
password = ""
permissions = 777
quota_day = ""
auto_disconnect = 1
use_pickle = 0
https_chain = ""
warn_empty_nzb = 1
history_limit = 50
enable_date_sorting = 0
replace_dots = 1
movie_sort_extra = " CD%1"
quota_size = ""
rss_rate = 20
enable_unzip = 1
download_free = ""
port = 8090
enable_movie_sorting = 1
wait_ext_drive = 5
pre_script = None
ipv6_servers = 1
email_full = 0
log_dir = logs
show_sysload = 2
admin_dir = admin
nzb_backup_dir = ""
tv_sort_countries = 1
date_categories = tv,
ssl_type = v23
sfv_check = 1
date_sort_string = ""
schedlines = ,
host = 0.0.0.0
ignore_samples = 1
sanitize_safe = 0
req_completion_rate = 100.2
enable_tsjoin = 1
auto_browser = 0
fsys_type = 0
pause_on_post_processing = 0
allow_incomplete_nzb = 0
uniconfig = 1
enable_unrar = 1
randomize_server_ip = 0
email_rss = 0
email_account = ""
email_server = ""
allow_streaming = 0
config_lock = 0
quota_resume = 0
api_warnings = 1
wait_for_dfolder = 0
tv_sort_string = %sn/Season %s/%sn - S%0sE%0e - %en.%ext
fail_hopeless = 0
movie_extra_folder = 0
unpack_check = 1
no_ipv6 = 0
download_dir = /media/htpcdata/TempDownload
size_limit = 0
enable_par_cleanup = 1
safe_postproc = 1
cache_dir = cache
complete_dir = /media/htpcdata
replace_illegal = 1
nomedia_marker = ""
max_art_opt = 0
par2_multicore = 0
warned_old_queue = 0
language = en
check_new_rel = 1
enable_https = 0
no_dupes = 0
keep_awake = 1
top_only = 0
quick_check = 1
movie_sort_string = %title (%y)/%title (%y).%ext
email_from = ""
max_art_tries = 3
osx_menu = 1
username = ""
email_endjob = 0
tv_categories = ,
rss_odd_titles = nzbindex.nl/, nzbindex.com/, nzbclub.com/
pause_on_pwrar = 1
login_realm = SABnzbd
send_group = 0
refresh_rate = 0
prio_sort_list = ,
movie_categories = movies,
script_dir = /opt/sickrage/autoProcessTV
email_pwd = ""
empty_postproc = 0
ignore_wrong_unrar = 0
nice = ""
email_dir = ""
https_cert = server.cert
web_dir2 = smpl
web_dir = smpl
web_watchdog = 0
fail_on_crc = 1
nzb_key = XXXXXXXXXXXXXXXXXXXXXXXXXX
auto_sort = 0
ampm = 0
start_paused = 0
overwrite_files = 0
queue_complete_pers = 0
enable_tv_sorting = 0
folder_max_length = 256
[logging]
log_new = 0
max_log_size = 5242880
log_level = 1
log_backups = 5
enable_cherrypy_logging = 0
[growl]
ntfosd_enable = 1
growl_enable = 1
growl_server = ""
notify_classes = startup, download, pp, complete, other
ncenter_enable = 0
growl_password = ""
[nzbmatrix]
username = ""
apikey = ""
del_bookmark = 1
[newzbin]
username = ""
url = www.newzbin2.es
bookmark_rate = 60
bookmarks = 0
password = ""
unbookmark = 1
[nzbxxx]
username = ""
apikey = ""
[servers]
[[XXXXXXXX]]
username = XXXXXXXXX
enable = 1
name = XXXXXXX
fillserver = 0
connections = 20
ssl = 1
host = XXXXXXXX
timeout = 120
password = XXXXXX
optional = 0
port = 563
retention = 0
[categories]
[[*]]
priority = 0
pp = 3
name = *
script = None
newzbin = ""
dir = ""
[[movies]]
priority = -100
pp = 3
name = movies
script = Default
newzbin = movies*
dir = /media/htpcdata/movies
[[tv]]
priority = -100
pp = 3
name = tv
script = sabToSickBeard.py
newzbin = tv*
dir = /media/htpcdata/tv
[rss]
[[Nzbs]]
pp = ""
enable = 1
name = Nzbs
script = ""
uri = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cat = ""
priority = -100
filter0 = "", "", "", A, *, -100, 1
I am using Ubuntu 14.04 and also use Sickrage for tv shows.

I would appreciate anyone's help on this. Thanks.

Re: Sabnzbd not placing DL's in category folder..

Posted: February 10th, 2015, 3:56 pm
by shypike
SABnzbd depends on indexer categories and the mapping that you setup.
First of all, do you see the category appear in the queue with the NZB job?
How does your indexer name its categories (the ones you're interested in)?

Re: Sabnzbd not placing DL's in category folder..

Posted: February 10th, 2015, 5:11 pm
by killabee44
shypike wrote:SABnzbd depends on indexer categories and the mapping that you setup.
First of all, do you see the category appear in the queue with the NZB job?
How does your indexer name its categories (the ones you're interested in)?
Thanks for your reply. No, I do not see category names in the que. Here is a pic:

Image

As far as the indexer, I guess you mean Sickrage? I have it set up to just rename the episodes and hand them off to Sabnzbd. I set up SAB's API inside Sickrage and everything looks good.


Image


Image

Re: Sabnzbd not placing DL's in category folder..

Posted: February 11th, 2015, 3:27 am
by shypike
For some reason TVRage isn't sending categories to SABnzbd.

Re: Sabnzbd not placing DL's in category folder..

Posted: February 11th, 2015, 8:23 pm
by killabee44
Ok, so why are movies not going in the movies category folder either? I can't figure it out no matter what I try.

Re: Sabnzbd not placing DL's in category folder..

Posted: February 12th, 2015, 3:30 am
by shypike
Again, do movie jobs have the "movie" category visible in the queue?