Changes

From Amahi Wiki
Jump to: navigation, search
721 bytes added ,  19:05, 29 November 2010
no edit summary
nano /var/lib/transmission/.config/transmission-daemon/settings.json
3. Edit these fields, remembering the username and password.
"rpc-authentication-required": true,
Service Amahi-Transmission start
Next, we need to make sure that the cronjob that automatically loads torrents from the torrents share uses the same user authentification. 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 naviagte navigate to web address and input information and you're all set!
4

edits