Changes

From Amahi Wiki
Jump to: navigation, search
4 bytes added ,  19:07, 29 November 2010
Added instructions on how to setup the cronjob when the web UI has a password
nano /var/lib/transmission/.config/transmission-daemon/settings.json
3. Edit these fields, remembering the username and password.
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
5. Edit /etc/cron.d/amahi-transmission-watch
6. Edit the following: */5 * * * * transmission transmission-remote localhost:9091 -a /var/hda/files/torrents/*.torrent && rm -f /var/hda/files/torrents/*.torrent
add "--auch [username]:[password]" so the line becomes:
*/5 * * * * transmission transmission-remote localhost:9091 --auth [username]:[password] -a /var/hda/files/torrents/*.torrent && rm -f /var/hda/files/torrents/*.torrent
where the username and password are the ones you entered as rpc-username and rpc-password.
Now navigate to web address and input information and you're all set!
4

edits