Changes

From Amahi Wiki
Jump to: navigation, search
10 bytes removed ,  02:04, 9 July 2014
5. Next, we need to make sure that the cronjob that automatically loads torrents from the torrents share uses the same user authentification.
* (Amahi 6 ONLY) Edit '''/etc/cron.d/amahi-transmission-watch''' and change the following:
*/5 * * * * transmission transmission-remote localhost:9091 -a /var/hda/files/torrents/*.torrent && rm -f /var/hda/files/torrents/*.torrent
*/5 * * * * transmission transmission-remote localhost:9091 --auth [username]:[password] -a /var/hda/files/torrents/*.torrent && rm -f /var/hda/files/torrents/*.torrent
* (Amahi 7 ONLY) Edit '''/usr/share/transmission/torrentwatch.sh''' and change the following:
/usr/bin/transmission-remote localhost:9091 -a "$file"
12,424

edits