But if you haven't yet, try to turn off the WD TV Live via the remote and see if the download speed increases
/ch1ptune



chmod +x sabnzdplus
chmod +x S89SABnzbd



#!/opt/bin/bash
case "$1" in
start)
echo "Starting SABnzbd."
/opt/bin/python2.6 /opt/share/SABnzbd/SABnzbd.py -f /opt/share/SABnzbd/sabnzbd.ini -d
stop)
echo "Shutting down SABnzbd."
wget -q --delete-after "]"
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac
exit 0




Return to Application Questions
Users browsing this forum: No registered users and 0 guests