Safihre
94de00b14c
Automatically release latest snap when building a tag
2022-01-08 10:41:45 +01:00
Safihre
4d237c4328
Add unit tests for format_time_left
2022-01-08 09:49:44 +01:00
SABnzbd Automation
b7f721e869
Update translatable texts
2022-01-08 08:46:01 +00:00
Safihre
49ba555fc0
Revert "Change timeleft format from 0:00:00 to 0:00"
...
Reverts 1d3a922a7b
2022-01-08 09:45:20 +01:00
SABnzbd Automation
cd1b25ec2b
Update translatable texts
2022-01-07 08:30:46 +00:00
Safihre
109725fafe
Update text files for 3.5.0RC1
2022-01-07 09:29:57 +01:00
Safihre
9c7b61070b
Update copyright year to 2022
2022-01-07 09:29:32 +01:00
SABnzbd Automation
8b5a1fef51
Update translatable texts
2022-01-06 21:11:39 +00:00
Safihre
72f8dd5b3a
Show an estimated time-left indicator for par2-repair and unrar
2022-01-06 22:10:55 +01:00
Safihre
1d3a922a7b
Change timeleft format from 0:00:00 to 0:00
2022-01-06 22:10:55 +01:00
Safihre
ab2b145556
Literal is not supported on Python 3.7
2022-01-06 13:42:52 +01:00
SABnzbd Automation
8960ff5a4d
Update translatable texts
2022-01-06 12:10:55 +00:00
Safihre
06b41b1b5a
Create directories before moving to new path
2022-01-06 12:53:39 +01:00
Safihre
4277ac65a4
Add ".ssa" as common extension
2022-01-06 12:53:39 +01:00
Safihre
6ed815f1ac
Refactor 7zip handling similar to unrar and skip extra join step
2022-01-06 12:53:39 +01:00
Sander
4ebfa6a3d0
more known extensions ( #2016 )
...
* more known extensions, based on mime-type extensions
* put NZB detection first
2022-01-06 12:08:08 +01:00
Safihre
529f75467b
Multipar does repair broken parts of joinables
2022-01-05 13:43:03 +01:00
Safihre
062895c7ca
Catch ValueError for publicipv4 lookup
...
Closes #2008
2022-01-04 15:13:34 +01:00
SABnzbd Automation
7b174ac498
Update translatable texts
2022-01-04 13:52:51 +00:00
Safihre
beb8f627ee
Add unit tests for par2 filejoin
2022-01-04 14:40:44 +01:00
Safihre
1badbaa182
Refactor of postproc and newsunpack functions
2022-01-04 10:47:07 +01:00
Safihre
75f2930f53
Refactor of newsunpacking functions
2022-01-04 10:16:21 +01:00
Safihre
60b746e4dd
Refactor par2cmdline processing
2022-01-04 10:16:21 +01:00
Safihre
dbef9af0df
Add unit tests for Multipar and par2cmdline processing
2022-01-04 10:16:21 +01:00
SABnzbd Automation
2a5cdf49ad
Update translatable texts
2022-01-03 09:44:33 +00:00
Safihre
0bb5432223
Do not apply permissions if not requested by the user, but remove xbits ( #2004 )
...
* Do not apply permissions if not requested by the user, but remove xbits
* Verify umask and user-permissions and warn for potential access problems
* Correctly name umask/permissions options
* Apply permissions only on download_dir creation
* Refactor some permissions related actions
* Block setting permissions=0 and only stat when no custom_permissions
2022-01-03 10:43:57 +01:00
SABnzbd Automation
f565a50e90
Update translatable texts
2022-01-01 15:04:17 +00:00
Safihre
0a840228b2
No longer throw warnings/errors during unpacking, only set job status
2022-01-01 16:03:11 +01:00
SABnzbd Automation
37c1964991
Update translatable texts
2022-01-01 14:48:07 +00:00
Sander
f3cd5b06fa
7z password detection relocation ( #2009 )
...
* coding style for 7z unpacking
* coding style: better order
* make black happy
* make black happy
* make black happy
* make black happy
* make black happy
* make black happy
* use two standard message so no translations needed
* use two standard message so no translations needed
* setname_from_path(sevenset)
* setname_from_path(sevenset)
* anything ret > 0 is one case
2022-01-01 15:47:33 +01:00
Sander
c735ad5110
to avoid exception when no 7z/7za was found/defined ( #2013 )
...
Co-authored-by: SanderJo <sand.e.rjonkers+github@gmail.com >
2022-01-01 10:16:18 +01:00
Graham Morrison
51b27cb002
snap: 7z env and path fix for outdated deb ( #2011 )
2021-12-31 14:44:12 +01:00
Safihre
0406f1df01
In multi-set fail_msg should only be set for full fail
2021-12-30 14:54:12 +01:00
Safihre
a72401a529
On Retry the number of downloaded bytes could exceed the total bytes
2021-12-30 09:40:40 +01:00
Safihre
406c4d20cf
When Retrying a job, finished par2's were still counted as available
2021-12-27 21:54:43 +01:00
SABnzbd Automation
49ef9ae85d
Update translatable texts
2021-12-27 14:00:41 +00:00
Safihre
d65eacea41
Correctly parse helpful_warning in extract_pot
2021-12-27 14:59:50 +01:00
SABnzbd Automation
347904297e
Update translatable texts
2021-12-27 10:26:41 +00:00
Safihre
404aeb026d
Correctly name the helpful_warning function and option
...
Yes, this will break current users of the old name. Too bad.
2021-12-27 11:25:52 +01:00
Safihre
29df51a4b0
Standardize 7zip version detection
2021-12-27 11:17:55 +01:00
Sander
397cde2be2
bugfix with 7z if ionice is set: command must be a list ( #2007 )
2021-12-26 22:13:20 +01:00
Sander
a848283d59
Detect another obfuscation pattern ( #2005 )
...
* this is obfuscated now: "[BlaBla] something [More] something 5937bc5e32146e.bef89a622e4a23f07b0d3757ad5e8a.a02b264e [Brrr]"
* this is obfuscated now: "[BlaBla] something [More] something 5937bc5e32146e.bef89a622e4a23f07b0d3757ad5e8a.a02b264e [Brrr]"
2021-12-26 17:38:24 +01:00
SABnzbd Automation
80b4582e81
Update translatable texts
2021-12-25 20:08:19 +00:00
Sander
9d5c7d3317
if too little disk space reported by 7z unzipping, report so in GUI ( #2000 )
...
* if too little disk space reported by 7z unzipping, report so in GUI
* comment about 7z version needed
* find and print 7z version at startup
* feedback from safihre
* change to existing wording, so no translations needed
* change to existing wording, so no translations needed
* even better wording: re-use existing error message
2021-12-25 21:07:47 +01:00
SABnzbd Automation
b860741ab8
Update translatable texts
2021-12-23 12:50:31 +00:00
Safihre
792825bdaa
Update text files for 3.5.0 Beta 3
3.5.0Beta3
2021-12-23 13:48:19 +01:00
Graham Morrison
ad2371dc9a
snap build fix for snap/snapcraft.yaml ( #1998 )
...
* updated snapcraft.yaml.
* snap: updated target builds
2021-12-17 07:45:44 +01:00
Safihre
dfb771a51e
Add basic tests of nzbparser
2021-12-16 12:49:16 +01:00
SABnzbd Automation
14a0dbbd5c
Update translatable texts
2021-12-16 09:59:55 +00:00
Safihre
bb1c63cc92
Unrar logging of Direct Unpack was not log if it was aborted
2021-12-16 10:58:55 +01:00