nzblnk / nzb-monkey

Reference implementation of how to handle a NZBLNK-URI.
https://nzblnk.github.io/nzb-monkey/
MIT License
77 stars 30 forks source link

Instructions for running the monkey on OSX #5

Closed ralle12345 closed 5 years ago

ralle12345 commented 7 years ago

I have only tested the monkey integration with sabnzbd. Can't tell if the other methods work as well.

t0ben commented 7 years ago

Using Applescript in LinCastor (also with SABNZB)

on handle_url(args) do shell script "/opt/local/bin/python ~/bin/nzbmonkey-v-linux/nzbmonkey.py " & quoted form of |URL| of args return 1 end handle_url

Works for me.