SABnzbd using incorrect folder structure?
Posted: January 28th, 2015, 11:02 pm
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:
However, instead of creating a Downloads folder under the Documents folder, this is what SABnzbd is utilizing instead:
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.
Code: Select all
C:
Users
Username
Documents
Downloads
Complete
Incomplete
Downloads
Favorites
Links
Code: Select all
C:
Users
Username
Documents
Downloads
Complete
Incomplete
Favorites
Links
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.