You can also select the Specials option wait_for_dfolder, then SABnzbd will wait at startup untill the drive is mounted.
See explanation though for the caviats! https://sabnzbd.org/wiki/configuration/3.6/special
Search found 4704 matches
- August 14th, 2022, 3:18 am
- Forum: General Help
- Topic: Folder permissions: "is not writable at all. This blocks downloads."
- Replies: 10
- Views: 176
- August 13th, 2022, 3:48 am
- Forum: General Help
- Topic: Folder permissions: "is not writable at all. This blocks downloads."
- Replies: 10
- Views: 176
Re: Folder permissions: "is not writable at all. This blocks downloads."
Ah, so maybe the test is performed before the disk is mounted. If you just restart SABnzbd when the system is already up, do you get this warning?
- August 11th, 2022, 1:26 pm
- Forum: General Help
- Topic: which wmv.001 should be combined?
- Replies: 1
- Views: 43
Re: which wmv.001 should be combined?
It should join those. Could you share the NZB with me at [email protected]?
- August 8th, 2022, 12:20 pm
- Forum: General Help
- Topic: Direct unpack fails
- Replies: 15
- Views: 266
Re: Direct unpack fails
I replied to explain.
- August 6th, 2022, 12:53 pm
- Forum: General Help
- Topic: Direct unpack fails
- Replies: 15
- Views: 266
Re: Direct unpack fails
Aaah, now I see. The problem is your unrar version, you should update to 6.10 stable. So not the beta.
They fixed a problem in there where it would continue unpacking even though we didn't tell it to, so it's unpacking archives that sabnzbd hasn't finished yet.
They fixed a problem in there where it would continue unpacking even though we didn't tell it to, so it's unpacking archives that sabnzbd hasn't finished yet.
- August 6th, 2022, 10:41 am
- Forum: General Help
- Topic: Direct unpack fails
- Replies: 15
- Views: 266
Re: Direct unpack fails
The unrar output of course, you clipped it after the first line but that's the one that will tell us what's wrong.
- August 6th, 2022, 3:37 am
- Forum: General Help
- Topic: Direct unpack fails
- Replies: 15
- Views: 266
Re: Direct unpack fails
There's not more lines?
- August 5th, 2022, 1:56 pm
- Forum: Bug Reports
- Topic: Sabnzbd deletes .gz files
- Replies: 8
- Views: 344
Re: Sabnzbd deletes .gz files
Exactly!
Because every time we need to check all the files in the Watched folder to see if they are new and potential NZB files. So it's also bad for performance to set it to some general folder that you have other stuff in.
Because every time we need to check all the files in the Watched folder to see if they are new and potential NZB files. So it's also bad for performance to set it to some general folder that you have other stuff in.
- August 5th, 2022, 1:54 pm
- Forum: General Help
- Topic: Sort queue according to file size when nzb is added (The 2nd)
- Replies: 13
- Views: 128
- August 5th, 2022, 1:08 pm
- Forum: General Help
- Topic: Sort queue according to file size when nzb is added (The 2nd)
- Replies: 13
- Views: 128
Re: Sort queue according to file size when nzb is added (The 2nd)
Try just this one (special for Synology):
#!/usr/bin/python3
#!/usr/bin/python3
- August 5th, 2022, 11:37 am
- Forum: General Help
- Topic: Sort queue according to file size when nzb is added (The 2nd)
- Replies: 13
- Views: 128
Re: Sort queue according to file size when nzb is added (The 2nd)
Ah. Then enable Debug logging in the Status window and then after it happens again click Show Logging, it will show exactly how it processed the script and categories prio etc
- August 4th, 2022, 12:52 pm
- Forum: General Help
- Topic: "Failed making"
- Replies: 2
- Views: 60
Re: "Failed making"
This error is thrown by Python when it fails to make the temporary folders needed.
- August 4th, 2022, 12:51 pm
- Forum: Bug Reports
- Topic: Sabnzbd deletes .gz files
- Replies: 8
- Views: 344
Re: Sabnzbd deletes .gz files
Yes, if it's in the Watched folder that's what it will do.
- August 4th, 2022, 12:50 pm
- Forum: General Help
- Topic: Folder permissions: "is not writable at all. This blocks downloads."
- Replies: 10
- Views: 176
Re: Folder permissions: "is not writable at all. This blocks downloads."
The check we perform here is sinple: are we allowed to create a directory. It fails due to a Permission Denied error, but that's for you to solve..
Have you checked the parent folder permissions? Have you check the user and group that are running SABnzbd?
Have you checked the parent folder permissions? Have you check the user and group that are running SABnzbd?
- August 4th, 2022, 12:49 pm
- Forum: General Help
- Topic: Sort queue according to file size when nzb is added (The 2nd)
- Replies: 13
- Views: 128
Re: Sort queue according to file size when nzb is added (The 2nd)
Could you paste the full script in the special code blocks?