Safihre
c9fbadd097
Improve progressbar on new Firefox
8 years ago
Safihre
f4568ad7dd
Do not warn about disk-errors when job is deleted/done
Only happens in really fast situations with many server connections for small downloads completed within 1 or 2 seconds.
8 years ago
Safihre
74a395f584
Increase wait-time in URLGrabber and stop after 10 tries
Closes #1069
8 years ago
Safihre
dd703ace7f
Fully parse output of Pre-Q script correctly
PP/Priority are different, since 0 is also a valid value for these settings.
8 years ago
Safihre
ddc8396260
Empty values in Pre-Q script should not just be ignored
8 years ago
Safihre
e6724e347c
Do not 'fix' sending of priority and pp-setting, removes the 0 setting
Priority Normal and PP-setting Download have a value of 0, so they were not send to the pre-Q script.
8 years ago
Safihre
7fa0508ae8
Show tooltip to explain 'Show Logging' anonymized the data
8 years ago
Safihre
06c6f7d38e
Auto-history-purge on start-up
Closes #1065
8 years ago
Safihre
59ef400fec
Log history-status of failure during repair
For easier debugging
8 years ago
Safihre
0acdf15755
Always show user-entered password in History-info
People like to have this info, some users want to only unpack later etc.
8 years ago
SABnzbd Automation
40128f59dd
Automatic translation update
8 years ago
Safihre
286914f253
Correctly report when repair is performed, but fails
Strange, but it can happen. There has been an uptick in this kind of failing downloads. Seems to be a problem with the original par2-files, but not sure yet what it is.
https://forums.sabnzbd.org/viewtopic.php?f=2&t=23048&p=114059
8 years ago
Fish2
f9bd58bb74
lossless compression of images
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