SABnzbd using incorrect folder structure?

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
flvinny521
Newbie
Newbie
Posts: 2
Joined: January 28th, 2015, 3:11 pm

SABnzbd using incorrect folder structure?

Post by flvinny521 »

In the "User Folders" config, my default base folder is listed as C:\Users\Username\Documents. As I understand it, this is hard coded by the program. From there, I have chosen to create relative paths to my complete and incomplete folders, which are "..\Downloads\Complete" and "..\Downloads\Incomplete". On my OS (Win 8.1), this should yield the following hierarchy:

Code: Select all

C:
  Users
      Username
         Documents
             Downloads
                 Complete
                 Incomplete
         Downloads
         Favorites
         Links
However, instead of creating a Downloads folder under the Documents folder, this is what SABnzbd is utilizing instead:

Code: Select all

C:
   Users
      Username
         Documents
         Downloads
             Complete
             Incomplete
         Favorites
         Links
It seems that the program is not actually using the noted default base folder, but is instead using C:\Users\Username, and then adding the relative complete and incomplete folders.

This seems to be confirmed in the Categories menu, where the default base folder is listed as C:\Users\Username\Downloads\Complete. Notice that the Documents folder is absent here where it was present in the "User Folders." Is my thinking correct in that the Categories folders should be nested within the Complete folder in the earlier menu? I was informed in IRC that this is not a typo, but it seems like the program is not respecting the base folder that it has indicated.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd using incorrect folder structure?

Post by shypike »

SABnzbd does it wrong, the "incomplete" and "complete" folders should have been in "c:\users\username\Downloads"

Fixing that is relatively easy, but it would break compatibility for existing users who upgrade.
Doing it the right way is on the list for 0.8.0.
(Good moment, because there will be some compatibility breaks anyway.)
flvinny521
Newbie
Newbie
Posts: 2
Joined: January 28th, 2015, 3:11 pm

Re: SABnzbd using incorrect folder structure?

Post by flvinny521 »

Good to know, thanks. It seemed like a simple typo, but I'm a brand new user trying to wrap his head around this, Sonarr and CouchPotato, so I like to make sure I have half a clue about what's going on.
Post Reply