Search found 541 matches

by killemov
Thu Dec 15, 2011 8:25 am
Forum: General
Topic: script-torrent-done after Verify
Replies: 8
Views: 4020

Re: script-torrent-done after Verify

I recently increased the cache-size-mb and encountered some more corruption. Could it be that the cache isn't flushed and synced to disk before the torrent is marked as complete?
by killemov
Thu Dec 15, 2011 8:20 am
Forum: General
Topic: script to run when add torrent
Replies: 3
Views: 3404

Re: script to run when add torrent

What would be the application for that?
by killemov
Thu Dec 15, 2011 8:18 am
Forum: General
Topic: Mercy Request - Auto remove
Replies: 3
Views: 4608

Re: Mercy Request - Auto remove

A reason for this not being in Transmission could be that it is considered bad form to hit-and-run. You download, you seed.

Re: To Applescript pro's: create unrar script does the unrarring for mac. It does lack the callback to Transmission. Take a look at calling transmission-remote yourself.
by killemov
Thu Dec 15, 2011 8:06 am
Forum: General
Topic: Is Transmission slower than µTorrent ?
Replies: 5
Views: 10354

Re: Is Transmission slower than µTorrent ?

I believe there isn't much difference in pure speed. I do feel Transmission is "less connected", peers are less interesting in connecting.
by killemov
Sun Dec 04, 2011 7:32 pm
Forum: Support
Topic: Debian version 2.03, 2.33 experimental
Replies: 4
Views: 2753

Re: Debian version 2.03, 2.33 experimental

The choice of doing that would be up the individual devs, and then they would do it as a member of the debian maintainer team and not as a member of the transmission team. But even so, building packages for distros are not so easy as some may think since they have to fit into the current environmen...
by killemov
Sun Dec 04, 2011 7:25 pm
Forum: General
Topic: script-torrent-done after Verify
Replies: 8
Views: 4020

Re: script-torrent-done after Verify

... unrar x -inul "$RAR_FILE" "$DEST_DIR" if [ $? -gt 0 ]; then # The unrar failed, so bad data. else # The unrar passed, so good data. fi ... As for testing: You should first test the post unrar actions on static unrarred test data before integrating those actions.
by killemov
Sat Dec 03, 2011 11:55 am
Forum: Support
Topic: Debian version 2.03, 2.33 experimental
Replies: 4
Views: 2753

Re: Debian version 2.03, 2.33 experimental

The Transmission team does not create distro specific packages, so that is completely up to the maintainers of that distro. And there is always the manual way of installing Transmission. https://trac.transmissionbt.com/wiki/Building I would recommend sticking with the distro-versions. I also believ...
by killemov
Sat Dec 03, 2011 11:37 am
Forum: General
Topic: script-torrent-done after Verify
Replies: 8
Views: 4020

Re: script-torrent-done after Verify

So should my install run the post torrent script after a Verify? Hey David, NO, with my specific script that is not necessary. The unrar action fails on bad data and the script then commands transmission to perform a verification. This will go into an infinite loop if the torrent actually contains ...
by killemov
Wed Nov 30, 2011 4:25 pm
Forum: General
Topic: Performance improvement opportunity?
Replies: 2
Views: 2440

Re: Performance improvement opportunity?

These graphs show promising improvement possibilities indeed. However, I could not find any license statement in a quick scan of schmorp.de. This means in many countries this code could suffer from the no-license license. This means it should be regarded as research material only. The original write...
by killemov
Mon Nov 28, 2011 12:33 pm
Forum: Requests
Topic: Feature Request: Prioritize most completed files
Replies: 1
Views: 1529

Re: Feature Request: Prioritize most completed files

This is considered harmful to torrent health.

Bittorrent data should be transmitted on a least-available basis only.
by killemov
Fri Nov 25, 2011 7:29 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 269879

Re: Unrar and cleanup script - UPDATE 2011.10.24

karlhungus wrote:I will look into this a little further see what I can dig up on my ubuntu install.
"sleep" available and executable by the same user that runs the script?
"transmission-remote" available and executable by the same user that runs the script?
by killemov
Mon Nov 21, 2011 10:00 am
Forum: Requests
Topic: To Applescript pro's: create unrar script
Replies: 16
Views: 94958

Re: To Applescript pro's: create unrar script

evinh0 wrote:... everything will be deleted but the file contained in the rar.
What about deleting the torrent from transmission?

Look for "transmission-remote" in Unrar and cleanup script
by killemov
Sat Nov 19, 2011 5:22 pm
Forum: Requests
Topic: To Applescript pro's: create unrar script
Replies: 16
Views: 94958

Re: To Applescript pro's: create unrar script

Hello, I made this script, it will extract all rar files, and then permanently remove everything that was on the folder (.txt, .r01, .rar, etc) and only the file contained in the rar will remain. So, be careful, if you download other stuff (like a game) that has a rar file with it, everything will ...
by killemov
Sat Nov 19, 2011 5:19 pm
Forum: Requests
Topic: transmission-daemon - Run script when torrent is done - scp
Replies: 10
Views: 7041

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

fedxc wrote:Didn't thought about that.

How do I mount my imac shared dir?

Code: Select all

mount -t cifs -o username=myusername,password=mypassword //myremoteip/myremotepath /mylocalpath