Search found 11 matches

by baximus
Wed Jan 11, 2017 12:06 am
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

No, it is dynamic and related to one torrent job.
You are missing something.
by baximus
Tue Jan 10, 2017 1:42 am
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

You can not run it manually!!!
You have to download new torrent.
by baximus
Tue Jan 10, 2017 1:40 am
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

Trasmission app sets these variables for script to use.
That are torrent folder and name.
by baximus
Tue Jan 10, 2017 1:38 am
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

I checked my log. It is fine.
I did not test script with blank DECOMPRESS_TO_DIR so change it to something like I did.
If it works I will fix script for blank DECOMPRESS_TO_DIR.
by baximus
Tue Jan 10, 2017 1:31 am
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

It knows through variables like ${TR_TORRENT_DIR}.
My script works fine so you should be able to fix it.
It must be something you overlooked.
Try changing destination dir just for test.
And check settings.json once more.
by baximus
Tue Jan 10, 2017 1:19 am
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

It has to be 0775, not 0755. You can change it with WinSCP also (F9).
PM is available as the last resort :)
Actually 0755 should also work.
by baximus
Tue Jan 10, 2017 1:13 am
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

This should do it "chmod 775 unrar_unzip_script.sh" from within bin folder.
by baximus
Tue Jan 10, 2017 12:43 am
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

Then it must work with provided script.
One more thing, you have to set file permissions for script to 0775.
Here is the link to script I wrote in post above https://we.tl/cWZjqpARlk
by baximus
Wed Jan 04, 2017 8:59 pm
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

Not sure about the quotes but you should definitely connect via WinSCP and check everything.
4.3.2 is 64-bit so that is the same.
by baximus
Wed Jan 04, 2017 2:40 pm
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

These files are part of operating system.
They are not located inside QTransmission directory.
This is what I have exactly:
"basename" and "find" are links located inside /usr/bin and they point to "/bin/busybox".
"unrar" and "unzip" are inside /usr/local/sbin as I already mentioned.
Everything can ...
by baximus
Wed Jan 04, 2017 1:32 am
Forum: Support
Topic: RAR Unpack in Version 2.92
Replies: 26
Views: 32460

Re: RAR Unpack in Version 2.92

I just installed 2.92 and had same problem.
So I adjusted the script a bit and it works.
I copied script to /share/CACHEDEV1_DATA/.qpkg/QTransmission/bin/unrar_unzip_script.sh
Change settings.json in /share/CACHEDEV1_DATA/.qpkg/QTransmission/etc as follows:
"script-torrent-done-enabled": true ...