Hey Nefarious (had to post here - your PM was turned OFF),
I'm the author of dTunes and just saw your post here:
Quote:
|
I've found that many private trackers won't allow ctorrent, so after I have prepared the new gettorrent file, I have to edit the file and after ctorrent I put in -A "-UT1610-" to simulated being utorrent 1.6.1.
|
Can you please forward me more information on this? Does this speed up the downloads?
You are correct that a batch file is created:
It looks like this:
Code:
cd /var/mobile/Library/Downloads/
ctorrent 'whatever.torrent'
Then I run this to grant execute on the file:
Code:
chmod 755 /var/mobile/gettorrent
I've made a few other fixes recently and will probably release a new version soon.
I'd be interested to hear more about your code and possibly include after some testing.
Note to other users: Basically when Terminal starts it starts in the Mobile directory - where the batch file is. When you run ./gettorrent the above code is run (changes directory for saving and then starts CTorrent).
Cheers