Search found 4 matches

by liabilityman
12 May 2014, 22:57
Forum: Scripting and Automation
Topic: Incorrect match, any way to exclude in future?
Replies: 1
Views: 2400

Incorrect match, any way to exclude in future?

Been testing filebot as a postprocessing script with transmission on Ubuntu and I've been happy with how it handles various files so far. However, I got a weird mismatch on a Formula 1 sports video. It almost seemed like it already knew to ignore anything with "Formula 1" in the title (I'm guessing ...
by liabilityman
12 May 2014, 19:19
Forum: Scripting and Automation
Topic: [SOLVED] Failed to create cache dir (linux/transmission)
Replies: 2
Views: 4490

Re: Failed to create cache dir (linux/transmission)

Thanks rednoah. I managed to fix this by giving the debian-transmission user a real home directory, located at /var/lib/transmission-daemon Here are the steps for anyone else who encounters this (which im surprised isn't more people as I have a standard transmission installation). First stop the ...
by liabilityman
11 May 2014, 19:30
Forum: Scripting and Automation
Topic: [SOLVED] Failed to create cache dir (linux/transmission)
Replies: 2
Views: 4490

[SOLVED] Failed to create cache dir (linux/transmission)

Running transmission on Ubuntu 12.04 server. Just installed filebot v4.0. Followed this guide: http://www.filebot.net/forums/viewtopic.php?f=4&t=215&p=1561#p3380 for setting up transmission postprocess script. Finally managed to get the script running however it seems to fail at creating the cache ...
by liabilityman
11 May 2014, 18:04
Forum: Scripting and Automation
Topic: [Solved] Script is doing nothing on Transmission complete
Replies: 9
Views: 11107

Re: Filebot script is doing nothing on Transmission complete

Last thing was the user calling the script is the one running the transmission daemon, debian-transmission in this case. Said user had no /home folder. And since filebot is only creating $HOME/ .filebot/* so the call resulted in an error like above. I seem to be having the exact same issue, a ...