Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
HI.Is it possible select different folder for each torrent? For example a folder where download films ,another for mp3 and so on.
Offline
I do not think is possible...
Offline
dottortanzy wrote:
HI.Is it possible select different folder for each torrent?
Why not? I do it with transmission remote gui. Folders must exists when you add torrent.
Sorry for bad english
Offline
Nuri wrote:
dottortanzy wrote:
HI.Is it possible select different folder for each torrent?
Why not? I do it with transmission remote gui. Folders must exists when you add torrent.
Sorry for bad english
Do you change something in settings.json?
Offline
It is possible, but not with sort automatically. at adding torrent you must select folder (folders must exist).
Offline
Ok I did it. I created the folders, then when I select the folder, write in the download window in which to save, changing only the first time the name of the folder. Then I can directly select the folder in the drop-down menu
Offline
For some items, such as MP3 files, you could write a post download script that moves them to a different directory. It wouldn't be able to distinguish between movies and tv shows though as they would have similar extensions.
Offline
FunFiler wrote:
It wouldn't be able to distinguish between movies and tv shows though as they would have similar extensions.
It would be very possible to move files from a folder like say 'NEW' to a folder called Music or Movies based on Extensions like .mp3,wav and avi,mp4. You could run it as a cron tab every 5 mins if you wanted
It shoudlnt be that hard if you know a bit of scripting.
Also , there is an add on for Transmission called Automatic , and that is brilliant for things like TV series as it auto puts series you want to download into seperate folders.
I also have it running on my movies box for DVD,R5 and Blueray movies from pirate bay by using an RSS feed i wrote myself - http://www.djtazie.com/rss/pirate100.php
Offline
I am having some issues with adding new torrents with the URL. The log (filename replaced with ***) is below, any ideas what is going on?
root@808NAS:~# transmission-remote -b -a http://torrent.zoink.it/***.torrent
posting:
--------
{"arguments":{"filename":"http://torrent.zoink.it/***.torrent"},"method":"torrent-add","tag":8}
--------
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
* Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
> POST /transmission/rpc/ HTTP/1.1
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
Content-Length: 140
Content-Type: application/x-www-form-urlencoded
< HTTP/1.1 409 Conflict
< Server: Transmission
< X-Transmission-Session-Id: fhJLG7XVG8oaaD7BOQzItcGE9kcIaovGYRxE0IM1RfY7W182
< Date: Thu, 04 Aug 2011 04:12:24 GMT
< Content-Length: 580
< Content-Type: text/html; charset=ISO-8859-1
<
* Connection #0 to host localhost left intact
* Closing connection #0
posting:
--------
{"arguments":{"filename":"http://torrent.zoink.it/***.torrent"},"method":"torrent-add","tag":8}
--------
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
* Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
> POST /transmission/rpc/ HTTP/1.1
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
X-Transmission-Session-Id: fhJLG7XVG8oaaD7BOQzItcGE9kcIaovGYRxE0IM1RfY7W182
Content-Length: 140
Content-Type: application/x-www-form-urlencoded
< HTTP/1.1 200 OK
< Server: Transmission
< Content-Encoding: gzip
< Content-Type: application/json; charset=UTF-8
< Date: Thu, 04 Aug 2011 04:12:24 GMT
< Content-Length: 99
<
* Connection #0 to host localhost left intact
got response (len 82):
--------
{"arguments":{},"result":"gotMetadataFromURL: http error 0: No Response","tag":8}
--------
http://localhost:9091/transmission/rpc/ responded: "gotMetadataFromURL: http error 0: No Response"
* Closing connection #0
Offline
I recently saw a tool which should be able to stop transmission when there is nothing to do for it. Unfortunately I did not save the link and now I am not able to find it again. Could anybody help me on this? The reason I am searching for it is the fact that the HDs of my DNS-323 does not go to sleep mode since I am using transmission of it. What I don't understand is why both HDs stay up. Is there a way to find out which process uses the HD?
Offline
Hi Kylek
thanks a lot for your work.
Just one thing: are you sure the latest version supports proxying?
It does not work with me. If I switch back to v. 2.03 it works (without changing anything to the config file)
Any idea?
Best
R.
Offline
You'd have to ask the developers over at transmissionbt.com, I myself don't use a proxy.
EDIT: Have a look at these:
https://trac.transmissionbt.com/ticket/3688
https://trac.transmissionbt.com/ticket/3817
Last edited by KyleK (2011-08-08 18:51:08)
Offline
KyleK wrote:
EDIT: Have a look at these:
https://trac.transmissionbt.com/ticket/3688
https://trac.transmissionbt.com/ticket/3817
Ah! thanks!
That was a silly choice they made. Almost all torrent clients offer proxing. I hope they will put it back as it works very well on my 323 with the older version of Transmission.
Best
R.
PS: I opened a ticket about it
Last edited by regor24 (2011-08-08 19:58:11)
Offline
Having issues with getting Transmission 2.32 working on DNS-320
Followed wiki instructions via fun_plug to get it installed
http://dns323.kood.org/dns-320#installa … ith_addons
I can access the web interface without issue. The upnp port is stated as closed but I can see on the router that it has been open by transmission.
Additionally, http://canyouseeme.org/ Open Port Checker confirms this.
The log files also states that port is opened and than closed. That is the part I need help in understanding. Your help is greatly appreciated.
I have included log file below:
Last edited by Terrabyte (2011-08-19 05:27:40)
Offline
Hm. The logfile contains several sessions of Transmission, so it's hard to tell what you're referring to.
As far as I can see, when you start Transmission, a port (50601 in your case) is being opened via UPnP.
You can check this with two commands:
$ transmission-remote -si $ transmission-remote -pt
The first command will show you session information, including the port Transmission listens on
The second command performs a port-test.
If the port test reports it as open, everything should be working fine.
Offline
KyleK wrote:
Hm. The logfile contains several sessions of Transmission, so it's hard to tell what you're referring to.
As far as I can see, when you start Transmission, a port (50601 in your case) is being opened via UPnP.
You can check this with two commands:Code:
$ transmission-remote -si $ transmission-remote -ptThe first command will show you session information, including the port Transmission listens on
The second command performs a port-test.
If the port test reports it as open, everything should be working fine.
Thanks for your reply
transmission-remote -si
CONFIG Configuration directory: /mnt/HD/HD_a2/.transmission-daemon Download directory: /mnt/HD/HD_a2/.transmission-daemon/working Download directory free space: 1.72 TiB Listenport: 50601 Portforwarding enabled: Yes uTP enabled: Yes Distributed hash table enabled: Yes Local peer discovery enabled: No Peer exchange allowed: Yes Encryption: preferred Maximum memory cache size: 2.00 MiB
This looks OK.
transmission-remote -pt
Didn't return any results. Do you have any ideas?
This is really strange
Offline
I have a similar problem.
Chek port
Opened port on ADSL router
Offline
maxim_minton
Looks like you and I are experiencing the same problem. I tried even changing the file rights from 750 to 755 without success.
I can see that no other service is using that port on the NAS.
Can anybody add to this discussion? Your help is greatly appreciated.
BTW, maxim_minton thanks for pointing me to Transmission Remote GUI app it will come in very handy.
Offline
Hoping someone can assist... I'm trying to get a script to run on torrent completion, and have been having issues with it. Basically, I have settings.json pointing to a .sh script which is executable, and in the log on torrent completion I see that it does indeed call the script. The script itself works fine when I call bash script.sh (with constants rather than variables), and others have used this particular script. However I notice that when i do "su nobody" it brings up busybox or some weird thing rather than the standard bash. As a result my script won't execute. Help!
Thanks in advance.
Offline
Try running your script as the same user that transmission runs as. Also, either set your environment variables (path) in the script or source the one used in your shell, or, use explicit paths. Try something simple like an echo statement only to start to ensure it runs properly. I have no issues with a post download script running.
Last edited by FunFiler (2011-08-21 04:26:41)
Offline
FunFiler wrote:
Try running your script as the same user that transmission runs as. Also, either set your environment variables (path) in the script or source the one used in your shell, or, use explicit paths. Try something simple like an echo statement only to start to ensure it runs properly. I have no issues with a post download script running.
Thanks, managed to get it working!
Offline
Terrabyte,
I can see, no one can help us.
what firmware on you NAS?
what router you use?
Offline
I suggest you either post at the Transmission forum (http://forum.transmissionbt.com) or file a bug at http://trac.transmissionbt.com
This seems like an issue for the devs.
Especially the fact that transmission-remote -pt returns nothing is worrisome.
EDIT: Can you post the result of this command?
$ transmission-remote -b -pt
(It enables debug mode and spits out some hopefully helpful messages.)
Last edited by KyleK (2011-08-23 17:13:42)
Offline
* About to connect() to localhost port 9091 (#0) * Trying 127.0.0.1... * connected * Connected to localhost (127.0.0.1) port 9091 (#0) > POST /transmission/rpc/ HTTP/1.1 User-Agent: transmission-remote/2.32 (12523) Host: localhost:9091 Accept: */* Accept-Encoding: deflate, gzip Content-Length: 31 Content-Type: application/x-www-form-urlencoded < HTTP/1.1 409 Conflict < Server: Transmission < X-Transmission-Session-Id: 1Uog0K4iiPYJNmybkWUGuhYkIjlEGF7grFKm1fAkiFtdPG4X < Date: Tue, 23 Aug 2011 14:34:02 GMT < Content-Length: 580 < Content-Type: text/html; charset=ISO-8859-1 < * Connection #0 to host localhost left intact * Closing connection #0 posting: -------- {"method":"port-test","tag":7} -------- * Couldn't find host localhost in the .netrc file, using defaults * About to connect() to localhost port 9091 (#0) * Trying 127.0.0.1... * connected * Connected to localhost (127.0.0.1) port 9091 (#0) > POST /transmission/rpc/ HTTP/1.1 User-Agent: transmission-remote/2.32 (12523) Host: localhost:9091 Accept: */* Accept-Encoding: deflate, gzip X-Transmission-Session-Id: 1Uog0K4iiPYJNmybkWUGuhYkIjlEGF7grFKm1fAkiFtdPG4X Content-Length: 31 Content-Type: application/x-www-form-urlencoded < HTTP/1.1 200 OK < Server: Transmission < Content-Encoding: gzip < Content-Type: application/json; charset=UTF-8 < Date: Tue, 23 Aug 2011 14:34:02 GMT < Content-Length: 92 < * Connection #0 to host localhost left intact got response (len 74): -------- {"arguments":{},"result":"portTested: http error 0: No Response","tag":7} -------- * Closing connection #0 / #
Offline
Looks to me like your NAS doesn't have access to the HTTP port 80.
Can you download files using curl or wget?
$ curl http://portcheck.transmissionbt.com/<your Transmission port> $ curl -o engadget.html http://www.engadget.com
Offline