Sabnzbd not placing DL's in category folder..

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
killabee44
Newbie
Newbie
Posts: 5
Joined: June 12th, 2011, 4:30 pm

Sabnzbd not placing DL's in category folder..

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

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

Post 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)?
killabee44
Newbie
Newbie
Posts: 5
Joined: June 12th, 2011, 4:30 pm

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

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

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

Post by shypike »

For some reason TVRage isn't sending categories to SABnzbd.
killabee44
Newbie
Newbie
Posts: 5
Joined: June 12th, 2011, 4:30 pm

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

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

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

Post by shypike »

Again, do movie jobs have the "movie" category visible in the queue?
Post Reply