Search found 555 matches

by killemov
Thu Sep 30, 2010 1:18 pm
Forum: Requests
Topic: automation request
Replies: 11
Views: 10095

Re: automation request

ichiban wrote:
Longinus00 wrote:Transmission supports runnings scripts after a torrent is done seeding and a script can probably do everything you listed.
how and where?
For example: Implemented unrar and cleanup script
by killemov
Wed Sep 15, 2010 8:07 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 271741

Re: Implemented unrar and cleanup script

golddk wrote:I am trying to use this script but had no luck. Anyone made it work ?

I am using Transmission 2.04 on a Synology 110j NAS.
Do you have the stock firmware on it? Then it probably isn't equipped to run even the most basic commands in the script. Try running unrar from the shell for instance.
by killemov
Sun Aug 22, 2010 1:35 pm
Forum: Web Interface
Topic: Web-UI inspector tree structure
Replies: 4
Views: 4428

Re: Selecting Files to Download

Could you please change the title of the topic because it doesn't cover the content. "Web-UI inspector tree structure?"
And +1 for this request.
(Move to request forum?)
by killemov
Mon Aug 16, 2010 3:45 pm
Forum: Requests
Topic: [Feature request] Automatically disable (all/some) trackers
Replies: 2
Views: 3815

Re: [Feature request] Automatically disable (all/some) track

If you really want to keep some trackers from getting your ip, you could restrict them with an outbound firewall or reroute them to anywhere in your hosts file. I would still like to have this feature or even remove a tracker in the web-gui just to get rid of the "access restricted" messag...
by killemov
Sun Aug 15, 2010 3:23 pm
Forum: Support
Topic: Change watch-dir frequency/interval?
Replies: 6
Views: 6701

Re: Change watch-dir frequency/interval?

On Linux/Unix systems it is usually done by putting an event-trigger on the file system itself. Any change of a file or dir should trigger an event that is handled by the application. Is the hardcoded stuff only meant for Windows? Oh, and @Headcase_Fargone: Don't crosspost and continue here: Option ...
by killemov
Sun Aug 15, 2010 3:16 pm
Forum: Support
Topic: [Locked duplicate] limiting simultaneous download missions?
Replies: 3
Views: 2263

Re: Why not support limiting simultaneous download missions?

Dit you mean: Ticket #671: torrent queuing ?
It has been mucked about with for almost three years?!?!
Ok tmbt team, what do you need to get this done?
by killemov
Wed Aug 11, 2010 10:45 pm
Forum: Web Interface
Topic: Secure remote control of Transmission over the internet
Replies: 2
Views: 6892

Re: Secure remote control of Transmission over the internet

The common solution would be to configure a proxy as an entry-point for https. Like https://trac.transmissionbt.com/wiki/WebProxy but configured for https.
by killemov
Wed Aug 11, 2010 10:32 pm
Forum: Requests
Topic: Rar/Tar torrents with right click
Replies: 5
Views: 4339

Re: Rar/Tar torrents with right click

When u download a torrent somtimes there are a lot of files so would be good, if u right click the torrent and rar/tar it up for a single download rather than downloading lots of links. Ah, in some cases that would make sense. You could change the script I made to do it. (Or you could pay me to do ...
by killemov
Wed Aug 11, 2010 10:28 pm
Forum: Requests
Topic: Script registration and execution framework
Replies: 2
Views: 10791

Script registration and execution framework

At this time of writing transmission-daemon is able to execute a single script when a torrent has finished downloading. The main drawback is that you can't tell transmission NOT to run the script for a particular torrent. A logical evolution of the script-execution-ability would be a script registra...
by killemov
Sat Aug 07, 2010 3:24 pm
Forum: Requests
Topic: Make Transmission more aggressive for d/l
Replies: 6
Views: 10065

Re: Make Transmission more aggressive for d/l

lazybones wrote:You will find the same if you pause and resume a torrent sometimes.. Seems like it locks on to peers and stops looking unless forced to sometimes.
... which smells like a bug.
by killemov
Wed Aug 04, 2010 8:33 pm
Forum: Requests
Topic: Rar/Tar torrents with right click
Replies: 5
Views: 4339

Re: Rar/Tar torrents with right click

Please elaborate. This is an odd feature request indeed.

Most people, myself included, would probably prefer to unzip/unrar/untar any archives.

You could use my script to do this. See viewtopic.php?t=10364.
You could modify the script to archive the contents.
by killemov
Sat Jul 31, 2010 8:32 pm
Forum: Requests
Topic: To Applescript pro's: create unrar script
Replies: 16
Views: 95438

Re: To Applescript pro's: create unrar script

It would be better if the script was called by transmission itself.

Something like: viewtopic.php?t=10364
by killemov
Sat Jul 31, 2010 8:29 pm
Forum: General
Topic: Transmission Remote GUI
Replies: 64
Views: 143065

Re: Portable

Aqualung wrote:Here's a suggestion: This application would really be very useful as a portable application, especially (though not necessarily) for PortableApps.com. Would you consider building a portable version?
If it's portable you want ...

http://code.google.com/p/transmission-remote-java/
by killemov
Sat Jul 31, 2010 8:25 pm
Forum: Support
Topic: Running Scripts on Completion
Replies: 2
Views: 27610

Re: Running Scripts on Completion

by killemov
Sat Jul 31, 2010 5:21 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 271741

Unrar and cleanup script - UPDATE 2013.05.24

Hello, I have implemented this script for Debian to run from transmission-daemon after a download has finished. regards, K. Dependencies: Debian (bash compatibility, system configuration) unrar sleep transmission-remote To make the script work you have to add/change these lines in a configuration fi...