Search found 14 matches

by SLR
November 5th, 2019, 6:52 pm
Forum: General Help
Topic: (Question) Where are incomplete non-archived video files?
Replies: 5
Views: 1558

Re: (Question) Where are incomplete non-archived video files?

Appreciate the answer. I'm writing a script that makes use of DirectUnpack, but I don't understand why DirectUnpack sometimes stops despite mbmissing still being 0.00. Why might this be?
by SLR
November 4th, 2019, 10:02 am
Forum: General Help
Topic: (Question) Where are incomplete non-archived video files?
Replies: 5
Views: 1558

Re: (Question) Where are incomplete non-archived video files?

I mean loose video files uploaded without being archived. The upload format is most commonly multi-part archives, but when I select the folder next to the job that hints "Edit NZB Details - Password", it sometimes shows there are no archives, just a singular video file. When a download is ...
by SLR
November 3rd, 2019, 6:53 pm
Forum: General Help
Topic: (Question) Where are incomplete non-archived video files?
Replies: 5
Views: 1558

(Question) Where are incomplete non-archived video files?

I see files such as archives, nfos and images, but not loose video files in the incomplete folder. Are they accessible during download, and if so, where are they?

Many thanks.
by SLR
March 8th, 2019, 11:12 am
Forum: Feature Requests
Topic: Auto-fail jobs that need repairing
Replies: 9
Views: 6318

Re: Auto-fail jobs that need repairing

It seems recovery blocks are created in various numbers / sizes, if a recovery block is 1/20 of a file, couldn't data 1/20 of the file size be matched with the recovery block? Then par2-provided redundancy is sequential by recovery blocks? In this case, if the recovery block size is too big, there w...
by SLR
March 7th, 2019, 2:11 pm
Forum: Feature Requests
Topic: Auto-fail jobs that need repairing
Replies: 9
Views: 6318

Re: Auto-fail jobs that need repairing

Does DirectUnpack pause until the repair scan at the end? If it's possible (but probably tricky) you could track and repair during download, the direct-unpacking could resume and the file could continue playing. A duration needs to be set where the job fails if repairs are required (bigger duration ...
by SLR
March 4th, 2019, 9:32 am
Forum: Feature Requests
Topic: Auto-fail jobs that need repairing
Replies: 9
Views: 6318

Re: Auto-fail jobs that need repairing

After revising the idea, I think the parameters should be based around these principles: To save job time, it's reliant on how much repair needs to be done. To play during DirectUnpack, it's reliant on repairs not being allowed within a duration after starting. Though occasionally repairs may occur ...
by SLR
March 1st, 2019, 11:25 am
Forum: Feature Requests
Topic: Auto-fail jobs that need repairing
Replies: 9
Views: 6318

Re: Auto-fail jobs that need repairing

You can't know for certain whether a job will need repairing until after all the data has been downloaded, so in a play-while-direct-unpacking scenario this feature won't be of much help. Correct me if I'm wrong, but for anyone to benefit from this, it would require detecting whether the file needs...
by SLR
February 28th, 2019, 10:23 pm
Forum: Feature Requests
Topic: Auto-fail jobs that need repairing
Replies: 9
Views: 6318

Re: Auto-fail jobs that need repairing

Another benefit is you can access files shortly after they start downloading, I would use DirectUnpack to start playing files, but the problem is I can't tell whether it's going to work and have to delete the download if I'm looking to start playing a file now. I'm definitely not as aware of users' ...
by SLR
February 27th, 2019, 6:32 pm
Forum: Feature Requests
Topic: Auto-fail jobs that need repairing
Replies: 9
Views: 6318

Auto-fail jobs that need repairing

A feature which allows only jobs capable of DirectUnpack would be absolutely fantastic, as many downloads don't need repairing. Avoiding repairs solves the issue with running on slow devices, and also benefits the fastest of devices - unpacking whilst downloading means you can get your files as soon...
by SLR
February 25th, 2019, 8:33 am
Forum: General Help
Topic: Port resets no matter what [docker]
Replies: 10
Views: 5643

Re: Port resets no matter what [docker]

I tested manually running with python "sabnzbdplus" after reboot, and it doesn't work - python seems to not work at all within the container after reboot. However, it works when the container is removed and created again. Otherwise, these python errors are printed over ssh: Traceback (most...
by SLR
February 24th, 2019, 5:29 pm
Forum: General Help
Topic: Port resets no matter what [docker]
Replies: 10
Views: 5643

Re: Port resets no matter what [docker]

I didn't realize that's why there's two ports, just tried your suggestion and it worked. Problem is, I thought "8080" was being taken up at boot, which would have explained why I couldn't access the interface after rebooting. It seems the interface just doesn't work after a reboot until I ...
by SLR
February 24th, 2019, 4:19 pm
Forum: General Help
Topic: Port resets no matter what [docker]
Replies: 10
Views: 5643

Re: Port resets no matter what [docker]

Thanks for pointing that out, they still list the old image on their website. I switched to the new version, and the same problem persists. Not being able to set the port to anything but the default is quite a big issue, I think the only option is to report this to them as a bug. I can't keep port 8...
by SLR
February 24th, 2019, 8:42 am
Forum: General Help
Topic: Port resets no matter what [docker]
Replies: 10
Views: 5643

Re: Port resets no matter what [docker]

I'm using "lsioarmhf/sabnzbd" which is by linuxserver. I set the port with "-p 8081:8081" with docker, and within sabnzbd's cfg file, but it doesn't work. When I do this with other docker containers (from linuxserver too) it's fine. I've tried many different ports. Where is the D...
by SLR
February 23rd, 2019, 11:37 pm
Forum: General Help
Topic: Port resets no matter what [docker]
Replies: 10
Views: 5643

Port resets no matter what [docker]

I'm running sabnzbd inside a docker container on a linux / arm device. I set the port for the docker container, and try setting sabnzbd's port within the interface, cfg file, even within the container, yet it reverts back. Only after setting the port within the container (usr/bin/sabnzbdplus) and (u...