Wow. It was that easy. Thank you!!
Just for insight, what needs the home directory--I was using absolute paths for everything? Just to understand future scripts.
Thanks again!!
-Dom
Search found 5 matches
- 11 Oct 2015, 19:30
- Forum: Scripting and Automation
- Topic: Transmission - Ubuntu - Filebot not running from script
- Replies: 8
- Views: 5213
- 11 Oct 2015, 15:30
- Forum: Scripting and Automation
- Topic: Transmission - Ubuntu - Filebot not running from script
- Replies: 8
- Views: 5213
Re: Transmission - Ubuntu - Filebot not running from script
That's all there is for that log. Every time transmission runs the script it adds /.filebot to the log.
As far as the $HOME, it needs to be defined for transmission, filebot, PATH ,or all of the above?
As far as the $HOME, it needs to be defined for transmission, filebot, PATH ,or all of the above?
- 11 Oct 2015, 12:07
- Forum: Scripting and Automation
- Topic: Transmission - Ubuntu - Filebot not running from script
- Replies: 8
- Views: 5213
Re: Transmission - Ubuntu - Filebot not running from script
/.filebot That's the only thing that shows up in that log, every time the script is run from transmission. If I run it manually, I get the standard amc output. My trans-check.log has this [2015-10-11 14:00:10] SCANNED MOVIE: Spy (2015) So I know the script is running past the filebot command ...
- 11 Oct 2015, 02:48
- Forum: Scripting and Automation
- Topic: Transmission - Ubuntu - Filebot not running from script
- Replies: 8
- Views: 5213
Re: Transmission - Ubuntu - Filebot not running from script
FileBot 4.6 (r3052) JNA Native: 4.0.0 MediaInfo: MediaInfoLib - v0.7.69 7-Zip-JBinding: OK chromaprint-tools: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc) Extended Attributes: OK Groovy Engine: 2.4.3 JRE: Java(TM) SE Runtime Environment 1.8.0_60 (headless) JVM: 64-bit Java HotSpot(TM) 64-Bit ...
- 11 Oct 2015, 02:00
- Forum: Scripting and Automation
- Topic: Transmission - Ubuntu - Filebot not running from script
- Replies: 8
- Views: 5213
Transmission - Ubuntu - Filebot not running from script
I have googled and worked on this code for so long now and still cannot get it to work. Hoping someone has some insight. I am using ubuntu and have a script to run when a torrent is complete in transmission. Transmission runs under my user (dom) and has the same permissions as the script. I've done ...