Search found 15 matches

by serversurfer
Wed Jan 19, 2011 10:56 pm
Forum: Mac Support
Topic: Need some help setting up transmission-daemon on my server
Replies: 9
Views: 9478

Re: Need some help setting up transmission-daemon on my serv

Err, how do I make a wiki page?

The instructions say that I should start by linking to it from an existing page. I was going to link it under More Documentation on WikiStart, but I can't figure out how to edit WikiStart to make the link. :?
by serversurfer
Wed Jan 19, 2011 8:28 pm
Forum: Mac Support
Topic: Need some help setting up transmission-daemon on my server
Replies: 9
Views: 9478

Re: Need some help setting up transmission-daemon on my serv

Sure, I can do that. I'll post a link after I finish it up. :)
by serversurfer
Wed Jan 19, 2011 6:42 pm
Forum: Mac Support
Topic: Need some help setting up transmission-daemon on my server
Replies: 9
Views: 9478

Re: Need some help setting up transmission-daemon on my serv

Oh, and FWIW, when I ran the finked version of the daemon with no arguments, it looked to ~/.config/transmission-daemon/ for its config files, so no trouble there either. :)
by serversurfer
Wed Jan 19, 2011 4:53 pm
Forum: Mac Support
Topic: Need some help setting up transmission-daemon on my server
Replies: 9
Views: 9478

Re: Need some help setting up transmission-daemon on my serv

Well, that was simple enough. Eliminating the KeepAlive key seems to have tamed the daemon.

Now we'll just hope that the daemon is stable/tenacious enough to keep itself alive. /me knocks wood.
by serversurfer
Wed Jan 19, 2011 4:38 pm
Forum: Mac Support
Topic: Need some help setting up transmission-daemon on my server
Replies: 9
Views: 9478

Re: Need some help setting up transmission-daemon on my serv

woot

I installed 2.13 via fink and now watch-dir is working as it should. It even trashes the .torrent files after adding them. When I installed it, I noticed that fink included libevent , which I'm guessing is needed to make the watch-dir thing actually realize something has changed.

Now I just ...
by serversurfer
Wed Jan 19, 2011 3:16 pm
Forum: Mac Support
Topic: Need some help setting up transmission-daemon on my server
Replies: 9
Views: 9478

Re: Need some help setting up transmission-daemon on my serv

Good guess, but no. Downloads go to /Users/surfer/Downloads/Torrents/ which is the same configuration I used in the .app.

The Fink version just got updated to 2.13, so maybe I'll give that a try and see if it helps. Perhaps I managed to mess up the build (though it seemed like a pretty ...
by serversurfer
Wed Jan 19, 2011 4:35 am
Forum: Mac Support
Topic: Need some help setting up transmission-daemon on my server
Replies: 9
Views: 9478

Re: Need some help setting up transmission-daemon on my serv

TheChipmunks:~ surfer$ defaults read org.m0k.transmission
{
AutoImport = 1;
AutoImportDirectory = "/Users/surfer/Downloads";
[snip]
Looks like it's set up correctly in defaults as well as the JSON.

And as I said, when I launch the daemon, it explicitly tells me it's monitoring /Users/surfer ...
by serversurfer
Tue Jan 18, 2011 11:21 pm
Forum: Mac Support
Topic: Need some help setting up transmission-daemon on my server
Replies: 9
Views: 9478

Re: Need some help setting up transmission-daemon on my serv

Thanks for the reply.

Doesn't OS X use /Users/surfer/Library/Application Support/Transmission or [transmission-daemon] and also use a plist for settings (~/Library/Preferences/org.m0k.transmission.plist)?
I'm not sure about the locations you mentioned, but I think I got the one I'm using from the ...
by serversurfer
Tue Jan 18, 2011 9:35 pm
Forum: Mac Support
Topic: Need some help setting up transmission-daemon on my server
Replies: 9
Views: 9478

Need some help setting up transmission-daemon on my server

Okay, I'm trying to transition from using Transmission.app on my MacBook to using transmission-daemon on my iMac, using the 'Book to puppet the daemon, and I'm having some issues. Sorry if most/all of this has been covered before, but I wasn't having much luck searching the forums.

First, when I ...
by serversurfer
Fri Jan 14, 2011 9:38 pm
Forum: Mac Support
Topic: script-torrent-done-filename on OS X?
Replies: 14
Views: 16420

Re: script-torrent-done-filename on OS X?

PEBCAK

Seems I was setting script-torrent-done in the JSOM instead of script-torrent-done-filename. ><
by serversurfer
Fri Jan 14, 2011 7:27 pm
Forum: Mac Support
Topic: script-torrent-done-filename on OS X?
Replies: 14
Views: 16420

Re: script-torrent-done-filename on OS X?

Well, I got 2.13 installed.

I'm able to get it to run my post-processing script, but like anville, I do need to resort to transmission-remote to tell it where to find the script, so while the functionality is definitely there, for whatever reason, it's not reading the script location from the JSON ...
by serversurfer
Fri Jan 14, 2011 3:11 am
Forum: Mac Support
Topic: script-torrent-done-filename on OS X?
Replies: 14
Views: 16420

Re: script-torrent-done-filename on OS X?

Well, I seem have gotten transmission-daemon to behave by disabling PEX.

Then I was having trouble getting it to respect the trash-torrent and torrent-done flags—it does seem to be reading the JSOM file, for what it's worth—so I decided to try using transmission-remote to get it to do the post ...
by serversurfer
Thu Jan 13, 2011 4:59 am
Forum: Mac Support
Topic: script-torrent-done-filename on OS X?
Replies: 14
Views: 16420

Re: script-torrent-done-filename on OS X?

No spaces or other oddness in $TR_TORRENT_DIR. I don't have any examples still laying around, but I'm reasonably sure $TR_TORRENT_NAME is clean as well. (I didn't need to treat them specially in the shell when I massaged them manually, etc.) Good guess, but I don't think it's the issue.

I'll try ...
by serversurfer
Thu Jan 13, 2011 12:24 am
Forum: Mac Support
Topic: script-torrent-done-filename on OS X?
Replies: 14
Views: 16420

Re: script-torrent-done-filename on OS X?

Okay, thanks. I just got mediatomb launchd 'd on the iMac and I was going to start working on transmission-daemon tonight, so I guess I'll report back and let you guys know how it goes.

Speaking of the torrent-done script though, anyone have any idea why sometimes it seems to not fire? My script ...
by serversurfer
Mon Jan 10, 2011 11:12 am
Forum: Mac Support
Topic: script-torrent-done-filename on OS X?
Replies: 14
Views: 16420

Re: script-torrent-done-filename on OS X?

x190, so are you saying that the script will execute as long as it's set up properly in the JSON file? I'm considering moving from the GUI client to the daemon, but running the torrent-done script is pretty important to my flow.

Can anyone confirm/deny this before I go through the trouble of ...