Search found 3 matches

by AeroZ
Fri Sep 15, 2017 6:53 am
Forum: Support
Topic: Need help with unrar script
Replies: 1
Views: 1931

Re: Need help with unrar script

Fixed it myself. If anybody is interested:

Code: Select all

#!/bin/sh
find "$TR_TORRENT_DIR"/"$TR_TORRENT_NAME" -name "*.rar" -execdir /usr/local/bin/unrar e -r -o- "{}" /path/to/extract/to \;
change "/path/to/extract/to" as you want.
by AeroZ
Sun Sep 10, 2017 7:01 am
Forum: Support
Topic: Need help with unrar script
Replies: 1
Views: 1931

Need help with unrar script

Hi! I tried to do a script to unrar files when download completes but I'm unable to get it to work with Transmission's environment variables. I'm probably doing something wrong because running the command without using $TR_TORRENT_NAME works fine. Can you please point out what's wrong with the scrip...
by AeroZ
Fri Sep 08, 2017 7:14 am
Forum: Mac Support
Topic: What's the purpose of Tab Bar?
Replies: 3
Views: 4299

What's the purpose of Tab Bar?

Hi!

There's an option under View menu named "Show Tab Bar". If I enable it then a tab named Transmission shows up. I can't find any way to open a new tab or use this in any way.

Am I missing something or how to use tabs?

Thanks!