Google reader direct sabnzbd queuing from newzbin and others
Posted: November 25th, 2009, 3:24 pm
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?
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?