
nzbget
Members-
Content Count
37 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout nzbget
-
Rank
Newbie
Converted
-
Gender
Undisclosed
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I am having an issue with scheduled tasks not happening at local time. I need to enter scheduled times at GMT. I bet I'll have to go and edit them once we switch to daylight savings time too. Not a big deal, but I didn't have that problem with needo's docker back when I used that. If this is an acknowledged/known issue, please consider listing it in the top post as a known defect. And if you fix this, please make an announcement or update the top post. Thanks! This is an issue with the version of NZBGet in this container. Try going to settings - logging - TimeCorrection
-
Fun Problem :) How to max-out my new Gigabit Internet Connection ? :)
nzbget replied to Pducharme's topic in Docker Engine
Can you please test the speed when installed using Universal installer for Linux? The installation is easy, consists only of few steps; the files are installed into one folder; after the test you can delete the directory and nothing remains. Since the installer version isn't related to docker (and this forum is for docker) may be it would be better to continue discussion on NZBGet forum or you can write me at nzbget@gmail.com if you don't want register on forum there. The fast download speed is one of the main priorities and I'd like to fix that problem for you if possible. -
Is docker of NZBget been updated to NZBGet 13 yet?
nzbget replied to Pducharme's topic in Docker Containers
Looks very clean. I've noticed one thing - it lists both OpenSSL and GnuTLS in the dependencies (libssl-dev libgnutls-dev). NZBGet choose one during configure-step and doesn't require both. I recommend OpenSSL. -
Is docker of NZBget been updated to NZBGet 13 yet?
nzbget replied to Pducharme's topic in Docker Containers
SVN revision numbers are part of the testing releases names (like nzbget-testing-14.0-r1070). NZBGet users are familiar with that numbers and will have no problems with them. Tags in contrary are strangers since they are never mentioned on the forum or in NZBGet docs. I appreciate your work, guys, in providing NZBGet packages for unRAID users. If you have any questions or suggestions please contact me at nzbget@gmail.com or via NZBGet forum. I will monitor this thread too but I may miss something. -
Is docker of NZBget been updated to NZBGet 13 yet?
nzbget replied to Pducharme's topic in Docker Containers
No, at least not in the near future. I've heard about docker for the first time about a month ago. I'm not familiar with this technology at all and have no idea how much efforts it will take to provide the package and support for it. Revision numbers are much better. They even allow user to try a version which was not released as testing yet. Or quickly test a bugfix. And I don't want to clutter the "tags"-subdirectory with testing releases. Making it work with release numbers shouldn't be that much trouble for you? -
Is docker of NZBget been updated to NZBGet 13 yet?
nzbget replied to Pducharme's topic in Docker Containers
Debian/Ubuntu version of libpar2 includes all patches required for v12 or v13. It doesn't have the new patch for v14 yet. -
Is docker of NZBget been updated to NZBGet 13 yet?
nzbget replied to Pducharme's topic in Docker Containers
I fully understand the idea of providing robust (stable) packages. I also understand the wish of some users to have the latest and greatest (with bugs). A good compromise was discussed in this thread - to let the user pass a revision number to fetch from svn (trunk). This unfortunately will not help in the current case because of a patch required for libpar2. Still it's generally a good idea for the future. It's very rare for NZBGet to need new dependencies and the patches for libpar2 are also rare (the previous was about two years ago). BTW v12 and v13 require the same libpar2 - -
Is docker of NZBget been updated to NZBGet 13 yet?
nzbget replied to Pducharme's topic in Docker Containers
I appreciate your sense of humor -
Is docker of NZBget been updated to NZBGet 13 yet?
nzbget replied to Pducharme's topic in Docker Containers
Guys, let me clarify the things. That's probably an unfortunate wording that had lead to misunderstanding. Yil is not the author of par2 library, neither the author of this feature or any other single line of code included in NZBGet. What was meant in the phrase is that Yil has made a research of par algorithm and of source code of par library. He has published his findings on NZBGet forum and his idea (skipping the scan of undamaged files) was implemented by me in the new feature. The required patch for libpar2 was made by me as well, similar to other patches made by me years ago, whic