Now I have read all posts in this thread.
1. I have updated login and password according to login and password in Transmission
2. Changed permission for the script file and its folder to 777
3. Tested to run the script manually then I get "2011-11-16 20:36:01 Error unrarring " in the posttorrent ...
Search found 5 matches
- Wed Nov 16, 2011 8:01 pm
- Forum: General
- Topic: Unrar and cleanup script - UPDATE 2025.01.29
- Replies: 143
- Views: 368115
- Wed Nov 16, 2011 6:18 pm
- Forum: General
- Topic: Unrar and cleanup script - UPDATE 2025.01.29
- Replies: 143
- Views: 368115
Re: Unrar and cleanup script - UPDATE 2011.10.24
Hello!
I have understood that the files that are hidden in order to view them this option needs to be enabled. However I have unrar installed and the settings.json are according to message number 1. The script does not work for files with name.rar does not work for single rar files????
Any other ...
I have understood that the files that are hidden in order to view them this option needs to be enabled. However I have unrar installed and the settings.json are according to message number 1. The script does not work for files with name.rar does not work for single rar files????
Any other ...
- Sun Nov 13, 2011 3:48 pm
- Forum: General
- Topic: Unrar and cleanup script - UPDATE 2025.01.29
- Replies: 143
- Views: 368115
Re: Unrar and cleanup script - UPDATE 2011.10.24
Hello Again,
Regarding working script I have tried this but it does not work: I cant find the file and folder according to below.
"To make the script work you have to add/change these lines in a configuration file named "settings.json" (usually /etc/transmission-daemon/settings.json) while ...
Regarding working script I have tried this but it does not work: I cant find the file and folder according to below.
"To make the script work you have to add/change these lines in a configuration file named "settings.json" (usually /etc/transmission-daemon/settings.json) while ...
- Sun Nov 13, 2011 10:22 am
- Forum: General
- Topic: Unrar and cleanup script - UPDATE 2025.01.29
- Replies: 143
- Views: 368115
Re: Unrar and cleanup script - UPDATE 2011.10.24
Hello again!
Here is the entire script I use i missed the last rows:
#!/bin/bash
#
# Simple extraction script for torrents with compressed files.
# Directory to store the un-compressed files in.
DEST_DIR="${TR_TORRENT_DIR}/${TR_TORRENT_NAME}/"
# Source directory, should not be changed.
SRC ...
Here is the entire script I use i missed the last rows:
#!/bin/bash
#
# Simple extraction script for torrents with compressed files.
# Directory to store the un-compressed files in.
DEST_DIR="${TR_TORRENT_DIR}/${TR_TORRENT_NAME}/"
# Source directory, should not be changed.
SRC ...
- Sun Nov 13, 2011 9:14 am
- Forum: General
- Topic: Unrar and cleanup script - UPDATE 2025.01.29
- Replies: 143
- Views: 368115
Re: Unrar and cleanup script - UPDATE 2011.10.24
Hello!
I run Ubuntu 11.1 and Transmission 2.33 I just installed unrar and tried the script below but it will not work??? What shall I do. Many many thanks for the help I spent hours trying to activate and test older scripts. There is no file according to "/var/log/unpacks.log" shall I create this ...
I run Ubuntu 11.1 and Transmission 2.33 I just installed unrar and tried the script below but it will not work??? What shall I do. Many many thanks for the help I spent hours trying to activate and test older scripts. There is no file according to "/var/log/unpacks.log" shall I create this ...