Changes

From Amahi Wiki
Jump to: navigation, search
305 bytes added ,  21:47, 8 July 2014
service amahi-transmission restart
5. Next, we need to make sure that the cronjob that automatically loads torrents from the torrents share uses the same user authentification.
5. * (Amahi 6 ONLY) Edit /etc/cron.d/amahi-transmission-watchand change the following:
6. Edit the following (Amahi 6)
*/5 * * * * transmission transmission-remote localhost:9091 -a /var/hda/files/torrents/*.torrent && rm -f /var/hda/files/torrents/*.torrent
:: add "--auth [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 * (Amahi 7 ONLY) Edit /usr/share/transmission/torrentwatch.sh and change the following:  /usr/bin/transmission-remote localhost:9091 -a "$file" :: add "--auth [username]:[password]" so the line becomes:  /usr/bin/transmission-remote localhost:9091 --auth [username]:[password] -a "$file" * 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!
= Changing the file permissions of downloaded files =
12,424

edits