Package Details: nzb-monkey v0.2.9-1

Git Clone URL: https://aur.archlinux.org/nzb-monkey.git (read-only, click to copy)
Package Base: nzb-monkey
Description: A Reference implementation of how to handle a NZBLNK-URI, with support for SABnzbd, NZBGet and Synology Download Station
Upstream URL: https://nzblnk.info/nzb-monkey/
Keywords: usenet
Licenses: MIT
Submitter: blubbblubb
Maintainer: blubbblubb
Last Packager: blubbblubb
Votes: 1
Popularity: 0.000000
First Submitted: 2018-03-12 20:53 (UTC)
Last Updated: 2022-12-24 14:16 (UTC)

Latest Comments

tuxxx commented on 2023-09-04 08:19 (UTC) (edited on 2023-09-04 08:19 (UTC) by tuxxx)

nzb-monkey-go is now available:

https://aur.archlinux.org/packages/nzb-monkey-go-bin

https://aur.archlinux.org/packages/nzb-monkey-go-git

Sublunar commented on 2023-09-03 23:51 (UTC)

A completely rewritten version in Golang of the NZB Monkey. NZB Monkey Go also includes the functionality of the NZBSearcher so besides in the nzb search engines it can also search directly on the news server and create the NZB file from the article headers.

https://github.com/Tensai75/nzb-monkey-go

blubbblubb commented on 2023-07-29 12:05 (UTC)

It seems that is a different program? If so a new package would probably be best. I also can't seem to find a link for it, so I'm not entirely sure which program you mean.

Pietro_Pizzi commented on 2023-07-28 20:08 (UTC)

Hi!

Would you consider "upgrading" to "NZB-Monkey Go" or make a 2nd package for it? That would be nice :)!

tobil commented on 2021-01-24 18:50 (UTC)

Was an issue with python-configobj 5.0.6-10 - see https://github.com/gnome-terminator/terminator/issues/324

blubbblubb commented on 2021-01-09 22:18 (UTC)

not sure if this is a manjaro problem ( i think your message mentioned manjaro prior to your edit) but for me on vanilla arch it is still working fine with python 3.9:

$  python -V
Python 3.9.1
$  python /opt/nzb-monkey/nzbmonkey.py 'nzblnk:?t=UbuntuStudio-14.04.5-DVD-AMD64&h=ubuntustudio-14.04.5-dvd-amd64.iso.nzb'

 NZB-Monkey v0.2.6
 =================
 Called by NZBLNK scheme:

     - Tag     : UbuntuStudio-14.04.5-DVD-AMD64
     - Header  : ubuntustudio-14.04.5-dvd-amd64.iso.nzb
     - Password: EMPTY

 - Searching NZB - Search for best NZB enabled
   with BinSearch ... NOT FOUND
   [...]

tobil commented on 2021-01-09 20:53 (UTC) (edited on 2021-01-09 21:03 (UTC) by tobil)


34c34,35
<     from validate import Validator
---
>     # from validate import Validator
>     from configobj.validate import Validator

on nzbmonkey.py should do the trick for python 3.9

blubbblubb commented on 2018-06-05 20:24 (UTC) (edited on 2018-06-05 20:41 (UTC) by blubbblubb)

obiously fixing it upstream would be the preferred way, was the caption option replaced with a similar option? I don't see any way to set a title name of a konsole window (except when opening tabs from a file?)

I think for now i'll patch it here until it gets fixed upstream

edit: a patch is now included, if there are any problems let me know

Pietro_Pizzi commented on 2018-06-05 19:29 (UTC) (edited on 2018-06-05 19:30 (UTC) by Pietro_Pizzi)

For me '--caption "NZB-Monkey"' don't work with konsole (18.04.1).

So I would suggest remove the string '--caption "{0}"' (without ') from '/opt/nzb-monkey/nzblnkconfig.py' or '--caption "NZB-Monkey"' from '/usr/share/applications/nzblnk.desktop' afterwards.

I have filed a Bugreport upstream in january (https://github.com/nzblnk/nzb-monkey/issues/15), they acceptet it in march, but they don't implement this easy fix. So maybe you can do it!?