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

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!?