Search found 4 matches

by plittlefield
Fri Mar 14, 2014 7:05 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33631

Re: How do I get the script to work in Transmission (Filebot

OK, fixed it completely and it's so annoyingly simple.

Change the user transmission-daemon runs as, then fix folder ownership.


$ sudo /etc/init.d/transmission-daemon stop
$ sudo nano /etc/init.d/transmission-daemon
USER=paully
$ sudo chown paully /etc/transmission-daemon/*
$ sudo chown -R ...
by plittlefield
Fri Mar 14, 2014 4:50 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33631

Re: How do I get the script to work in Transmission (Filebot

Aaaaah, I think I may have found something in the debug logs...!

/home/paully/.filebot/logs/amc_paully.log (Permission denied)

Ofcourse, the script is being run by the transmission-daemon user and group...!

So, if I change the group ownership of my ~/.filebot folder to the same group as ...
by plittlefield
Fri Mar 14, 2014 4:33 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33631

Re: How do I get the script to work in Transmission (Filebot

What is "/home/paully/Bin/amc_paully.groovy"? In your manual test, you appear to use "/home/paully/Bin/transmission_filebot.sh".

/home/paully/Bin/amc_paully.groovy is the Filebot script which is used by Filebot to do the really clever stuff of unpacking, searching and moving files.

I am ...
by plittlefield
Thu Mar 13, 2014 11:51 am
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33631

Re: How do I get the script to work in Transmission (Filebot

Hi

Can anyone help with this strange problem?

I cannot get Transmission (or is it Filebot?!) to talk to one another.

I have posted a thread on the Filebot forum and after much head scratching they suggested posting here to.

Rather than typing it out all again, would it be ok for you to read ...