Search found 4 matches

by Nyanderful
May 13th, 2018, 7:30 am
Forum: General Help
Topic: Sabnzbd pauses/errors nzbs with strange characters in name
Replies: 20
Views: 33641

Re: Sabnzbd pauses/errors nzbs with strange characters in name

Sorry for bringing up an old topic, but I happened to came across this thread and thought I'd add to it. For reference, the original NZB can be found here . Unfortunately (like with a number of things around Usenet), the PAR2 specifications are a bit vague, and state that the FileDesc packet uses an...
by Nyanderful
July 19th, 2015, 4:06 am
Forum: Feature Requests
Topic: Support for NZB in .bz2/.lzma/.xz?
Replies: 4
Views: 3359

Re: Support for NZB in .bz2/.lzma/.xz?

Cool! Thank you shypike! :)
by Nyanderful
July 18th, 2015, 12:34 am
Forum: Feature Requests
Topic: Support for NZB in .bz2/.lzma/.xz?
Replies: 4
Views: 3359

Re: Support for NZB in .bz2/.lzma/.xz?

There's a backport for Python 2: https://pypi.python.org/pypi/backports.lzma I'm not sure if it's possible in Python to automatically detect if it exists or not, and just use it if it does. I don't know of any index which uses bz2, but perhaps no-one will until a client supports it? Indexes would be...
by Nyanderful
July 15th, 2015, 5:38 am
Forum: Feature Requests
Topic: Support for NZB in .bz2/.lzma/.xz?
Replies: 4
Views: 3359

Support for NZB in .bz2/.lzma/.xz?

Probably rarely used, but should be trivial to add since .gz is already being handled?

https://docs.python.org/3/library/bz2.html
https://docs.python.org/3/library/lzma.html