Search found 3 matches
- 22 Sep 2014, 01:26
- Forum: Scripting and Automation
- Topic: Conflicting Arguments
- Replies: 1
- Views: 2181
Conflicting Arguments
So while cleaning out my home server I was smart enough to accidentally delete by filebot script. I'm in the process of recreating it but I'm running into some issues. I had to update to 4.2 which fixed some of the errors however I'm still getting: Conflicting arguments: pass in either file ...
- 25 Mar 2014, 16:01
- Forum: Scripting and Automation
- Topic: Set name of Show to variable
- Replies: 2
- Views: 2722
Re: Set name of Show to variable
Thanks for the reply. I got it working. For anyone that comes across this looking to do something similar, here's what I did. Because exec executes in a sub shell inheriting it's parent's environment, you can't pass a variable back to the parent (in this case your amc script) without doing something ...
- 25 Mar 2014, 01:53
- Forum: Scripting and Automation
- Topic: Set name of Show to variable
- Replies: 2
- Views: 2722
Set name of Show to variable
How can I store the renamed episode name (ie Archer S05E08), or any file that gets renamed as a bash variable? I'm trying to setup a notification system to setoff growl notifications on other computers, as well as make pushover notifications look nicer. Right now I have it working with the $TR ...