Sander

Results 162 comments of Sander

And then? Should user upload that article to the server that doesn't have the article? I'm confused > If enabled, and the server does have an article, but another server...

Why store the article at all? If it's clear the article is not on Server A, but is on Server B, the user's post processing script could get it from...

And do we statistics how useful this would be? The below (article name a bit altered) would not be a solution: missing all servers. I must confess I have eweka...

``` cat sabnzbd.log* | grep Article | grep -i unavailable | awk '{ print $4 }' | sort -u > articles_unavailable_on_all_servers.txt cat sabnzbd.log* | grep Article | grep -i missing...

> But to re-upload it to the sever which has it missing, it would require downloading each article twice. Yes. Not a problem if 5% is missing, but indeed a...

> using ZeroMQ to publish > I have never used zmq before, I've only skimmed the documentation so I don't know if the implementation is correct, but I think PUB/SUB...

Thanks for reporting. We'll need logic in SABnzbd to distinguish beween Windows 64-bit on X86_64 and Windows 64-bit on ARM64 / aarch64. Not too difficult. We need to be sure...

Correct assignment of exe's should happen here: https://github.com/sabnzbd/sabnzbd/blob/develop/sabnzbd/newsunpack.py#L118-L130 Maybe introduce WIN64_x86 WIN64_ARM64 or just ``` if WIN64 and not ARM64 => use the x86_64 exe's if WIN64 and ARM64 =>...

@thezoggy as you have the hardware, maybe best if you create & send the PR for arm64 par2? And later on ... unrar and 7za. EDIT: If you don't want...

I've got a Windows on ARM now! So I'm able the run the 7za for Windows-on-ARM from https://7-zip.org/a/7z2407-extra.7z . And it nicely tells it's arm64: ``` C:\Users\super\Downloads\bla-7z\arm64>7za.exe 7-Zip (a) 24.07...