I'm hoping someone can help me improve this, but i thought i'd share it none the less.
Using google readers "Send To" link button, i've been able to automatically queue items from a newzbin (and other places) rss feed directly into sabnzbd. Its not perfect but it works.
First, i had to setup a webserver to host a PHP script.
See code here - http://pastebin.com/f78cebfd8
save it as sab.php
Then, in google reader, goto Settings/Send TO
and create a new "custom link" at the bottom
Use This for your settings
Name: Sabnzbd
URL: http://yourserver/sab.php?word=${url}
Icon URL: http://youserver/favicon_text.ico
(you can get the sabnzbd icon from here - http://www.sabnzbd.org/icon/favicon_text.ico)
Now browse to the item from newzbin you want to download, and click "Send To/Sabnzbd" when viewing in "expanded" form.
Or hit "Shift + T" then the down arrow, then enter" as a hotkey combo
Voila! (note: each new browser session, sabnzbd will ask for your login/pass, but only the first time.
Now... does anyone know how to get this working better without having to expose your API key or having to setup a PHP server?
Google reader direct sabnzbd queuing from newzbin and others
Re: Google reader direct sabnzbd queuing from newzbin and others
Thanks for sharing !
I'm doing the same thing by using Newzbin bookmark feature :
- Configure Autofetch Newzbin bookmark in SABnzbd
- Just click on the Bookmark link in your Newzbin report in Google Reader
The only limitation of my method is that I can only use one SABnzbd host...
I'm doing the same thing by using Newzbin bookmark feature :
- Configure Autofetch Newzbin bookmark in SABnzbd
- Just click on the Bookmark link in your Newzbin report in Google Reader
The only limitation of my method is that I can only use one SABnzbd host...
Re: Google reader direct sabnzbd queuing from newzbin and others
You can do this now without having to host a server-side script. In Google Reader, use this value for the URL:
http://MYHOST/api?mode=addurl&name=${ur ... y=MYAPIKEY
Works for nzbmatrix as well.
http://MYHOST/api?mode=addurl&name=${ur ... y=MYAPIKEY
Works for nzbmatrix as well.