뭣이중헌디

마이클라우드 트랜스미션 종료시 노티 받기 본문

카테고리 없음

마이클라우드 트랜스미션 종료시 노티 받기

꿈은이루어찔까 2015. 11. 11. 13:59


마이클라우드를 사용하면 

토렌트를 쓰고 싶고

트랜스미션 깔아서 토렌트를 쓰면 다 받은후에 알림을 받고 싶음..


아래 참조

http://www.wsgvet.com/bbs/board.php?bo_table=iomega&wr_id=1008


> vi /root/notify.sh

#!/bin/sh

curl -u "토큰값 입력": https://api.pushbullet.com/v2/pushes -d type=note -d title="Torrent Download" -d body="$TR_TORRENT_NAME Download Complite!!($TR_TIME_LOCALTIME)" --insecure

chmod 777 /root/notify.sh


> service transmission-daemon stop


> vi ~/.config/transmission-daemon/settings.json

   아래내용 편집

    "script-torrent-done-enabled": true,

    "script-torrent-done-filename": "/root/notify.sh",


> service transmission-daemon start


http://geserkhan.blogspot.kr/2014/08/transmission.html

Comments