Search found 17 matches

by bulljit
Thu May 26, 2011 2:49 am
Forum: Mac Requests
Topic: VPN status detection ?
Replies: 4
Views: 15402

Re: VPN status detection ?

You may find this of interest:

https://trac.transmissionbt.com/ticket/2313

Do you mind sharing your applescript code, others may find it useful :)
by bulljit
Sun May 01, 2011 1:24 pm
Forum: Web Interface
Topic: Updated Iphone Bookmarklet to Add Torrent
Replies: 21
Views: 29350

Re: Updated Iphone Bookmarklet to Add Torrent

... is there any way to get your server side code built into transmission itself rather than need to install it? That's would be up to one of the developers, you could always request it in the appropriate forums/trac :) But honestly, the server-side files are a bit of a hack to get around cross-dom...
by bulljit
Thu Apr 28, 2011 6:34 pm
Forum: Web Interface
Topic: Updated Iphone Bookmarklet to Add Torrent
Replies: 21
Views: 29350

Re: Updated Iphone Bookmarklet to Add Torrent

One caveat. I first tried the original installbmlet.html on my ipad. It didn't work. When I replaced it with this code, the bookmark it created did not have the new double backslashes in there properly, even though it was in the code. I had to edit the bookmark by hand. The double backslash should ...
by bulljit
Thu Apr 28, 2011 4:19 pm
Forum: Web Interface
Topic: Updated Iphone Bookmarklet to Add Torrent
Replies: 21
Views: 29350

Re: Updated Iphone Bookmarklet to Add Torrent

@metaclam and @programmer The bookmarklet code itself has undergone several revisions, the latest code will be here: http://github.com/bulljit/Transmission-Add-Torrent-Bookmarkelet/issues/7 The biggest problem is that bookmarklets are a pain to install on the iphone itself. I think we caused unneces...
by bulljit
Tue Mar 15, 2011 10:30 pm
Forum: Web Interface
Topic: Updated Iphone Bookmarklet to Add Torrent
Replies: 21
Views: 29350

Re: Updated Iphone Bookmarklet to Add Torrent

@lazybones

yup, if you want you can add it to the bookmarklet aswell user:pass@yourcomputerip:port....
otherwise it will just ask you for the authentication info when you add a link.
any complaints are welcome.
by bulljit
Tue Mar 15, 2011 8:59 pm
Forum: Web Interface
Topic: Updated Iphone Bookmarklet to Add Torrent
Replies: 21
Views: 29350

Re: Updated Iphone Bookmarklet to Add Torrent

Even though I'm sure I'm just talking to myself, with the latest trunk of Transmission r12168, cookies can be passed when adding a torrent via RPC.

The bookmarklet now works with private torrent sites :D
by bulljit
Sat Feb 26, 2011 6:18 pm
Forum: General
Topic: Add to Transmission for Safari
Replies: 10
Views: 23501

Re: Add to Transmission for Safari

For shame... 72 views and no one tells you what they are thinking?

Great Job on the extension zanmato!
by bulljit
Sat Feb 26, 2011 6:16 pm
Forum: Web Interface
Topic: Updated Iphone Bookmarklet to Add Torrent
Replies: 21
Views: 29350

Updated Iphone Bookmarklet to Add Torrent

I've created a bookmarklet to add torrents from your iphone. Unfortunately due to cross-domain restrictions, a few server-side files will need to be added to your transmission/web folder aswell. https://github.com/bulljit/Transmission-Add-Torrent-Bookmarkelet The only option that needs to be changed...
by bulljit
Sat Feb 19, 2011 10:37 pm
Forum: Web Interface
Topic: Disable web UI but keep RPC interface
Replies: 5
Views: 9934

Re: Disable web UI but keep RPC interface

I would also be interested in this enhancement request.
by bulljit
Fri Feb 04, 2011 2:21 pm
Forum: Mac Support
Topic: port is closed but downloading works!
Replies: 16
Views: 14743

Re: port is closed but downloading works!

Asos, That is just the listening port for other peers to find you. Your actual file download/upload occur on different port #'s. If you have "Automatically Map Port" selected under Transmission.app > Preferences > Network, you should be fine. If you want the Port to be open and make your i...
by bulljit
Fri Feb 04, 2011 12:03 am
Forum: Mac Support
Topic: Headless Mac Torrent Download-Server?
Replies: 23
Views: 35758

Re: Headless Mac Torrent Download-Server?

x190, Actually the daemon runs very similar to *nix builds, using settings.json. The only difference is it stores it's configuration files and /web directory under $HOME/Library/Application Support/transmission-daemon/ Jordan came to the rescue, and fixed another bug for us... https://trac.transmiss...
by bulljit
Wed Feb 02, 2011 10:32 pm
Forum: Mac Support
Topic: Headless Mac Torrent Download-Server?
Replies: 23
Views: 35758

Re: Headless Mac Torrent Download-Server?

x190,

When I revert to v.2.13 it seems to work. I also make sure the permissions are read/writable by everyone.

Are you running daemon 2.20 on Mac OSX? I'm on 10.6.6. This is driving me nutty =/
by bulljit
Wed Feb 02, 2011 1:38 am
Forum: Mac Support
Topic: Headless Mac Torrent Download-Server?
Replies: 23
Views: 35758

Re: Headless Mac Torrent Download-Server?

Thanks should go to Jordan, since he whipped up the actual patch in no time! In an effort to get this post even further off topic, are you noticing that the "watch-dir" no longer works with v2.20+? I wanted to confirm this with someone else before coming down hard that its a new BUG. I thi...
by bulljit
Sat Jan 29, 2011 1:48 am
Forum: Mac Support
Topic: Headless Mac Torrent Download-Server?
Replies: 23
Views: 35758

Re: Headless Mac Torrent Download-Server?

OK I got it! *WARNING: I'm in the medical field and have NO formal programming background, just what I read google. This will likely cause your computer to explode* The file that needs to be modified is ../libtransmission/ platform.c The original file beginning at line 281 reads: #ifdef SYS_DARWIN ...