Search found 541 matches

by killemov
Sat Nov 19, 2011 4:39 pm
Forum: General
Topic: deleting the files of removed torrents.
Replies: 5
Views: 7284

Re: deleting the files of removed torrents.

@blacke4dawn: My point also. The moment when the torrent is removed from transmission is the moment when the files should be deleted. @cpt_chris: It can be done after the torrent has been removed from transmission, but that would take some serious scripting and use of transmission-remote to get a li...
by killemov
Sat Nov 19, 2011 4:30 pm
Forum: General
Topic: Files not moving
Replies: 2
Views: 2488

Re: Files not moving

This may be permission related. If you have proper command-line access you could try chmod 777 myfile and try again.
by killemov
Sat Nov 19, 2011 4:27 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269356

Re: Unrar and cleanup script - UPDATE 2011.10.24

The script is working and it is unpacking my torrents. There is however one issue. The process is not cleaned up after the unpack script finishes unpacking. I'm using ubuntu 11.04 2.6.38-8-generic transmission-daemon 2.13 (11501) UNRAR 4.00 beta 3 Have you tried some patience and waiting for 1 hour...
by killemov
Sun Nov 13, 2011 3:35 pm
Forum: Web Interface
Topic: Python script for adding torrents
Replies: 8
Views: 18413

Re: Python script for adding torrents

guigouz wrote:From the RPC docs -
+ So, the correct way to handle a 409 response is to update your
+ X-Transmission-Session-Id and to resend the previous request.
So add updating the request header in the Python script, if at all possible, or trash the script.
by killemov
Sun Nov 13, 2011 3:14 pm
Forum: General
Topic: deleting the files of removed torrents.
Replies: 5
Views: 7284

Re: deleting the files of removed torrents.

cpt_chris wrote:... Some of the folders in my torrents folder are not being seeded and have been removed from transmission's list....
Tell transmission to remove the files as well when you remove the torrent.
by killemov
Sun Nov 13, 2011 3:11 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269356

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 cre...
by killemov
Fri Nov 11, 2011 2:25 pm
Forum: Support
Topic: How long should it take for Transmission to fully quit?
Replies: 2
Views: 2347

Re: How long should it take for Transmission to fully quit?

x190 wrote:Next time Transmission won't quit just wait for as long as it takes. Preallocation of large torrents added during the current session can take as long as 1 min per 2GB to zero-out space when quitting.
This should not be happening if the file system supports sparse files.
by killemov
Thu Nov 10, 2011 10:54 pm
Forum: Requests
Topic: transmission-daemon - Run script when torrent is done - scp
Replies: 10
Views: 7025

Re: transmission-daemon - Run script when torrent is done -

Ah, but the problem is probably that the target machine is a Mac. You need to find a way to accept ssh requests with ssh keys only. He had it working before he switched to the deamon version, from the GUI version, so that would not be the problem, especially when you consider that the daemon uses i...
by killemov
Thu Nov 10, 2011 10:04 am
Forum: Requests
Topic: [Feature Request] Streaming Videos
Replies: 9
Views: 34566

Re: [Feature Request] Streaming Videos

I haven't used utorrent for a while, but block-sequence downloading is considered harmful to torrent health in general.
by killemov
Thu Nov 10, 2011 10:01 am
Forum: Requests
Topic: transmission-daemon - Run script when torrent is done - scp
Replies: 10
Views: 7025

Re: transmission-daemon - Run script when torrent is done -

try this.. Ubuntu - How to connect with ssh without using a password just do the procedure as user "transmission-daemon" (assuming that is correct user name), i.e. $ sudo su transmission-daemon Ah, but the problem is probably that the target machine is a Mac. You need to find a way to acc...
by killemov
Thu Nov 10, 2011 9:52 am
Forum: Requests
Topic: Sort transfers by date completed
Replies: 8
Views: 16428

Re: Sort transfers by date completed

I'm currently rolling my own web interface that is completely table/column-based. The columns show the fields in https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt?order=name#L158 . It should be quite easy to add a column with a little bit of Javascript when you have some example colu...
by killemov
Thu Nov 10, 2011 9:37 am
Forum: General
Topic: iPhone, Dropbox, Readynas nv+ running transmission
Replies: 3
Views: 4614

Re: iPhone, Dropbox, Readynas nv+ running transmission

You have to add/change these lines in settings.json, while transmission is not running.

Code: Select all

    "watch-dir": "/mydropboxfolder", 
    "watch-dir-enabled": true
But you could also upload the torrents with the web interface.
by killemov
Thu Nov 10, 2011 9:26 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269356

Re: Unrar and cleanup script - UPDATE 2011.10.24

meathane wrote:Could anybody explain how to 'install' this script, or get it to run once a download is finished?
You have to tell transmission where the script is located. I have changed the starting post to point you in the right direction.
by killemov
Fri Nov 04, 2011 5:05 pm
Forum: General
Topic: Transmission-daemon init script with multiuser
Replies: 1
Views: 6229

Re: Transmission-daemon init script with multiuser

There is a major flaw in the logic for your usage of the init script. And that is to take the script out of its boot/shutdown context. You can run multiple daemons (only limited by resources but usually one for each user) by adding a few lines to some login script like .profile and give it a local c...
by killemov
Fri Nov 04, 2011 4:45 pm
Forum: General
Topic: I am flabbergasted
Replies: 1
Views: 1800

Re: I am flabbergasted

I agree transmission is great. I think it's the best bittorrent client out there. I run it headless on a NAS. So I only use the web interface. If you know how to do some web development, you can create your very own web interface.