Safihre
15c2a7e9ef
Py3: Update PyBonjour and PyStone
8 years ago
Safihre
c6054e622c
Py3: First 2to3 conversion
8 years ago
Safihre
960494cfa6
Py3: Rely on external packages during Python 3 transition
Use: "python3 -m pip install --upgrade -r requirements.txt"
8 years ago
Safihre
30cfb9c6fc
Prevent potential pause/unpause loop after tray click
8 years ago
Safihre
f1695ec875
Set Windows tray double click timeout to user double-click timeout
8 years ago
Safihre
a3db910a4d
Update text files for 2.3.1 Final
8 years ago
Safihre
80a29c50c9
In the binaries (macOS/Windows) getmodule does not work
Because the files are compiled, they loose this info it seems.
8 years ago
SABnzbd Automation
d693e20e1a
Automatic translation update
8 years ago
SABnzbd Automation
1a36f548df
Automatic translation update
8 years ago
Safihre
a6f6d88ab9
Move get_from_url to sabnzbd.misc
8 years ago
Safihre
aa7fb17b4e
Reduce standard timeout of new servers to 60 seconds
In line with other usenet software.
8 years ago
Safihre
a99d333272
Fix racing-condition for files coming in after post-proc is started
Files could still come in after post-proc is already started. Post-proc could even have already deleted the job folder, resulting in Assembler errors for these new files. So when post-proc is active, it is safe to ignore write-errors.
Linked topic: https://forums.sabnzbd.org/viewtopic.php?f=3&t=23049
8 years ago
Safihre
801aadecfc
Add logging to stop_idle_jobs
8 years ago
Safihre
124e2b253c
Do not crash when unrar gets stopped or killed in Direct Unpacker
8 years ago
Safihre
39cceed580
NZF completed is a property method, not an attribute
8 years ago
Safihre
bfcf56ec45
Log traceback on assembler disk error
8 years ago
Safihre
01603b24f5
Do not log decoding of articles by default to reduce logging density
The Debug logs were getting way too confusing with all the "Decoding X" in there, when 99% of the time it is of no importance.
8 years ago
Safihre
d93d2591b7
Do not pause after sending notifications
8 years ago
Safihre
c17fcec499
Correctly handle single and double clicks on Windows tray-icon
On Windows, double click is actually 1 single click followed by a double-click event, no way to differentiate that first click-event of a double-click from an actual just single-click. So we need a timed callback to cancel when we do get the double-click event. Luckily the win32api provides this function.
8 years ago
Safihre
6804ac20da
Remove unused is_utf8 function
8 years ago
Safihre
4ed7ac3dea
Do not crash when directory creation fails in Direct Unpack
8 years ago
Safihre
eae8056366
Remove old par2cmdline/par2tbb options for MultiPar
8 years ago
Safihre
df4680b6d0
Simply function-caller detection for performance
Much much faster.
#1059
8 years ago
Safihre
b8f5861044
Add new translatable text
8 years ago
Safihre
8e01ceca7a
Show current output of running script in History
For long-running scripts.
8 years ago
Safihre
0e1cdec78f
Log actual filename and ID of new files
8 years ago
Safihre
13e5e93953
Tweak display of Direct Unpack and Fetching jobs
8 years ago
Safihre
02d08f38eb
Correct handeling of jobs fetching extra blocks
Always need to set status to Fetching when getting more blocks and not show the priority selector in Glitter to prevent it from updating the priority.
@OneCDOnly
8 years ago
Safihre
770951bfe6
Update text files for 2.3.1RC2
8 years ago
Safihre
022898bf63
ENV fields of 0 should be listed as 0 and not empty
So first convert to string, then de-unicode.
8 years ago
Safihre
4fd2d8505b
Reset last_volume_linebuf for multi-sets in Direct Unpacker
And log in case of duplicate lines in Unrar output
8 years ago
Safihre
cc72bb743a
Use C for [C]ontinue in Direct Unpack
8 years ago
Safihre
d7869fc3a1
Make Direct Unpack icon always visible
Add also the info to the hover, to somehow still explain the icon. Having this info always visible is more important than being able to hover over it directly.
Closes #1013
8 years ago
Sander Jo
4fbf870028
Example Post-Processing Script, written in Python.
8 years ago
Safihre
306558b52f
Tracing of function caller only on Debug level logging
And add caller-name to NzbQueue-remove
8 years ago
Safihre
db19875f5d
Add caller name to more logging
8 years ago
Safihre
f8061dc9c8
Log caller of history delete and pickle loading/saving
#1054
8 years ago
Safihre
c73591eb20
Allow up to 4GB Article Cache on 64bit systems
8 years ago
Safihre
ec132374a6
Resolve locking situation by only using 1 lock
8 years ago
Safihre
262964c6c2
Add path to gzipped NZB to script environment variables
8 years ago
OneCDOnly
cdaad3ed90
Correct spelling of 'separate' in a few contexts
8 years ago
SABnzbd Automation
84f54f5c57
Automatic translation update
8 years ago
Safihre
00436dfb2c
Update text files for 2.3.1RC1
8 years ago
Safihre
c3ce87bd10
TRANS/UNTRANS fails when input is None
8 years ago
Safihre
c3a48a61b6
Correctly fix deadlock of NZBQUEUE_LOCK and DOWNLOADER_CV
8 years ago
Safihre
0c03476d76
Always send failure_url, like we say in the documentation
8 years ago
Safihre
6148cd5445
NZBQUEUE_LOCK in DirScanner causes lock-up when changing prio during add
8 years ago
Safihre
7f72e2042c
Add 'Accept' to 'From Show SxxEyy'
8 years ago
Safihre
638b29819c
'From Show SxxEyy' is an Accept filter
Oops.........
8 years ago
Safihre
b950820099
Testing notification email and limiting to certain categories was broken
8 years ago