Search found 9 matches
- Tue Jul 30, 2013 9:57 am
- Forum: Support
- Topic: Torrents stop on their own
- Replies: 5
- Views: 4332
Re: Torrents stop on their own
So i found out what is causing this.. Another piece of software on the same machine which was suppose to rename the files (even though they were hard links) stopped transmission from seeding.
- Mon Jul 22, 2013 9:47 pm
- Forum: General
- Topic: When seeding, why would torrent pause itself?
- Replies: 6
- Views: 7643
Re: When seeding, why would torrent pause itself?
I think i have this same problem. Downloading works fine but seeding torrents don't last longer than 40 seconds before they pause themselves. I have tried using stock settings too.
EDIT: My bad, didnt realise this thread was from 2010.
EDIT: My bad, didnt realise this thread was from 2010.
- Fri Jul 05, 2013 1:06 pm
- Forum: Support
- Topic: Torrents stop on their own
- Replies: 5
- Views: 4332
Re: Torrents stop on their own
Just tried this, didn't work.
Also tried resetting the settings file and reinstalling Transmission.
- Thu Jul 04, 2013 12:01 pm
- Forum: Support
- Topic: Torrents stop on their own
- Replies: 5
- Views: 4332
Torrents stop on their own
Everything was working fine, but i noticed all my torrents had paused. When i start them up again, they last a few seconds then pause again.
I have it installed on a Synology NAS.
EDIT:
Downloading works fine but seeding causes the torrents to pause.
I have tried using default settings.
Is there ...
I have it installed on a Synology NAS.
EDIT:
Downloading works fine but seeding causes the torrents to pause.
I have tried using default settings.
Is there ...
- Thu Apr 04, 2013 8:47 pm
- Forum: Support
- Topic: Automatically load torrents from a folder
- Replies: 0
- Views: 1597
Automatically load torrents from a folder
I have setup a folder for Transmission to watch for torrents and it works fr most of the time, but sometimes it can ignore certain torrents, even after waiting a day. If i restart Transmission it will load the torrents right away. Is there anything that could be causing this?
Thanks.
Thanks.
- Sat Jan 05, 2013 2:11 pm
- Forum: Support
- Topic: Running a script after a download completes
- Replies: 5
- Views: 6111
Re: Running a script after a download completes
I have tried running the script like so:
DiskStation> cd /volume1/Scripts
DiskStation> sh download_complete.sh
: not foundmplete.sh: line 3:
: not foundmplete.sh: line 5:
: not foundmplete.sh: line 8:
: not foundmplete.sh: line 10:
download_complete.sh: line 14: syntax error: unexpected word ...
DiskStation> cd /volume1/Scripts
DiskStation> sh download_complete.sh
: not foundmplete.sh: line 3:
: not foundmplete.sh: line 5:
: not foundmplete.sh: line 8:
: not foundmplete.sh: line 10:
download_complete.sh: line 14: syntax error: unexpected word ...
- Thu Jan 03, 2013 10:30 pm
- Forum: Support
- Topic: Running a script after a download completes
- Replies: 5
- Views: 6111
Re: Running a script after a download completes
I have "#!/bin/sh" as the first line..x190 wrote:chmod +x.JJTagy wrote:Is the .sh executable
Also, does the script have the 'shebang' line?
What does "chmod +x" mean? I don't know too much command line..
- Thu Jan 03, 2013 10:15 am
- Forum: Support
- Topic: Running a script after a download completes
- Replies: 5
- Views: 6111
Re: Running a script after a download completes
The script has CHMOD 0777.
How can i run it manually, doesn't Transmission send certain parameters to the script too?
How can i run it manually, doesn't Transmission send certain parameters to the script too?
- Wed Jan 02, 2013 10:50 pm
- Forum: Support
- Topic: Running a script after a download completes
- Replies: 5
- Views: 6111
Running a script after a download completes
I have Transmission installed on a Synology NAS and I am trying to get a script to run after each download completes.
I have:
"script-torrent-done-enabled": true,
"script-torrent-done-filename": "/volume1/Scripts/download_complete.sh",
in settings.json
But as far as I can tell download_complete ...
I have:
"script-torrent-done-enabled": true,
"script-torrent-done-filename": "/volume1/Scripts/download_complete.sh",
in settings.json
But as far as I can tell download_complete ...