if everything fails: add NZB-ID bookmark
Posted: July 12th, 2009, 7:25 am
Hello,
if none of all those nice addons work on your special (mobile) device, you might wanna give my neat little javascript a try, just save it as a bookmark and activate it whenever you view a newzbin report in your browser - should work on every javascript enabled device
(inspired by the "Send to HellaWorld" bookmarklet)
javascript:t=document.title;if(t.indexOf('Newzbin - Report')!=-1){location.href=':/sabnzbd/api?ma_username=&ma_password=&apikey=&mode=addid&name='+t.match(/[0-9][0-9]*/);}else{void(0);}
just replace the with the values needed by your sabnzbd+ server, save this line as the URL of your bookmark and off you go!
-> it will echo "ok" if the ID was successfully added to your sabnzbd+ queue, error-message otherwise...
if none of all those nice addons work on your special (mobile) device, you might wanna give my neat little javascript a try, just save it as a bookmark and activate it whenever you view a newzbin report in your browser - should work on every javascript enabled device
(inspired by the "Send to HellaWorld" bookmarklet)
javascript:t=document.title;if(t.indexOf('Newzbin - Report')!=-1){location.href=':/sabnzbd/api?ma_username=&ma_password=&apikey=&mode=addid&name='+t.match(/[0-9][0-9]*/);}else{void(0);}
just replace the with the values needed by your sabnzbd+ server, save this line as the URL of your bookmark and off you go!
-> it will echo "ok" if the ID was successfully added to your sabnzbd+ queue, error-message otherwise...