Search found 2 matches
- Wed Jul 25, 2018 10:46 pm
- Forum: Support
- Topic: Unpack / Unrar Completed torrents
- Replies: 5
- Views: 15343
Re: Unpack / Unrar Completed torrents
ok mine is doing the same as yours now! i cannot find the log? and no unpacking.
- Wed Jul 25, 2018 11:01 am
- Forum: Support
- Topic: Unpack / Unrar Completed torrents
- Replies: 5
- Views: 15343
Unpack / Unrar Completed torrents
Hi All,
Im extremely new to this, running transmission 2.94 on my qnap.
I want to unpack/unrar files once they are completed AND keep the original file for seeding.
After googling for hours, ive found the below code.
#!/bin/bash
find /$TR_TORRENT_DIR/$TR_TORRENT_NAME -name "*.rar" -execdir ...
Im extremely new to this, running transmission 2.94 on my qnap.
I want to unpack/unrar files once they are completed AND keep the original file for seeding.
After googling for hours, ive found the below code.
#!/bin/bash
find /$TR_TORRENT_DIR/$TR_TORRENT_NAME -name "*.rar" -execdir ...