Search found 4 matches

by davewolfs
16 Oct 2015, 23:02
Forum: Scripting and Automation
Topic: Plex update not reliable
Replies: 6
Views: 4550

Re: Plex update not reliable

You can use --def exec if you want to call a command on processed files, e.g. chown . Also, running the amc script with the right user, and setting the default umask, might help as well. The default umask you are referring to is OS level or FileBot level? If I use the --def exec does that happen ...
by davewolfs
10 Oct 2015, 23:49
Forum: Scripting and Automation
Topic: Plex update not reliable
Replies: 6
Views: 4550

Re: Plex update not reliable

Well looking at it further. It definitely seems that Filebot will create its directories with permission 700 and the owner will be whatever was running the script e.g. sabnzbd. Using wget for now after I run a script to fix the permissions. I'd use ACL's but they are not supported by NFS. Here is my ...
by davewolfs
10 Oct 2015, 23:04
Forum: Scripting and Automation
Topic: Plex update not reliable
Replies: 6
Views: 4550

Re: Plex update not reliable

I think I know what the issue might be. When the script runs it is run through sabnzbd, sabnzbd does this weird thing with permissions on files where it only has permission to read the files. This is probably why Plex isn't picking them up. Is there anyway to make the file part of a group or give an ...
by davewolfs
10 Oct 2015, 14:36
Forum: Scripting and Automation
Topic: Plex update not reliable
Replies: 6
Views: 4550

Plex update not reliable

Hey folks, I've been using the filebot AMC script which works absolutely fantastic. One issue I have is that for some reason the call to tell Plex to update doesn't seem to be reliable. Sometimes it seems to work, other times it does not. My token is right, I've cleared filebot cache but it still ...