Hi,
I am using filebot on my Synology.
I have a task which runs the filebot node task.
But the new folder permission is for root. But then I have a problem with Plex.
Can I change this? It did work sometime...
Maybe can you tell me how to expand the task that the motherfolder is set to groupermission "admin" with all subfolders?
Many Thanks for the project
Filebot new Folder is root
Re: Filebot new Folder is root
FileBot does not specifically change permissions one way or another. FileBot Node runs filebot as admin users, so that's the permissions all the files should inherit. The task should be run as admin as well. You might wanna double check that in Synology Task Manager.
Regardless, you can always fix the permissions manually. You can also use the --def exec option to apply the permissions you want.
You'll want to use the chmod tool for that:
https://linux.die.net/man/1/chmod
You will find copy & paste solutions on how to "change permissions on Linux" via Google.
Regardless, you can always fix the permissions manually. You can also use the --def exec option to apply the permissions you want.
You'll want to use the chmod tool for that:
https://linux.die.net/man/1/chmod
You will find copy & paste solutions on how to "change permissions on Linux" via Google.