Hello dear people.
Thank you for developing these great plugins!
I need help with the following:
- can someone give an
example what to put in when
configuring newznab? I tried with usenet-crawler, including my ID and API key, and I tried with id and key = 0 with the free site nzbid.org- I always end up with a "malformed result" box.
please make the example something thats
not a paysite
- is there any way to reliably stream anything that is not password-protected? I use town.ag normally- their releases are never offline (almost) - but they're password-protected.
please tell me
how to find unprotected, reliable nzbs OR how I can
stream passwordprotected files.
I tried hardcoding the password in the default.py -
Code:
if (len(play_list) > 2):
rar = []
for arch_rar, movie_file in zip(play_list[0::2], play_list[1::2]):
raruri = "rar://[Password].with.dots@" + utils.rarpath_fixer(folder, arch_rar) + "/" + movie_file
rar.append(raruri)
raruri = 'stack://' + ' , '.join(rar)
else:
raruri = "rar://[Password].with.dots@" + utils.rarpath_fixer(folder, play_list[0]) + "/" + play_list[1]
uri = raruri
result: "Script failed". actually, even my own .strm files with that syntax fail.
the suggestion from popeye- to include the line
"rf.setpassword('PASSWORD')" - results in pneumatic giving a script error right on starting the plugin ( so it wont start)
Popeye? Anyone else?
EDIT: I just realized, SabNzbd is not available for android. why not change pneumatic to nzbget? all-in-one android tv box
Thank you very much, and happy new year everyone!