TRaSH-Guides / Guides

Here you will find Guides mainly for the Starr Apps (Sonarr/Radarr) and everything related to it.
https://trash-guides.info/
MIT License
1.88k stars 229 forks source link

[Bug] SABnzbd - Paths and Categories - nested incomplete #1106

Closed thezoggy closed 1 year ago

thezoggy commented 1 year ago

Which Guide SABnzbd - Paths and Categories

Describe the Error in the Guide It shows the incomplete folder being nested inside of the completed folder. /data/usenet/incomplete-downloads vs /data/usenet

Expected behavior The incomplete folder should be adjacent to prevent issues if a script/app is processing the completed folder recursively.

Screenshots For the context of that page it may just be easier to blur out incomplete folder since the context is showing the whole completed folder + category concept.

TRaSH- commented 1 year ago

Thnx will try to blur it this evening

TRaSH- commented 1 year ago

Expected behavior The incomplete folder should be adjacent to prevent issues if a script/app is processing the completed folder recursively.

When running the wizard it actually does the same what i'm doing

So what's the difference between what the wizard does image

vs what i suggest in the guide ? image

thezoggy commented 1 year ago

one is not nested while one is. so if something was to process your example "/data/.usenet" recursively, it would see the "/data/.usenet/incomplete" stuff as its nested within it. its recommended to have incomplete and complete adjacent of each other.

TRaSH- commented 1 year ago

/downloads/incomplete /downloads/complete

/data/usenet/incomplete /data/usenet/category-name

So the issue would only be if you don't use categories ?

thezoggy commented 1 year ago

Yes

As I noted on discord, it's not a huge deal because the content of that page is showing the whole let's do categories to segment stuff. If they follow the whole page then it's fine, it's just of course people doing half way or doing dumb things where there ends up being collisions.

TRaSH- commented 1 year ago

i will create a new screenshot, and change the instructions, to cover is correctly