Search found 6 matches

by chimpchimp
24 Nov 2013, 20:26
Forum: Scripting and Automation
Topic: AMC Permissions Issues
Replies: 6
Views: 7517

Re: AMC Permissions Issues

Got it working with:

Code: Select all

--def "exec=chmod 775 -R '{folder}'"
Thanks again for all your help!
by chimpchimp
23 Nov 2013, 22:01
Forum: Scripting and Automation
Topic: AMC Permissions Issues
Replies: 6
Views: 7517

Re: AMC Permissions Issues

After some fiddling I was able to get the file permissions working by adding the following to the script:

--def "exec=chmod 775 '{file}'"

However, it seems the parent directory that gets created is having similar issues, is there a variable like {file} for the other folders that get created by ...
by chimpchimp
23 Nov 2013, 19:21
Forum: Scripting and Automation
Topic: AMC Permissions Issues
Replies: 6
Views: 7517

Re: AMC Permissions Issues

Ah! I forgot you could execute from the script. I'll give that a try and see how it goes.
by chimpchimp
23 Nov 2013, 16:49
Forum: Scripting and Automation
Topic: AMC Permissions Issues
Replies: 6
Views: 7517

AMC Permissions Issues

Hello,

I'm hoping someone with a bit more experience with Linux permissions could help me out with an issue I'm having with the AMC script. Here is my set up:

Deluge running on a Ubuntu Server install
Files are copied to a Synology NAS that is mounted via NFS
NAS also runs Plex


The problem I am ...
by chimpchimp
23 Sep 2013, 23:32
Forum: Scripting and Automation
Topic: Conflicting Arguments
Replies: 3
Views: 3727

Re: Conflicting Arguments

Thanks for the reply! Glad I wasn't going crazy.
by chimpchimp
23 Sep 2013, 18:31
Forum: Scripting and Automation
Topic: Conflicting Arguments
Replies: 3
Views: 3727

Conflicting Arguments

Starting last night I began getting errors out of the Filebot AMC script used in conjunction with Deluge. I haven't made any changes in the parameters of the script but it is suddenly failing with "Conflicting Arguments".

Exception: Conflicting arguments: pass in either file arguments or ut_dir ...