Search:

Type: Posts; User: hugbug

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    120
    Views
    64,030

    nzbget 0.5.0 and nzbgetweb 1.1 released

    For more please visit nzbget forum.

    To upgrade installed version:


    ipkg update
    ipkg upgrade nzbget
  2. Replies
    120
    Views
    64,030

    You need to install oleg firmware and set...

    You need to install oleg firmware and set ipkg-path to oleg-branch of optware repository.
    Detailed how to.

    After that you should be able to install the latest stable version of nzbget (0.4.1)...
  3. Replies
    120
    Views
    64,030

    Added TLS/SSL and IPv6 support

    Testing-version can be downloaded from SourceForge.
  4. Replies
    120
    Views
    64,030

    This script (formatted version to view in browser...

    This script (formatted version to view in browser, download link) works on asus. I tested it.
  5. Replies
    120
    Views
    64,030

    OK, I'll test it on asus.

    OK, I'll test it on asus.
  6. Replies
    120
    Views
    64,030

    The following script is used on popcornhour box...

    The following script is used on popcornhour box.
    It was not designed to be easily portable, so you need to change the absolute paths.

    #!/bin/sh
    DownloadDir="$1"
    NzbFile="$2"
    ParCheck=$4 ...
  7. Replies
    3,172
    Views
    2,139,371

    Пожалуюсь и я в темку :) Был у меня 2.5" диск...

    Пожалуюсь и я в темку :)

    Был у меня 2.5" диск в коробочке, подключенный без доп. питания. Время от времени роутер вис без причины или диск отваливался. Поменял коробочку на другую модель и все...
  8. Replies
    120
    Views
    64,030

    Categories - new feature for version 0.5.0

    The first feature for version 0.5.0 is now implemented and available for testing (release "0.5.0-r191" in package "nzbget-testing").

    About categories:
    - each nzb-file can have a category assiged...
  9. Replies
    120
    Views
    64,030

    Didn't it even say "Executing post-process-script...

    Didn't it even say "Executing post-process-script for..."?

    Can you please test with binary "0.4.1-r185-testing" from sourceforge? And if it still does not work, then with "0.4.1-r178-testing",...
  10. Replies
    120
    Views
    64,030

    nzbget-0.4.1 released

    This version contains fixes for several bugs, including the bug, that broke the web-interface on CPUs with Big-Endian architecture (ARM, PPC, etc). Other bugfixes are not so important but you might...
  11. Replies
    120
    Views
    64,030

    It's interesting. Thanks. I looked in Debian...

    It's interesting. Thanks.
    I looked in Debian repository, in optware repository on rarsoft-site and did not found any libunrars. I thought there is none :)
    I'll look into it.
  12. Replies
    120
    Views
    64,030

    The destinanion directories will be created...

    The destinanion directories will be created automatically.
    You need to create manually only the incoming subfolders and only if you want to put nzb-files in that folders manually.

    If you upload...
  13. Replies
    120
    Views
    64,030

    Yes, Newzbin-integration would be the next step....

    Yes, Newzbin-integration would be the next step.


    I'm not getting what you mean :confused:
  14. Replies
    120
    Views
    64,030

    he-he, I did not have plans, because I did not...

    he-he, I did not have plans, because I did not have feature requests ;)
    I have implemented most of requested features (auto-par, xml-rpc, web-interface, etc).

    But unraring can be done via...
  15. Replies
    120
    Views
    64,030

    What you would want to do with .queued files?...

    What you would want to do with .queued files? Just deleted them upon successful download/par-check? I could add an option to nzbget.
  16. Replies
    120
    Views
    64,030

    Please send me a problem nzb-file for testing. ...

    Please send me a problem nzb-file for testing.


    Why bother? Delete them once a month :).
    I believe both perl-scripts delete them also.
  17. Replies
    120
    Views
    64,030

    No, they don't :) I suppose these names were...

    No, they don't :)
    I suppose these names were created by nzbget, not by a postprocess-script? Try a different nzb-file from a different source and report if it works.
  18. Replies
    120
    Views
    64,030

    I do not use any postprocessing scripts myself....

    I do not use any postprocessing scripts myself. Sorry I can't help on configuring them. I hope neilt0 could share his experience on that part.

    The reason to not using postprocessing and unrars for...
  19. Replies
    120
    Views
    64,030

    There was a permission bug. Install the latest...

    There was a permission bug. Install the latest version from nzbget's home page with

    ipkg install...
  20. Replies
    120
    Views
    64,030

    It must create all directories. Probably a...

    It must create all directories. Probably a permission-problem. Are there any errors in log-file?
    Try to start the program from root-account.


    First check if nzbget works by uploading nzb-files...
  21. Replies
    120
    Views
    64,030

    UMask uses different syntax in contrast to chmod....

    UMask uses different syntax in contrast to chmod.
    To give to all created directories and files full-permissions (except execute-permission for files, but you do not need it) - use "UMask=000". It...
  22. Replies
    120
    Views
    64,030

    Could you please describe the problem? There was...

    Could you please describe the problem? There was a bug with umask, that prevented the setting of write-permissions for created directories to "group" and "others". It was fixed in Revision 178 of...
  23. Replies
    120
    Views
    64,030

    Is it exactly the text you get? It looks strange....

    Is it exactly the text you get? It looks strange. Can you please post a screenshot?

    It also makes sense to check the option "CreateBrokenLog" in config-file.
  24. Replies
    120
    Views
    64,030

    nzbget-0.4.0 and nzbgetweb-1.0 released

    nzbget-0.4.0 and nzbgetweb-1.0 released

    The most important improvement in the new version of NZBGet is the added support for XML-RPC or JSON-RPC. Based on these protocols a web-interface was...
  25. Thread: ipkg wo usb

    by hugbug
    Replies
    7
    Views
    2,571

    You can use ipkg for small packages without...

    You can use ipkg for small packages without usb-storage.

    After loading of router:
    mkdir /tmp/local/opt
    mount /tmp/local/opt /opt

    Then add the mounting to post-boot:

    echo "#!/bin/sh" >...
Results 1 to 25 of 71
Page 1 of 3 1 2 3